Careermax
/install careermax
Careermax Agent Toolkit
All the tools you need to land your next job — powered by AI.
Setup
- Get an API key from Careermax Settings
- Set the environment variable:
export CAREERMAX_API_KEY="cmx_live_..."
What You Can Do
Job Pipeline Tracker
Track applications through your pipeline — add roles, update statuses, view your board.
jobs_list— List all jobs, filter by status (Watchlist, Applied, Screening, Interviewing, Received Offer, Rejected, Accepted)jobs_get— Get full details for a specific jobjobs_add— Add a new job (preview/confirm)jobs_update— Update status, notes, or other fields (preview/confirm)
Resume Reviewer
Get AI feedback on your resume and optimize specific sections.
resume_get— View your current resumeresume_review— AI resume analysis, optionally tailored to a job (1 credit)resume_optimize— Optimize a specific resume section (1 credit)
Cover Letter Writer
Generate tailored cover letters that match your resume to job applications.
cover_letter_generate— Generate a cover letter for a specific job (1 credit)
Interview Prep
Mock interviews, company research, and feedback from past practice.
interviews_list— List past and upcoming sessionsinterviews_feedback— Detailed AI feedback from a sessioninterviews_create— Create a mock interview (free to create, credits on Start)company_prep_get— View existing company researchcompany_prep_generate— Generate a company research brief (5 credits)
Referral Finder
Find potential referrals and draft personalized outreach messages.
mentors_search— Search for referrals at a target company (1 credit)mentors_bookmarks— View bookmarked contactsoutreach_generate— Draft a personalized outreach message (1 credit)
Skill Gap Analysis
Learning plans, resources, and quizzes for target roles.
learning_plan— View your personalized learning planlearning_quizzes— List past quiz sessions and scoreslearning_resources— Generate learning resources for a topic (5 credits)learning_quiz— Generate a skill quiz (1 credit)
Account
careermax_info— Overview of capabilities and accountcredits_get— Check credit balance and plan tier
How It Works
- The skill connects to Careermax via the
@careermax/agent-toolkitMCP server - Read operations are instant. Write operations use preview/confirm — you see a summary before anything changes.
- All AI processing happens server-side on the same backend as the Careermax web app.
Usage
# Run as MCP server (for AI agents)
npx @careermax/agent-toolkit mcp
# Or use the CLI directly
npx @careermax/agent-toolkit jobs list
npx @careermax/agent-toolkit resume review
npx @careermax/agent-toolkit cover-letter generate --job-id \x3Cid>
npx @careermax/agent-toolkit interviews create --role "Software Engineer" --company Stripe
npx @careermax/agent-toolkit credits
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install careermax - After installation, invoke the skill by name or use
/careermax - Provide required inputs per the skill's parameter spec and get structured output
What is Careermax?
Careermax (careermax.ai) gives you all the tools you need to land your next job. Use when the user wants to track job applications, review their resume, writ... It is an AI Agent Skill for Claude Code / OpenClaw, with 197 downloads so far.
How do I install Careermax?
Run "/install careermax" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Careermax free?
Yes, Careermax is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Careermax support?
Careermax is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Careermax?
It is built and maintained by rahulphenomenon (@rahulphenomenon); the current version is v0.1.3.