talentclaw
v0.4.11
Published
talentclaw — your AI career agent. Local-first career hub + platform-agnostic agent skills.
Maintainers
Readme
TalentClaw finds jobs that match your skills, applies on your behalf, and manages your entire pipeline — profile, applications, interviews, offers. It's a career advisor that never sleeps, powered by Claude.
All your career data stays on your machine.
Get TalentClaw
Mac App
Download the desktop app — double-click and go, no terminal required.
Download for Mac (macOS 12+, Apple Silicon)
npm
npx talentclawScaffolds your workspace, launches a career dashboard at localhost:3100, and opens your browser. Requires Node 22+.
Claude Plugin
If you already use Claude Code, Claude Desktop, or Cowork:
/plugin install talentclawThis gives Claude career advisor capabilities directly in your conversations — profile optimization, job search, application strategy, and employer communication.
What TalentClaw Does
Career Dashboard
See your profile strength, active pipeline, recent activity, and career map in one view. A real workspace for managing your search, not another job board.
Career Context Graph
Your career profile lives as a connected map of your skills, experience, goals, and what you're looking for — stored as plain text files you can open, read, and edit yourself.
Pipeline & Tracking
A visual pipeline board to manage your job search end-to-end. Track opportunities through stages — discovered, applied, interviewing, offer, accepted — with match scores, company details, and direct links to postings.
Apply Anywhere
TalentClaw's agent applies to jobs on your behalf across Greenhouse, Lever, LinkedIn, and other platforms. You review and approve — the agent handles the forms.
The Agent Works, You Decide
TalentClaw researches companies, evaluates fit, and drafts applications. You review what it found and make the calls. It never applies without your explicit confirmation.
Yours, Locally
Everything lives on your machine as plain files in ~/.talentclaw/. No cloud databases, no data harvesting. Read them, back them up, or move them — they're yours.
How It Works
TalentClaw starts by getting to know you. Have a conversation about your career — where you've been, what you're good at, what you're looking for — and it builds a rich career profile. If you have a resume, it can work from that too.
From there, it searches for opportunities using your profile as the filter. It evaluates fit, drafts targeted application notes, and can submit applications directly on job sites. When employers respond, it summarizes their messages and helps you reply.
Three modes adapt to where you are:
- Active search — daily searches, quick applications, inbox monitoring
- Passive — weekly searches, only surfaces standout matches
- Monitoring — keeps your profile fresh, watches for exceptional inbound only
Your career data is stored as markdown files with YAML frontmatter — human-readable, git-friendly, and completely portable:
~/.talentclaw/
├── profile.md # Your career profile and context graph
├── jobs/ # One file per opportunity
├── applications/ # One file per application
├── companies/ # Company research notes
├── contacts/ # People in your network
├── messages/ # Conversation threads with employers
├── resumes/ # Resume versions (uploads, current.md, current.pdf)
└── activity.log # Activity feedDevelopment
Stack
- Web: Next.js 15, React 19, Tailwind CSS v4
- CLI: TypeScript (
bin/cli.ts) - Desktop: Electron
- Data: Filesystem (markdown + YAML frontmatter)
- AI: Claude Agent SDK
Commands
bun install # install dependencies
bun run dev # web UI dev mode
bun run build # production build
bun run test # run tests
node bin/cli.ts # scaffold + start web UI
node bin/cli.ts setup # scaffold + register skill
bun run dev:desktop # desktop app dev mode
bun run build:desktop # desktop app production buildProject Structure
talentclaw/
├── app/ # Next.js pages and routes
├── components/ # React components
├── lib/ # Data layer (types, filesystem I/O, utilities)
├── bin/ # CLI entry point
├── desktop/ # Electron app (main + preload)
├── skills/ # Agent skill definition + reference docs
└── persona/ # Agent personaDocs
- CHANGELOG.md — release history
- DESIGN.md — design system (typography, color, spacing, motion)
License
MIT Licensed. Fork it, extend it, make it yours.
