← 返回 Skills 市场
rahulphenomenon

Careermax

作者 rahulphenomenon · GitHub ↗ · v0.1.3 · MIT-0
cross-platform ✓ 安全检测通过
197
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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 \x3Cid>
npx @careermax/agent-toolkit interviews create --role "Software Engineer" --company Stripe
npx @careermax/agent-toolkit credits
安全使用建议
This skill appears coherent with its stated purpose. Before installing: (1) confirm the npm package name (@careermax/agent-toolkit) and inspect its npm listing or source repo to ensure it’s the official package; (2) be aware that using npx will download and run code from the npm registry at runtime — this is normal but carries supply-chain risk if the package or maintainer account is compromised; (3) limit the CAREERMAX_API_KEY scope if possible, and use an API key you can revoke if needed; (4) note a minor metadata mismatch (SKILL.md lists version 0.1.2 while registry shows 0.1.3) — consider verifying the correct package version. If you’re comfortable trusting careermax.ai and the npm package, the skill’s requirements are proportionate.
功能分析
Type: OpenClaw Skill Name: careermax Version: 0.1.3 The careermax skill bundle is a legitimate integration for the careermax.ai platform, providing tools for job tracking, resume optimization, and interview preparation. It operates as an MCP server using the official `@careermax/agent-toolkit` npm package and requires a standard API key (`CAREERMAX_API_KEY`). No evidence of malicious intent, data exfiltration, or prompt injection was found in the SKILL.md or _meta.json files.
能力评估
Purpose & Capability
Name/description (job tracking, resume review, cover letters, interview prep) align with the declared dependency (npx) and single required env var (CAREERMAX_API_KEY). The CLI package @careermax/agent-toolkit is a plausible implementation for these capabilities.
Instruction Scope
SKILL.md instructs only to set CAREERMAX_API_KEY and run npx commands to call the toolkit; it does not instruct reading unrelated files, other environment variables, or exfiltrating data to unexpected endpoints. It clearly states server-side AI processing and preview/confirm behavior for writes.
Install Mechanism
This is an instruction-only skill and has no formal install spec, but it relies on npx at runtime to fetch/execute @careermax/agent-toolkit from npm. That is reasonable for a CLI-based skill, but npx implies on-demand execution of remote code (network fetch + execution), which carries the usual supply-chain risk if the npm package or account were compromised.
Credentials
Only CAREERMAX_API_KEY is required and declared as primaryEnv — this matches the functionality (API-backed service). No unrelated credentials or broad filesystem/config path access are requested.
Persistence & Privilege
always is false and the skill does not request persistent or elevated agent privileges. No instructions to modify other skills or system-wide agent settings are present.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install careermax
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /careermax 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.3
- Updated branding from "CareerMax" to "Careermax" throughout documentation. - Clarified the description and setup instructions with the new branding. - No feature or API changes in this version.
v0.1.2
- Added detailed documentation in SKILL.md describing all major features and endpoints. - Clarified setup instructions, including API key management. - Listed capabilities for job tracking, resume review, cover letter writing, interview prep, referrals, and skill gap analysis. - Provided example CLI usage commands for common workflows.
元数据
Slug careermax
版本 0.1.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 197 次。

如何安装 Careermax?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install careermax」即可一键安装,无需额外配置。

Careermax 是免费的吗?

是的,Careermax 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Careermax 支持哪些平台?

Careermax 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Careermax?

由 rahulphenomenon(@rahulphenomenon)开发并维护,当前版本 v0.1.3。

💬 留言讨论