From career
Reads Greenhouse ATS candidate portals to sync job application status, interview stages, offer details, and recruiter contacts into pipeline entries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/career:app-greenhouse.apiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Auth:** Playwright + Chrome cookies (company-specific Greenhouse portal, passwordless email link login)
Auth: Playwright + Chrome cookies (company-specific Greenhouse portal, passwordless email link login)
URL: https://boards.greenhouse.io/{company} (candidate-facing) or company custom domain
Configuration: Set target company portal URL in vault/career/config.md
Greenhouse is the most widely used ATS at mid-to-large tech companies. As a candidate, you have access to the candidate portal which shows your application status, interview stage, upcoming interviews, and offer details when extended. This skill reads that portal to keep your pipeline entry in vault/career/00_current/ accurate without manual updates.
Stage sync: Run whenever you want to verify your pipeline entry matches the actual ATS status. Useful before a follow-up to confirm you are not following up on something that already advanced or was rejected.
Offer capture: When Greenhouse shows an offer, run this skill to automatically populate all offer fields into the pipeline entry rather than manually transcribing the offer letter.
Interview prep: The skill extracts the interviewer names from scheduled interviews (when Greenhouse provides them), which can be used for LinkedIn research before the interview.
Add to vault/career/config.md:
greenhouse_portals:
- company: "Company Name"
portal_url: "https://app.greenhouse.io/candidates/YOUR_ID"
chrome_profile: "/Users/YOU/Library/Application Support/Google/Chrome/Default"
Note: Greenhouse candidate portals use passwordless email links for login. You must have a live session cookie in Chrome. Log in via the emailed link first; the Playwright session will use the saved cookies.
https://app.greenhouse.io/candidates/{id} or a custom employer domaintask-log-application — record initial stage and role details when application is submittedflow-review-pipeline — check for stage updates across all active Greenhouse applications~/Documents/aireadylife/vault/career/00_current/ — updates pipeline entries with current stage data
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub fru-dev3/ai-ready-life --plugin career