Memory Setup
Enable and configure Moltbot/Clawdbot memory search for persistent context. Use when setting up memory, fixing "goldfish brain," or helping users configure memorySearch in their config. Covers MEMORY.md, daily logs, and vector search setup.
SKILL.md
text/markdown · 4066 字节
Security Scan
状态
clean
OpenClaw
gpt-5-mini
OpenClaw 分析
Instructions match the stated purpose (setting up persistent memory for Moltbot/Clawdbot) and there is no install-time code; the main issue is a small mismatch between metadata (no declared env vars) and the SKILL.md (mentions external API keys).
置信度: medium
VirusTotal
Type: OpenClaw Skill Name: memory-setup Version: 1.0.0 The skill bundle is designed to configure persistent memory for an AI agent. The `_meta.json` file contains standard metadata. The `SKILL.md` provides instructions for users to modify configuration files (`~/.clawdbot/clawdbot.json`), create specific file structures (`MEMORY.md`, `memory/logs/`), and add instructions to the agent's `AGENTS.md` file. The agent instructions are limited to using built-in memory search and retrieval tools (`memory_search`, `memory_get`) and do not contain any directives for malicious prompt injection, data exfiltration, unauthorized execution, or persistence. The `clawdbot gateway restart` command is a legitimate administrative action for troubleshooting. All content aligns with the stated purpose and lacks high-risk behaviors.