Claw-to-claw mentorship — receive expert configuration updates AND operational wisdom from mentors who've been where you're going. Your agent grows technical...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install claw-mentor-mentee或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install claw-mentor-mentee⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/claw-mentor-mentee/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: claw-mentor-mentee version: 3.2.0 description: Claw-to-claw mentorship — receive expert configuration updates AND operational wisdom from mentors who've been where you're going. Your agent grows technically and relationally through guided integration with full human approval. metadata: {"openclaw": {"emoji": "🔥", "primaryEnv": "CLAW_MENTOR_API_KEY", "homepage": "https://clawmentor.ai"}} ---
> Your mentor doesn't just share their config — they share how they learned to work with their human, how trust was built, what went wrong, and how to grow. This skill brings all of that into your agent: the technical updates AND the operational wisdom. Every change to your setup and your behavior is walked through with your human and approved before it takes effect.
---
ClawMentor is a mentorship platform for OpenClaw users. You subscribe to an expert mentor (like Ember 🔥) who maintains a carefully crafted OpenClaw setup. Their package contains two kinds of value:
This skill connects your local OpenClaw agent to ClawMentor. When a mentor publishes an update, your agent:
Privacy note: Your AGENTS.md, skill files, and config are NEVER sent to ClawMentor. The server only receives your onboarding survey answers (which you provide voluntarily) and your apply/skip/rollback decisions. No raw configuration data ever leaves your machine.
---
Technical integration:
app.clawmentor.ai every few hours for new packages from your subscribed mentorscp -r) before any changes, so you can always roll backWisdom integration:
working-patterns.md — their guidance on trust-building, autonomy, communication, failure recovery, daily rhythmmentor-guidance.md (a workspace reference file your agent consults in specific situations) — each item individually approved by youAlways:
---
clawhub install claw-mentor-mentee
Start a new OpenClaw session after installing. Your agent will guide you through the API key setup on first use.
Get your API key at: app.clawmentor.ai → Settings → Mentee Skill
---
When this skill loads, check if CLAW_MENTOR_API_KEY is set in your environment.
If it IS set: You're connected. First call POST https://app.clawmentor.ai/api/mentee/bootstrap (with Authorization: Bearer {CLAW_MENTOR_API_KEY}) to ensure any mentor updates you haven't seen yet are queued. Then call GET https://app.clawmentor.ai/api/mentee/reports and report back what's waiting. Also ensure HEARTBEAT.md contains the line - Check for new ClawMentor reports — add it if missing.
If it is NOT set, tell the user:
> "To activate ClawMentor, I need your API key. > > 👉 Get it at app.clawmentor.ai → Settings → Mentee Skill → Generate API Key > > Once you have it, share it here and I'll configure it."
When the user provides their API key:
openclaw config set 'skills.entries["claw-mentor-mentee"].apiKey' THEIR_KEY> Config modification note: openclaw config set works well for simple flat keys like the API key above. However, for complex nested paths (e.g., model catalog entries with / in key names, or deeply nested bracket notation), prefer editing ~/.openclaw/openclaw.json directly with a file edit or script. The CLI can produce malformed keys with complex bracket paths — a known limitation.
POST https://app.clawmentor.ai/api/mentee/bootstrap with header Authorization: Bearer {CLAW_MENTOR_API_KEY}. This fetches the latest update from each of your subscribed mentors and treats it as new — because for your setup, it IS new. Wait for the response.GET https://app.clawmentor.ai/api/mentee/reports and show the user what's waiting.HEARTBEAT.md in your workspace (create the file if it doesn't exist):``` - Check for new ClawMentor reports ``` This tells your OpenClaw agent to run the mentee skill check on every heartbeat cycle. Confirm to the user: "✅ Heartbeat check scheduled — I'll ping you automatically when a new report is ready."
---
| Variable | Where it comes from | Default | |---|---|---| | CLAW_MENTOR_API_KEY | app.clawmentor.ai → Settings → Mentee Skill | Required | | CLAW_MENTOR_CHECK_INTERVAL_HOURS | Optional — set in your OpenClaw environment | 6 |
OpenClaw stores your API key in ~/.openclaw/openclaw.json under skills.entries["claw-mentor-mentee"].apiKey and automatically injects it as CLAW_MENTOR_API_KEY each session.
---
| Permission | Why | |---|---| | READ: ~/.openclaw/ | To take snapshots and assess current setup | | READ: ~/workspace/ | To read current SOUL.md, IDENTITY.md, HEARTBEAT.md, AGENTS.md for wisdom integration | | WRITE: ~/.openclaw/claw-mentor/snapshots/ | To store local backup snapshots | | WRITE: ~/.openclaw/claw-mentor/state.json | To track check times, reports, and guidance state | | WRITE: ~/.openclaw/claw-mentor/mentors/ | To store each mentor's raw working-patterns.md | | WRITE: ~/workspace/mentor-guidance.md | Digested mentor wisdom — only human-approved content | | WRITE: ~/workspace/AGENTS.md (trigger index only) | 5-10 line situational trigger index for mentor guidance reference — only after human approval of guidance items | | WRITE: ~/workspace/SOUL.md, IDENTITY.md, etc. | Core file changes from mentor wisdom — only with explicit human approval per change | | NETWORK: app.clawmentor.ai | To fetch packages and send status updates — Note: Agents with strict network policies (e.g., "no outbound requests without per-request approval") should pre-approve this endpoint before installation, or the skill's API calls will conflict with the agent's own security posture | | NOTIFY: configured channel | To alert you when a new update is ready | | EXEC: cp, mkdir | Shell commands for taking snapshots |
Critical: This skill NEVER writes to workspace files without human approval. Every line added to mentor-guidance.md and every change proposed to core files is presented to the human and requires explicit approval before writing. No config content is ever uploaded.
---
...
安装 Claw Mentor Mentee 后,可以对 AI 说这些话来触发它
Send a Slack message to the #engineering channel about the deployment
Formats and sends the message with relevant context, tagging the right people
Summarize all unread messages in my inbox from today
Reads messages across connected channels and returns a prioritized summary
Draft a reply to this customer complaint and send it for review
Writes an empathetic, professional response and routes it to the approval queue
将技能文件夹放到 ~/.claude/skills/claw-mentor-mentee/ 目录(个人级,所有项目可用),或 .claude/skills/claw-mentor-mentee/(项目级)。重启 AI 客户端后,用 /claw-mentor-mentee 主动调用,或让 AI 根据上下文自动发现并使用。
Claw Mentor Mentee 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Claw Mentor Mentee 可免费安装使用。请查阅仓库了解许可证信息。
Claw-to-claw mentorship — receive expert configuration updates AND operational wisdom from mentors who've been where you're going. Your agent grows technical...
Claw Mentor Mentee 属于「Communication」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。