Skip to main content

career-ops-plugin-notion

How to mirror the career-ops tracker to a Notion database and read records back as job leads.

Zur Installation springen

Quellinformationen

Repository
career-ops-hq/career-ops
Letzte Quellaktivität
12. August 2026 um 10:06
Erkannte Sprache von SKILL.md
Englisch
Sterne
71.733
Forks
13.531

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
4 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
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
# notion plugin 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. ## Commands - `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. ## Setup 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`. ## Data it produces `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.
Auf GitHub ansehen