with one click
career-ops-plugin-name
How to use the {{NAME}} plugin and the data it produces.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
How to use the {{NAME}} plugin and the data it produces.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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).