{"id":43122382,"url":"https://github.com/supermemoryai/openclaw-supermemory","last_synced_at":"2026-02-02T22:04:06.589Z","repository":{"id":335364828,"uuid":"1143346132","full_name":"supermemoryai/openclaw-supermemory","owner":"supermemoryai","description":"Supermemory allows Clawdbot / Molt bot to have PERFECT memory and recall for their own personal agent.","archived":false,"fork":false,"pushed_at":"2026-02-01T04:50:09.000Z","size":179,"stargazers_count":208,"open_issues_count":2,"forks_count":23,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-02T03:37:34.116Z","etag":null,"topics":["ai-memory","clawd","clawdbot","memory"],"latest_commit_sha":null,"homepage":"https://supermemory.ai/docs/integrations/clawdbot","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/supermemoryai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-27T13:21:14.000Z","updated_at":"2026-02-01T22:56:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/supermemoryai/openclaw-supermemory","commit_stats":null,"previous_names":["supermemoryai/clawdbot-supermemory"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/supermemoryai/openclaw-supermemory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supermemoryai%2Fopenclaw-supermemory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supermemoryai%2Fopenclaw-supermemory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supermemoryai%2Fopenclaw-supermemory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supermemoryai%2Fopenclaw-supermemory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/supermemoryai","download_url":"https://codeload.github.com/supermemoryai/openclaw-supermemory/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supermemoryai%2Fopenclaw-supermemory/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29021031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T18:51:31.335Z","status":"ssl_error","status_checked_at":"2026-02-02T18:49:20.777Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-memory","clawd","clawdbot","memory"],"created_at":"2026-01-31T20:00:24.908Z","updated_at":"2026-02-02T22:04:06.562Z","avatar_url":"https://github.com/supermemoryai.png","language":"TypeScript","funding_links":[],"categories":["记忆与上下文管理","Skills \u0026 Plugins","Memory \u0026 RAG","📦 Resource","Speicher- und Kontextsysteme","🧠 Memory \u0026 Context Systems","Community Plugins"],"sub_categories":["长期记忆","Notable Skills \u0026 Plugins","Long-term Memory","🔌 OpenClaw Memory Plugins","Memory \u0026 Context"],"readme":"# Supermemory Plugin for OpenClaw (previously Clawdbot)\n\n\u003cimg width=\"1200\" height=\"628\" alt=\"Announcement-3 (2)\" src=\"https://github.com/user-attachments/assets/caa5acaa-8246-4172-af3a-9cfed2a452c1\" /\u003e\n\n\n\nLong-term memory for OpenClaw. Automatically remembers conversations, recalls relevant context, and builds a persistent user profile — all powered by [Supermemory](https://supermemory.ai) cloud. No local infrastructure required.\n\n\u003e **✨ Requires [Supermemory Pro or above](https://console.supermemory.ai/billing)** - Unlock the state of the art memory for your OpenClaw bot.\n\n## Install\n\n```bash\nopenclaw plugins install @supermemory/openclaw-supermemory\n```\n\nRestart OpenClaw after installing.\n\n## Configuration\n\nThe only required value is your Supermemory API key. Get one at [console.supermemory.ai](https://console.supermemory.ai).\n\nSet it as an environment variable:\n\n```bash\nexport SUPERMEMORY_OPENCLAW_API_KEY=\"sm_...\"\n```\n\nOr configure it directly in `openclaw.json`:\n\n```json5\n{\n  \"plugins\": {\n    \"entries\": {\n      \"openclaw-supermemory\": {\n        \"enabled\": true,\n        \"config\": {\n          \"apiKey\": \"${SUPERMEMORY_OPENCLAW_API_KEY}\"\n        }\n      }\n    }\n  }\n}\n```\n\n### Advanced options\n\n| Key | Type | Default | Description |\n|-----|------|---------|-------------|\n| `containerTag` | `string` | `openclaw_{hostname}` | Memory namespace. All channels share this tag. |\n| `autoRecall` | `boolean` | `true` | Inject relevant memories before every AI turn. |\n| `autoCapture` | `boolean` | `true` | Automatically store conversation content after every turn. |\n| `maxRecallResults` | `number` | `10` | Max memories injected into context per turn. |\n| `profileFrequency` | `number` | `50` | Inject full user profile every N turns. Search results are injected every turn. |\n| `captureMode` | `string` | `\"all\"` | `\"all\"` filters short texts and injected context. `\"everything\"` captures all messages. |\n| `debug` | `boolean` | `false` | Verbose debug logs for API calls and responses. |\n\n## How it works\n\nOnce installed, the plugin works automatically with zero interaction:\n\n- **Auto-Recall** — Before every AI turn, the plugin queries Supermemory for relevant memories and injects them as context. The AI sees your user profile (preferences, facts) and semantically similar past conversations.\n- **Auto-Capture** — After every AI turn, the last user/assistant exchange is sent to Supermemory for extraction and long-term storage.\n\nEverything runs in the cloud. Supermemory handles extraction, deduplication, and profile building on its end.\n\n## Slash Commands\n\n| Command | Description |\n|---------|-------------|\n| `/remember \u003ctext\u003e` | Manually save something to memory. |\n| `/recall \u003cquery\u003e` | Search your memories and see results with similarity scores. |\n\n## AI Tools\n\nThe AI can use these tools autonomously during conversations:\n\n| Tool | Description |\n|------|-------------|\n| `supermemory_store` | Save information to long-term memory. |\n| `supermemory_search` | Search memories by query. |\n| `supermemory_forget` | Delete a memory by query. |\n| `supermemory_profile` | View the user profile (persistent facts + recent context). |\n\n## CLI Commands\n\n```bash\nopenclaw supermemory search \u003cquery\u003e    # Search memories\nopenclaw supermemory profile           # View user profile\nopenclaw supermemory wipe              # Delete all memories (destructive, requires confirmation)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupermemoryai%2Fopenclaw-supermemory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupermemoryai%2Fopenclaw-supermemory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupermemoryai%2Fopenclaw-supermemory/lists"}