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 technically and relationally through guided integration with full human approval.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/clawmentorai/claw-mentor-menteeClawMentor — Mentee Skill
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.
Description
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:
- Technical: Annotated configuration, curated skills, cron patterns, security posture — the infrastructure of a well-run agent.
- Operational wisdom: How the mentor works with their human day-to-day. How trust was built. How autonomy was earned. What went wrong and what they learned. How to grow the human-agent partnership — not just configure it.
This skill connects your local OpenClaw agent to ClawMentor. When a mentor publishes an update, your agent:
- Analyzes technical compatibility against your actual setup
- Digests the mentor's operational wisdom through the lens of YOUR situation
- Walks you through every proposed change — to your config AND to how your agent thinks and operates
- Only applies what you explicitly approve
- Takes a local backup before any changes, so you can always roll back
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.
What It Does
Technical integration:
- Checks
app.clawmentor.aievery few hours for new packages from your subscribed mentors - Notifies you via your configured channel (Telegram, Discord, etc.) when a new update is ready
- Performs local compatibility analysis — what would change, what's safe, what needs caution
- Guides you through applying or skipping each technical change
- Takes a local snapshot (
cp -r) before any changes, so you can always roll back
Wisdom integration:
- Processes the mentor's
working-patterns.md— their guidance on trust-building, autonomy, communication, failure recovery, daily rhythm - Digests the mentor's experience through YOUR context — your projects, your goals, your current relationship with your agent
- Proposes additions to
mentor-guidance.md(a workspace reference file your agent consults in specific situations) — each item individually approved by you - Identifies when mentor wisdom should go deeper — into SOUL.md, IDENTITY.md, HEARTBEAT.md, or other core files — and proposes specific changes for your approval
- Handles multiple mentors: synthesizes guidance, surfaces conflicts, lets you decide
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-clawmentorai-claw-mentor-mentee": {
"enabled": true,
"auto_update": true
}
}
}