원클릭으로
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).