CareerMax Cover Letter Writer
Generate tailored cover letters that connect a candidate's resume to a specific job description.
Setup
- Sign in to CareerMax.
- Open Settings → API Keys.
- Create a new API key and copy it. The key starts with
cmx_live_and is shown only once. - Set the environment variable:
export CAREERMAX_API_KEY="cmx_live_..."
How it works
- The skill connects to CareerMax through the
@careermax/agent-toolkitMCP server. - For MCP usage, provide
resumeTextandjobDescription. - The agent can retrieve the stored resume first with
get_resume, then pass the resume text intogenerate_cover_letter. - The CLI can generate a cover letter from a saved CareerMax job ID.
- AI-generation operations use preview/confirm — the agent shows a summary and credit cost before execution.
Tools
generate_cover_letter— Generate a tailored cover letter from resume text and a job description
MCP usage
CAREERMAX_API_KEY="cmx_live_..." npx -y --package @careermax/agent-toolkit@latest careermax-mcp
CLI usage
npx -y --package @careermax/agent-toolkit@latest careermax cover-letter generate --job-id <id>
微信扫一扫