<div align="center">
Jobs for AI Agents
Your AI job-search wingman
Find your next role, polish your resume, and research the company — all without leaving Claude. The more you tell it, the better it gets.

Quick Start · Try it · Discord · Demo
</div>
---
Demo
<!-- Paste your YouTube demo URL here once recorded — replace VIDEO_ID with the YouTube ID --> <!--  -->
> Demo coming soon — a 60-second walkthrough.
Quick Start
1. Install the plugin — inside Claude Code, run:
/plugin marketplace add JCodesMore/jcodesmore-plugins
/plugin install jobs-for-ai-agents@jcodesmore-plugins
2. Restart Claude Code — quit the app and reopen.
3. Run /findmeajob — answer 3 questions and it does the rest.
Try it
Talk to Claude like a friend:
- "Find me a remote senior frontend role at a small company."
- "Review my resume and tell me what to fix."
- "Tailor my resume for this Acme Corp posting."
- "What's the culture like at Stripe?"
What's inside
Two skills that orchestrate the whole flow · Four agents for resume work and company research · One MCP server scraping 8 boards (Indeed, LinkedIn, Glassdoor, ZipRecruiter, Google Jobs, Bayt, Naukri, BDJobs)
| Skill | Triggers when you... | |---|---| | findmeajob | start a search — onboarding → resume → job listings → application packages | | setup | want to change preferences, reset data, or update defaults |
Plus four agents — resume-reviewer, resume-builder, company-researcher, resume-customizer — all driven from natural conversation.
Community
Discord — chat, help, show-and-tell · Issues — bugs & feature requests · Contribute · More plugins
<details> <summary><b>Where your data lives</b></summary>
Everything stays in your working directory, in a job-search/ folder:
job-search/
├── preferences.md ← your search criteria
├── jon-smith-resume.pdf ← your base resume
├── acme-corp/
│ ├── research.md ← company research
│ ├── jon-smith-resume-acme-corp.pdf ← customized resume
│ └── apply-link.md ← application URL
└── startup-xyz/
├── research.md
├── jon-smith-resume-startup-xyz.pdf
└── apply-link.md
Nothing leaves your machine except the actual job-board queries. No telemetry, no analytics.
</details>
<details> <summary><b>Troubleshooting</b></summary>
| Something's off | Fix | |---|---| | "Python not found" | Install Python 3.10+ from python.org. The job-scraping engine runs on Python. | | "JobSpy not installed" or import errors | The first run installs Python deps automatically — give it a minute, then retry. | | Plugin doesn't show up after install | Fully quit Claude Code and reopen. The plugin registers on startup. | | Searches return nothing | Some boards rate-limit aggressively. Try a narrower location or fewer sites. |
More help in the Discord.
</details>
<details> <summary><b>Advanced install (without the marketplace)</b></summary>
If you'd rather clone and run it directly:
git clone https://github.com/JCodesMore/jobs-for-ai-agents.git
cd jobs-for-ai-agents
claude --plugin-dir .
Requirements: Python ≥ 3.10, Node.js ≥ 18.
</details>
<details> <summary><b>Built on</b></summary>
- JobSpy — multi-board job scraper (Indeed, LinkedIn, Glassdoor, ZipRecruiter, Google Jobs, Bayt, Naukri, BDJobs)
- Model Context Protocol SDK — tool exposure to Claude
</details>
License
Apache License 2.0 — © 2026 JCodesMore
---
Part of jcodesmore-plugins.
