원클릭으로
career-ops-plugin-notion
How to mirror the career-ops tracker to a Notion database and read records back as job leads.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
How to mirror the career-ops tracker to a Notion database and read records back as job leads.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
AI job search command center -- evaluate offers, generate CVs, scan portals, track applications
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.
How to use the {{NAME}} plugin and the data it produces.
AI job search command center -- evaluate offers, generate CVs, scan portals, track applications
| name | career-ops-plugin-notion |
| description | How to mirror the career-ops tracker to a Notion database and read records back as job leads. |
| license | MIT |
Mirrors your application tracker to a Notion database (export) and reads records
back into the pipeline (search). data/applications.md stays the source of
truth — Notion is an additive mirror.
node plugins.mjs run notion export — push each tracker row (company / role /
status / score) to the "Applications" database under your Career Ops page.
Add --dry-run to preview without writing.node plugins.mjs run notion search "<query>" — return Notion records that
carry a job URL, matching the query, and append them to the pipeline.A "Career Ops" parent page in Notion containing an "Applications" database with
Company / Role / Status / Score / URL properties, shared with your internal
integration. Put NOTION_ACCESS_TOKEN + NOTION_PARENT_PAGE_ID in .env.
search returns Job[] ({ title, url, company, location }) for records that
have a job URL; the engine writes them to the pipeline. export returns
{ pushed: N } — it never writes local files.