AI job-search agent for new graduates — built by New Work Foundation, a nonprofit committed to keeping this free, forever.
JobClaw reads a short intake questionnaire and derives a structured job search request matched to your actual strengths — not just keywords. Built as an OpenClaw skill.
- You fill out a five-question intake file about who you are and what you actually want
- JobClaw derives a search brief from your answers internally
- It returns a structured JSON search request for use with any OpenClaw-compatible browser agent
- OpenClaw installed
- A compatible browser agent for executing job searches
This repo also includes DearCC presents JobClaw, a Next.js app that wraps the intake in a chat UI and
generates the same structured search request contract from SKILL.md.
npm install
npm run devOpen http://localhost:3000 to use the chat intake. DearCC presents JobClaw stores progress in
browser local storage and does not run live job-board searches yet. See
docs/SAAS.md for the hosting plan, accounts needed, environment variables, and
search-runner options.
git clone https://github.com/NewWorkFoundation/jobclaw
mkdir -p ~/.openclaw/workspace/skills
cp -R jobclaw ~/.openclaw/workspace/skills/dearcc-jobclawopenclaw agent --local --agent main --message "/skill dearcc-jobclaw $PWD/templates/example-intake.md"See BRIEF_README.md for full instructions.
Five questions — no resume required:
- It's 5 years from now and you love your work. What are you actually doing on a typical day?
- What are you genuinely good at that you never put on your resume or LinkedIn?
- What kind of problem makes you excited to come in on a Monday?
- What would make you dread going to work, even if the pay was great?
- A year from now, what would make you feel like you actually moved forward?
Optional fields let you filter by location, work mode, seniority, salary, and visa sponsorship.
MIT — see LICENSE
Built by New Work Foundation · Free, forever.