Integrate Mem0 into an existing repository using a goal-driven, TDD pipeline. Detects the repo's language automatically and asks the user to pick between Mem0 Platform (managed) and Mem0 Open Source (self-hosted). Writes failing tests before any implementation. Produces a local feature branch plus `.mem0-integration/` artifacts consumed by the paired verification skill. TRIGGER when: user says "integrate mem0", "add mem0 to this repo", "wire mem0 into <repo>", or asks how to add memory to an existing project. DO NOT TRIGGER when: the user wants general SDK usage (use skill:mem0), CLI usage (use skill:mem0-cli), or Vercel AI SDK (use skill:mem0-vercel-ai-sdk). After success, invoke skill:mem0-test-integration to verify in the same workspace (loose coupling).
74
92%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The required runtime workflow includes `WebFetch` of public, outsider-authored docs URLs (e.g., `https://docs.mem0.ai/llms.txt`, `https://docs.mem0.ai/llms-full.txt`, `https://docs.mem0.ai/openapi.json`, etc.) and then feeds their contents (via “direct URLs” inputs and cited plan inputs) into the agent/subagent LLM context, creating an indirect prompt-injection risk.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill explicitly requires WebFetch of canonical docs and delegated-skill files at runtime (e.g., https://docs.mem0.ai/llms.txt and raw skill URLs like https://raw.githubusercontent.com/mem0ai/mem0/main/skills/mem0/SKILL.md) and the subagent system prompt mandates reading those fetched documents first, so external content directly controls the agent's instructions and is a required runtime dependency.
b357a5a
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.