Files
wehub-resource-sync 555e282cc4
ci / changelog_check (push) Waiting to run
ci / check_changes (push) Waiting to run
ci / build_mem0 (3.10) (push) Blocked by required conditions
ci / build_mem0 (3.11) (push) Blocked by required conditions
ci / build_mem0 (3.12) (push) Blocked by required conditions
CLI Node CI / lint (push) Waiting to run
CLI Node CI / test (20) (push) Waiting to run
CLI Node CI / test (22) (push) Waiting to run
CLI Node CI / build (push) Waiting to run
CLI Python CI / lint (push) Waiting to run
CLI Python CI / test (3.10) (push) Waiting to run
CLI Python CI / test (3.11) (push) Waiting to run
CLI Python CI / test (3.12) (push) Waiting to run
CLI Python CI / build (push) Waiting to run
openclaw checks / lint (push) Waiting to run
openclaw checks / test (20) (push) Waiting to run
openclaw checks / test (22) (push) Waiting to run
openclaw checks / build (push) Waiting to run
opencode-plugin checks / build (push) Waiting to run
pi-agent-plugin checks / lint (push) Waiting to run
pi-agent-plugin checks / test (20) (push) Waiting to run
pi-agent-plugin checks / test (22) (push) Waiting to run
pi-agent-plugin checks / build (push) Waiting to run
TypeScript SDK CI / check_changes (push) Waiting to run
TypeScript SDK CI / changelog_check (push) Blocked by required conditions
TypeScript SDK CI / build_ts_sdk (20) (push) Blocked by required conditions
TypeScript SDK CI / build_ts_sdk (22) (push) Blocked by required conditions
TypeScript SDK CI / integration_ts_sdk (20) (push) Blocked by required conditions
TypeScript SDK CI / integration_ts_sdk (22) (push) Blocked by required conditions
chore: import upstream snapshot with attribution
2026-07-13 13:03:45 +08:00
..

Mem0 Skills for AI Coding Assistants

Mem0 ships structured skill definitions for Claude Code, Codex, Cursor, OpenCode, OpenClaw, and any assistant that supports the skills standard. Skills teach the assistant how to work with Mem0 — either by loading SDK knowledge into context, or by executing an end-to-end workflow on demand.

Two Categories

Reference skills — always on

Installed once, loaded into context so the assistant writes correct Mem0 code. Use these for day-to-day development.

Skill Surface Install
mem0 Python + TypeScript SDKs (Platform + OSS), framework integrations npx skills add https://github.com/mem0ai/mem0 --skill mem0
mem0-cli Terminal workflows (mem0 CLI, both Node and Python) npx skills add https://github.com/mem0ai/mem0 --skill mem0-cli
mem0-vercel-ai-sdk @mem0/vercel-ai-provider and createMem0 npx skills add https://github.com/mem0ai/mem0 --skill mem0-vercel-ai-sdk

Pipeline skills — run on demand

Invoked as a slash command to execute a specific end-to-end workflow. These do real work: they create branches, write tests, run code.

Skill Trigger Install
mem0-integrate /mem0-integrate — wire Mem0 into an existing repo via TDD npx skills add https://github.com/mem0ai/mem0 --skill mem0-integrate
mem0-test-integration /mem0-test-integration — verify what /mem0-integrate produced npx skills add https://github.com/mem0ai/mem0 --skill mem0-test-integration
mem0-oss-to-platform /mem0-oss-to-platform — migrate a project from Mem0 OSS to the hosted Platform SDK npx skills add https://github.com/mem0ai/mem0 --skill mem0-oss-to-platform

The mem0-integrate and mem0-test-integration skills are designed to run in sequence on the same workspace:

/mem0-integrate          →  mem0-integrate/<slug> branch + .mem0-integration/ artifacts
/mem0-test-integration   →  scorecard (compile + runtime verification, real API smoke test)

Choosing a Skill

  • Writing Mem0 code in a new or existing project?mem0
  • Using the terminal CLI?mem0-cli
  • Building with @ai-sdk/*?mem0-vercel-ai-sdk
  • Want the assistant to wire Mem0 into an existing repo for you?mem0-integrate, then mem0-test-integration
  • Already using Mem0 OSS and want to move to the hosted Platform?mem0-oss-to-platform

License

Apache-2.0