openclaw-supermemory 是做什么的?
🧠 Enhance OpenClaw with Supermemory for long-term conversation tracking and user profile creation, requiring no local setup.
🧠 为 OpenClaw 集成 Supermemory,实现长期对话跟踪和用户画像创建,无需本地部署。
该技能将 Supermemory 集成到 OpenClaw 中,使其具备长期记忆能力,能够跨对话跟踪用户交互历史并自动生成用户画像。这对于需要基于历史对话上下文提供个性化响应的 AI 代理(如 Claude Code、Cursor、Codex)特别有用。它支持 OpenClaw 平台,且无需用户进行任何本地配置或数据管理。其工作原理是通过 Supermemory 在后台创建并更新用户会话记录,让 AI 代理在后续对话中能回忆起用户偏好、过往操作等信息,从而提升交互的连贯性和个性定制水平。
npx skills add designer23d/openclaw-supermemory🧠 Enhance OpenClaw with Supermemory for long-term conversation tracking and user profile creation, requiring no local setup.
ElevenLabs text-to-speech with mac-style say UX.
Oracle CLI second-model review/debug/refactor/design with selected files, dry-run token checks, API or browser engine.
Capture and automate macOS UI with the Peekaboo CLI.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.