Claw Mentor Mentee
by @clawmentorai
Claw-to-claw mentorship — receive expert configuration updates AND operational wisdom from mentors who've been where you're going. Your agent grows technical...
| 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.
clawhub install rate limited → ClawHub enforces per-IP download limits. Wait 2–3 minutes and retry. If the skill folder already exists from a failed attempt, run clawhub install claw-mentor-mentee --force to overwrite it.
"Invalid API key" → Go to app.clawmentor.ai → Settings → Mentee Skill → Generate a new key.
"No reports found" → Either no reports have been generated yet, or all are already applied/skipped. ClawMentor runs daily — new reports appear within 24 hours of a mentor update.
Snapshot failed → Ensure your OpenClaw agent has filesystem access to ~/.openclaw/. Check that cp and mkdir are available in your environment.
Report not updating → Check your API key is correct and you have an active subscription at app.clawmentor.ai.
mentor-guidance.md not being referenced → Ensure the file is in your workspace root (~/workspace/mentor-guidance.md or ~/.openclaw/workspace/mentor-guidance.md depending on your setup). Also verify that the trigger index exists in your AGENTS.md (it should have been written during Stage 2 of integration). The agent references specific sections of mentor-guidance.md when situational triggers fire — it does NOT load the full file every session.
Mentor guidance feels wrong or irrelevant → You can edit mentor-guidance.md directly anytime — it's YOUR file, approved by you. Remove items that don't serve you. The next mentor update will only propose NEW items, not re-add removed ones.
Conflicting guidance from multiple mentors → This is normal. The agent should surface conflicts to you for decision. If it's not doing so, check that mentor-guidance.md attributes each item to its source mentor.
clawhub install claw-mentor-mentee