🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Careermax

by @rahulphenomenon

CareerMax is an AI job search toolkit for resume review, ATS resume checking, tailored cover letters, mock interview prep, job application tracking, referral...

Versionv0.1.4
Downloads1,018
TERMINAL
clawhub install careermax

πŸ“– About This Skill


name: careermax description: 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, write cover letters, prep for interviews, find referrals, or identify skill gaps. version: 0.1.2 metadata: openclaw: requires: env: - CAREERMAX_API_KEY bins: - npx primaryEnv: CAREERMAX_API_KEY homepage: https://careermax.ai

Careermax Agent Toolkit

All the tools you need to land your next job β€” powered by AI.

Setup

1. Get an API key from Careermax Settings 2. 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 job
  • jobs_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 resume
  • resume_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 sessions
  • interviews_feedback β€” Detailed AI feedback from a session
  • interviews_create β€” Create a mock interview (free to create, credits on Start)
  • company_prep_get β€” View existing company research
  • company_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 contacts
  • outreach_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 plan
  • learning_quizzes β€” List past quiz sessions and scores
  • learning_resources β€” Generate learning resources for a topic (5 credits)
  • learning_quiz β€” Generate a skill quiz (1 credit)
  • Account

  • careermax_info β€” Overview of capabilities and account
  • credits_get β€” Check credit balance and plan tier
  • How It Works

    1. The skill connects to Careermax via the @careermax/agent-toolkit MCP server 2. Read operations are instant. Write operations use preview/confirm β€” you see a summary before anything changes. 3. 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 npx @careermax/agent-toolkit interviews create --role "Software Engineer" --company Stripe npx @careermax/agent-toolkit credits

    πŸ’‘ Examples

    # 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 npx @careermax/agent-toolkit interviews create --role "Software Engineer" --company Stripe npx @careermax/agent-toolkit credits

    βš™οΈ Configuration

    1. Get an API key from Careermax Settings 2. Set the environment variable: export CAREERMAX_API_KEY="cmx_live_..."