ワンクリックで
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 職業分類に基づく
| 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).
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