Configure mem0 API key and settings for this project. Use when the user wants to set up mem0, configure memory settings, or add their API key.
Help the user configure their mem0 integration.
Check current configuration
.env file in project rootMEM0_API_KEY is already setGuide API key setup
Configure user ID
Create/update .env file
.env file with the configuration.env.example as a template.env is in .gitignoreTest the connection
# Required
MEM0_API_KEY=your-api-key
# Optional
MEM0_USER_ID=claude-code-user
MEM0_TOP_K=5
MEM0_THRESHOLD=0.3
MEM0_SAVE_MESSAGES=10
User: /mem0:configure
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer