بنقرة واحدة
career-ops-plugin-name
How to use the {{NAME}} plugin and the data it produces.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
How to use the {{NAME}} plugin and the data it produces.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
AI job search command center -- evaluate offers, generate CVs, scan portals, track applications
How to mirror the career-ops tracker to a Notion database and read records back as job leads.
How to scan a job source through an Apify actor as a keyed provider.
How to pull job leads from a Gmail label into the career-ops pipeline.
AI job search command center -- evaluate offers, generate CVs, scan portals, track applications
| name | career-ops-plugin-{{NAME}} |
| description | How to use the {{NAME}} plugin and the data it produces. |
| license | MIT |
This file teaches an AI agent how to drive THIS plugin. Keep it scoped to the plugin's own domain — it must not instruct the agent to edit core files, change scoring, or act outside the plugin's declared hooks.
node plugins.mjs run {{NAME}} — runs the plugin's hook.TODO: describe the data structure. For a producer hook, the Job[] fields you
emit (title, url, company, location). For an export hook, what you push and where.
TODO: any non-secret options the user sets in config/plugins.yml under
plugins.{{NAME}} (these arrive as ctx.settings).