Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Safe OpenClaw evolution — get safety-checked compatibility reports from expert builders delivered directly to your agent. Apply or skip updates, with automatic rollback protection. --- name: claw-mentor-mentee description: Safe OpenClaw evolution — get safety-checked compatibility reports from expert builders delivered directly to your agent. Apply or skip updates, with automatic rollback protection. metadata: {"openclaw": {"emoji": "🔥", "primaryEnv": "CLAW_MENTOR_API_KEY", "homepage": "https://clawmentor.ai"}} --- Claw Mentor — Mentee Skill Bring your mentor's updates directly into your OpenC Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.
Freshness
Last checked 2/25/2026
Best For
claw-mentor-mentee is best for always, still workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB REPOS, runtime-metrics, public facts pack
Safe OpenClaw evolution — get safety-checked compatibility reports from expert builders delivered directly to your agent. Apply or skip updates, with automatic rollback protection. --- name: claw-mentor-mentee description: Safe OpenClaw evolution — get safety-checked compatibility reports from expert builders delivered directly to your agent. Apply or skip updates, with automatic rollback protection. metadata: {"openclaw": {"emoji": "🔥", "primaryEnv": "CLAW_MENTOR_API_KEY", "homepage": "https://clawmentor.ai"}} --- Claw Mentor — Mentee Skill Bring your mentor's updates directly into your OpenC
Public facts
3
Change events
0
Artifacts
0
Freshness
Feb 25, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 25, 2026
Vendor
Clawmentor
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.
Setup snapshot
Setup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Clawmentor
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
bash
clawhub install claw-mentor-mentee
text
- Check for new Claw Mentor reports
text
🔥 New mentor update ready!
**{mentor_name}** · {risk_emoji} {risk_level_display} risk
{plain_english_summary}
Say **"show my mentor report"** to see the full details.
Or: **"apply mentor report"** / **"skip mentor report"**text
📋 Report from {mentor_name} — {date}
Risk: {risk_level} {risk_emoji}
{plain_english_summary}
Changes:
• Add: {skill names joined with comma, or "none"}
• Modify: {skill names, or "none"}
• Remove: {skill names, or "none"}
Say "apply mentor report" to apply or "skip mentor report" to skip.bash
SNAPSHOT_DATE=$(date +%Y-%m-%d-%H-%M) SNAPSHOT_PATH="$HOME/.openclaw/claw-mentor/snapshots/$SNAPSHOT_DATE/" mkdir -p "$SNAPSHOT_PATH" cp -r "$HOME/.openclaw/" "$SNAPSHOT_PATH"
json
{ "reportId": "{id}", "status": "applied", "snapshotPath": "{SNAPSHOT_PATH}" }Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB REPOS
Editorial quality
ready
Safe OpenClaw evolution — get safety-checked compatibility reports from expert builders delivered directly to your agent. Apply or skip updates, with automatic rollback protection. --- name: claw-mentor-mentee description: Safe OpenClaw evolution — get safety-checked compatibility reports from expert builders delivered directly to your agent. Apply or skip updates, with automatic rollback protection. metadata: {"openclaw": {"emoji": "🔥", "primaryEnv": "CLAW_MENTOR_API_KEY", "homepage": "https://clawmentor.ai"}} --- Claw Mentor — Mentee Skill Bring your mentor's updates directly into your OpenC
Bring your mentor's updates directly into your OpenClaw agent. Get notified when a new compatibility report is ready, review it in plain English, and apply or skip — all from your OpenClaw chat.
Claw Mentor is a mentorship platform for OpenClaw users. You subscribe to an expert mentor (like Ember 🔥) who maintains a carefully crafted OpenClaw setup. Whenever they update their configuration, you get a plain-English compatibility report explaining what changed, what it does, and whether it's safe for your setup.
This skill connects your local OpenClaw agent to Claw Mentor. Your agent checks for new reports on a schedule, notifies you, and helps you apply or skip changes — including taking a local backup before anything changes.
Privacy note: Your AGENTS.md, skill files, and config are NEVER sent to Claw Mentor. 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.
app.clawmentor.ai every few hours for new compatibility reports from your subscribed mentorscp -r) before any changes, so you can always roll backclawhub 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. Do a first check immediately by calling GET https://app.clawmentor.ai/api/mentee/reports and report back what's waiting. Then ensure HEARTBEAT.md in your workspace contains the line - Check for new Claw Mentor reports — add it if missing, so periodic checks are scheduled.
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_KEYCLAW_MENTOR_CHECK_INTERVAL_HOURS hours (default: 6)."GET https://app.clawmentor.ai/api/mentee/reports and tell them what's waiting.HEARTBEAT.md in your workspace (create the file if it doesn't exist):
- Check for new Claw Mentor 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 before applying changes |
| WRITE: ~/.openclaw/claw-mentor/snapshots/ | To store local backup snapshots |
| WRITE: ~/.openclaw/claw-mentor/state.json | To track last check time and notified reports |
| NETWORK: app.clawmentor.ai | To fetch reports and send status updates |
| NOTIFY: configured channel | To alert you when a new report is ready |
| EXEC: cp, mkdir | Shell commands for taking snapshots |
No other files are read. No config content is ever uploaded.
When this skill is installed, your agent should follow these instructions:
CLAW_MENTOR_CHECK_INTERVAL_HOURS hours)~/.openclaw/claw-mentor/state.json to get last_check and notified_report_ids (create file if absent)last_check < CLAW_MENTOR_CHECK_INTERVAL_HOURS hours → skip, return HEARTBEAT_OKGET https://app.clawmentor.ai/api/mentee/reports with header Authorization: Bearer {CLAW_MENTOR_API_KEY}state.json with last_check: nowstatus == 'pending' AND id NOT in notified_report_ids:
notified_report_ids in stateHEARTBEAT_OKNotification message format:
🔥 New mentor update ready!
**{mentor_name}** · {risk_emoji} {risk_level_display} risk
{plain_english_summary}
Say **"show my mentor report"** to see the full details.
Or: **"apply mentor report"** / **"skip mentor report"**
Risk emoji: LOW → 🟢, MEDIUM → 🟡, HIGH → 🔴
GET https://app.clawmentor.ai/api/mentee/reports📋 Report from {mentor_name} — {date}
Risk: {risk_level} {risk_emoji}
{plain_english_summary}
Changes:
• Add: {skill names joined with comma, or "none"}
• Modify: {skill names, or "none"}
• Remove: {skill names, or "none"}
Say "apply mentor report" to apply or "skip mentor report" to skip.
This is the most important command. Follow all steps carefully.
GET https://app.clawmentor.ai/api/mentee/reports to get the latest pending reportSNAPSHOT_DATE=$(date +%Y-%m-%d-%H-%M)
SNAPSHOT_PATH="$HOME/.openclaw/claw-mentor/snapshots/$SNAPSHOT_DATE/"
mkdir -p "$SNAPSHOT_PATH"
cp -r "$HOME/.openclaw/" "$SNAPSHOT_PATH"
~/.openclaw/claw-mentor/snapshots/{date}/"POST https://app.clawmentor.ai/api/mentee/status with:
{ "reportId": "{id}", "status": "applied", "snapshotPath": "{SNAPSHOT_PATH}" }
POST https://app.clawmentor.ai/api/mentee/status with { "reportId": "{id}", "status": "skipped" }~/.openclaw/claw-mentor/snapshots/ for the most recent)cp -r ~/.openclaw/claw-mentor/snapshots/{most-recent-date}/ ~/.openclaw/
POST https://app.clawmentor.ai/api/mentee/status with { "reportId": "{id}", "status": "rolled_back" }~/.openclaw/claw-mentor/state.json:
{
"last_check": "2026-03-01T14:32:00Z",
"notified_report_ids": ["uuid1", "uuid2"],
"last_snapshot_path": "~/.openclaw/claw-mentor/snapshots/2026-03-01-14-32/"
}
Create this file on first use if it doesn't exist.
All endpoints at https://app.clawmentor.ai.
Auth: Authorization: Bearer {CLAW_MENTOR_API_KEY}
Returns:
{
"user": { "id": "...", "email": "...", "tier": "starter" },
"reports": [
{
"id": "uuid",
"created_at": "2026-03-01T10:00:00Z",
"risk_level": "low",
"plain_english_summary": "...",
"skills_to_add": [{ "name": "...", "what_it_does": "...", "permissions_it_needs": [] }],
"skills_to_modify": [],
"skills_to_remove": [],
"permission_changes": [],
"status": "pending",
"mentors": { "name": "Ember 🔥", "handle": "ember", "specialty": "..." }
}
],
"subscriptions": [...]
}
Auth: Authorization: Bearer {CLAW_MENTOR_API_KEY}
Body: { "reportId": "uuid", "status": "applied|skipped|rolled_back", "snapshotPath": "~/.openclaw/..." }
Returns: { "success": true, "reportId": "...", "status": "applied", "updated_at": "..." }
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. Claw Mentor 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.
Open source (auditable): github.com/clawmentor/claw-mentor-mentee
Questions or issues? Open a GitHub issue or email hello@clawmentor.ai.
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/clawmentor-claw-mentor-mentee/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clawmentor-claw-mentor-mentee/contract"
curl -s "https://xpersona.co/api/v1/agents/clawmentor-claw-mentor-mentee/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 5d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/clawmentor-claw-mentor-mentee/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/clawmentor-claw-mentor-mentee/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/clawmentor-claw-mentor-mentee/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/clawmentor-claw-mentor-mentee/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawmentor-claw-mentor-mentee/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawmentor-claw-mentor-mentee/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_REPOS",
"generatedAt": "2026-04-16T23:41:42.684Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "always",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "still",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:always|supported|profile capability:still|supported|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Clawmentor",
"href": "https://clawmentor.ai",
"sourceUrl": "https://clawmentor.ai",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T03:38:35.155Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/clawmentor-claw-mentor-mentee/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawmentor-claw-mentor-mentee/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-25T03:38:35.155Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/clawmentor-claw-mentor-mentee/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawmentor-claw-mentor-mentee/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[]
Sponsored
Ads related to claw-mentor-mentee and adjacent AI workflows.