career-ops
Job search inside a coding agent: scans listings, scores them against your CV, tailors a PDF resume and tracks applications
Install
npx @santifer/career-ops initCreates a dedicated project folder where you then start your agent.
This is third-party code. Review the repository files before installing.
What it does
career-ops turns Claude Code, Codex, OpenCode and other agents into a job search system that runs locally in a project folder. Given a job link, the agent writes an eight-block report: CV fit, level, pay research, interview prep and a check for fake postings, with an overall score from 1 to 5. It then tailors the resume and renders a PDF with Playwright, drafts a cover letter and a recruiter email, and logs the role in a tracker. A scanner covers company career pages on Greenhouse, Lever, Ashby and Wellfound, and every application decision stays with the person.
Who it is for. For professionals job hunting at international companies who already use a coding agent.
Good fit when
- You want to filter out roles that do not fit your experience or work authorization
- You need a tailored resume per job
- You want to track your application pipeline and prepare for interviews
Not a fit when
- You search mostly on local job boards the scanner does not cover
- You want automatic application submission, which the system deliberately never does
Example request
/career-ops evaluate this role and tailor my resume for it: https://job-boards.greenhouse.io/...Limitations
Everything runs through your agent's model; if ANTHROPIC_API_KEY is set, Claude Code bills API credits instead of your subscription. Preconfigured companies and portals target the Western tech market. PDFs need Playwright with Chromium.
How to disable. Delete the career-ops project folder or the global package with npm uninstall -g @santifer/career-ops. If installed as a plugin, remove it via /plugin uninstall.
Security check
- Keeps your resume and personal data in local project files
- Opens job sites with Playwright and makes network requests
README in short
The README tells the author's story of evaluating jobs with the system and lists features: a link-to-report pipeline, A-H scoring, an interview story bank, salary negotiation scripts, CV and letter generation, a portal scanner, batch processing and a TUI dashboard. Quick start is npx @santifer/career-ops init, with manual git clone and a global package as alternatives. Optional Gmail, Notion and Apify plugins are described. MIT licensed.
FAQ
Does career-ops apply on its own?
No, per the README it only evaluates and prepares materials; a person always submits.
Which agents are supported?
Claude Code, Codex, OpenCode, Gemini and Antigravity, Grok, Qwen and others via a shared SKILL.md.
Related
A CLI for every Google Workspace API with JSON output and agent skills: Drive, Gmail, Calendar, Sheets and more
Local search over Markdown notes, docs and meeting transcripts: keywords, semantic search and reranking, with an MCP server
A task manager for AI-driven development: breaks a PRD into dependent tasks and guides the agent through them via MCP or CLI
Anthropic's official plugins for knowledge work roles: sales, support, product, marketing, legal, finance, data and enterprise search