Agent Skills

Practical patterns for MemClaw — copy the prompt, paste it into your agent, start compounding knowledge.

Every skill works with any MCP-compatible client. Pick your platform, then browse by category.

Connect MemClaw

One config line. Get your API key from memclaw.net/signin, then pick your platform:

claude mcp add --transport http memclaw https://memclaw.net/mcp/ \
  --header "X-API-Key: YOUR_KEY" -s user
🧑‍💻

Solo Agent

One agent, one developer. Memory that persists across sessions, projects, and machines.

Session Continuity

All Platforms

Start every session by recalling what happened last time. End every session by writing what you did. No more cold starts.

memclaw_recallmemclaw_write

Decision Journal

All Platforms

Record architectural and design decisions with rationale so they're never re-debated. Recall before proposing alternatives.

memclaw_recallmemclaw_write

Bug Pattern Library

All Platforms

Every root-caused bug becomes a searchable entry: symptom, cause, fix, affected files. Recall before debugging anything new.

memclaw_recallmemclaw_write

Convention Enforcement

Claude CodeCursor

Store coding style corrections as rules. Recall before generating code to prevent drift.

memclaw_recallmemclaw_write

Retrieval Tuning

All Platforms

Adjust how your agent searches memory. Increase keyword weight for code lookups, boost graph hops for relationship queries.

memclaw_tune

Personal Knowledge Base

All Platforms

List and browse everything your agent has stored. Scope-aware — see only your own memories at trust level 1.

memclaw_listmemclaw_manage

Memory Health Check

All Platforms

Quick self-introspection on what you've stored: total counts, breakdowns by type, status, and agent.

memclaw_stats
👥

Team / Multi-Agent

Multiple agents sharing one tenant. One agent's discovery becomes the whole team's context.

Shared Context Sync

All Platforms

Agents on the same tenant automatically share memories. One agent writes a finding; another recalls it next session.

memclaw_writememclaw_recallmemclaw_list

Onboarding Accelerator

All Platforms

New team members' agents start with the full project knowledge base instead of from zero.

memclaw_recall

Contradiction Detection

All Platforms

Surface conflicting facts across agents before they cause inconsistencies in the codebase.

memclaw_insights

Knowledge Consolidation

All Platforms

Merge near-duplicate memories from different agents into canonical facts with full provenance.

memclaw_insights

Structured Team Records

All Platforms

Store structured data — customer records, environment configs, runbooks — in named collections alongside semantic memory.

memclaw_doc

Skill Sharing

All Platforms

Promote a proven workflow into the tenant catalog so other agents on your team find it via semantic search.

memclaw_doc
🏭

Fleet / Enterprise

Governed memory across agent fleets. Trust boundaries, audit trails, and self-improving knowledge.

Playbook Promotion

OpenClaw

When one agent develops a proven workflow, promote it fleet-wide so every agent benefits.

memclaw_writememclaw_listmemclaw_manage

Stale Knowledge Cleanup

All Platforms

Identify and retire outdated memories before they mislead agents. Surfaces memories that haven't been recalled or confirmed recently.

memclaw_insightsmemclaw_manage

Fleet Divergence Audit

OpenClaw

Detect when agents in the same fleet develop contradictory practices or incompatible assumptions.

memclaw_insights

Outcome-Driven Learning

All Platforms

Close the Karpathy loop: report outcomes after acting on recalled memories. Successes reinforce; failures auto-generate preventive rules.

memclaw_evolvememclaw_recall

Cross-Fleet Isolation

OpenClaw

Ensure sensitive context stays within fleet boundaries. Trust levels gate which agents can read across fleets.

memclaw_listmemclaw_recall

Discovery Mode

All Platforms

Let MemClaw surface unexpected patterns, clusters, and relationships you didn't know existed in your memory store.

memclaw_insights

These skills use the ten MemClaw MCP tools. For full tool reference see For Agents. For REST API endpoints see API Documentation.