← 返回 Skills 市场
108
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install site-memory
功能描述
Persistent memory for repeated browser work. Use when an agent revisits the same sites or flows and should load a few relevant notes up front, then save dura...
安全使用建议
What to consider before installing:
- This skill will create and use a persistent directory (default ~/.site-memory) and read/write markdown notes there; run the provided init script to create it if you accept that.
- The package bundles a Chrome DevTools Protocol helper that can connect to your running Chrome and interact with open tabs (including pages where you are logged in). That is coherent with a browser-memory tool but is sensitive — only enable/use it when you explicitly approve the agent to inspect your browser session.
- The SKILL.md contains prompt templates and directs the agent to run 'after-action' LLM passes; those are normal for this skill but mean you should restrict which agent tools are allowed during those passes (platform enforcement is separate).
- The code enforces that reads/writes stay inside the memory root; it does not exfiltrate data to remote hosts. Still, avoid storing secrets or session tokens in notes (the skill itself warns this).
- If you do not want browser access, remove or ignore the vendor/chrome-cdp-skill directory or do not run the cdp scripts. If you plan to allow Chrome access, inspect vendor/chrome-cdp-skill/README.md and the cdp daemon code to understand prompts and the Allow-debugging modal behavior.
If you'd like, I can produce a short checklist of actions to safely evaluate or sandbox this skill before granting it access (for example: review vendor cdp code paths, run the scripts in a temporary user account, or configure SITE_MEMORY_HOME to a non-default path).
功能分析
Type: OpenClaw Skill
Name: site-memory
Version: 1.0.0
The site-memory skill bundle provides a structured framework for an AI agent to maintain persistent notes about websites to improve browser automation efficiency. It includes a bundled CDP (Chrome DevTools Protocol) tool in the vendor directory for interacting with live browser sessions. Security-positive indicators include explicit instructions in memory-phrasing.mjs for the agent to avoid storing secrets or personal data, and a path traversal check in memory-core.mjs (resolveMemoryPath) to ensure file operations remain within the designated memory root (~/.site-memory). The browser interaction capabilities are high-privilege but aligned with the stated purpose and require the user to manually enable remote debugging in Chrome.
能力评估
Purpose & Capability
The name/description (persistent site memory for repeated browser work) matches the files and scripts: they read and write a memory root (default ~/.site-memory) and provide recall/distill flows. The inclusion of a Chrome CDP helper in vendor/ is coherent because the skill explicitly targets browser workflows and documents pairing with a browser control tool.
Instruction Scope
SKILL.md directs running local node scripts that only read/write files inside the declared memory root and to use the bundled CDP proxy for browser actions. The instructions repeatedly warn not to save secrets and to verify live pages before relying on notes. One caveat: the SKILL.md tells agents to 'deny' other tools during the after-action pass — that is an instruction to the agent, not an enforcement mechanism in the codebase, so platform/tooling must enforce any tool restrictions.
Install Mechanism
No install spec (instruction-only plus shipped JS files). No downloads from external URLs and no extract step. Files run as local Node scripts; risk is limited to local execution. This is a low-risk install pattern, though it does execute Node scripts on the host.
Credentials
The skill requests no environment variables or credentials. However, it bundles a Chrome CDP skill that can connect to your running browser (via DevToolsActivePort) and thus can read pages you are logged into. That capability is proportionate to a browser-memory skill but carries privacy/security implications — the skill itself does not ask for unrelated secrets or cloud credentials.
Persistence & Privilege
always is false and the skill is user-invocable (defaults). It creates and uses a per-user runtime directory (~/.site-memory) and does not attempt to modify other skills or system-wide agent settings. The ability to be invoked autonomously is the platform default and not, by itself, a coherence problem.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install site-memory - 安装完成后,直接呼叫该 Skill 的名称或使用
/site-memory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
site-memory 是什么?
Persistent memory for repeated browser work. Use when an agent revisits the same sites or flows and should load a few relevant notes up front, then save dura... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。
如何安装 site-memory?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install site-memory」即可一键安装,无需额外配置。
site-memory 是免费的吗?
是的,site-memory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
site-memory 支持哪些平台?
site-memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 site-memory?
由 12(@littleyier)开发并维护,当前版本 v1.0.0。
推荐 Skills