← 返回 Skills 市场
141
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install skill-memory
功能描述
Routes tasks to preferred skills with preset parameters for images, videos, screenshots, TTS, news aggregation, and trending topics.
安全使用建议
This skill appears to do what it claims: store and reuse task→skill mappings. Before installing, consider: (1) memory.json is stored persistently in the workspace and will contain any 'params' you record — avoid passing secrets or credentials as params; (2) the Web Screenshot preset instructs connecting Playwright to a local Chrome CDP (http://localhost:9222) — if Chrome is running with active logins, screenshots or a misused CDP connection can expose private site content; (3) the update script runs locally and only writes to the skill's memory file, but if you prefer not to persist usage automatically, do not enable automatic recording in your agent flow and inspect memory.json periodically. If you need higher assurance, review the memory.json contents regularly, restrict filesystem permissions on the workspace, and avoid recording sensitive parameters.
能力评估
Purpose & Capability
Name/description (task-to-skill routing and preset parameters) align with included files: a JSON memory file, a mapping table in SKILL.md, and a small script to list/record/update entries. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions focus on checking/updating a local memory.json and include Playwright usage to connect to an existing Chrome via CDP on http://localhost:9222. The SKILL.md's automatic-recording policy means the agent may persist parameters for tasks; the doc does not instruct reading unrelated system files or env vars, but connecting to a local Chrome instance can expose authenticated browsing state if used for screenshots.
Install Mechanism
No install spec — instruction-only plus a small Python script. Nothing is downloaded from external URLs or installed automatically.
Credentials
No environment variables, credentials, or external config paths are requested. The declared storage location is a workspace-relative memory.json; this is proportional to the skill's purpose but could contain sensitive content depending on what parameters are recorded.
Persistence & Privilege
The skill persists data to its own references/memory.json in the workspace and will increment usage_count / update entries. always:false and no modification of other skills' config. Persistent storage is expected for a memory feature but means recorded parameters may persist on disk in cleartext.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-memory - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-memory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Self-learning skill memory and auto-updating
- Added auto-recording of new skill usages and parameter changes in a persistent memory file.
- Introduced memory.json to store task-to-skill mappings with usage counts and timestamps.
- New Python script (update_memory.py) for updating and listing skill memory entries.
- SKILL.md updated: describes automatic memory check, recording, and updating workflow.
- Existing task-to-skill preset mapping table retained for fast lookup.
- Users can now extend skill mappings automatically with each use.
v1.0.0
- Introduces initial version (1.0.0) of skill-memory for mapping task types to preferred skills and preset parameters.
- Provides a core task-to-skill routing table covering common tasks such as image/video analysis, web screenshots, TTS, and news aggregation.
- Includes detailed preset parameters for web screenshots and TTS voice options.
- Outlines clear usage instructions and rules for table extensions and user overrides.
- Documentation is bilingual (English/Chinese) for wider accessibility.
元数据
常见问题
Skill Memory 是什么?
Routes tasks to preferred skills with preset parameters for images, videos, screenshots, TTS, news aggregation, and trending topics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。
如何安装 Skill Memory?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-memory」即可一键安装,无需额外配置。
Skill Memory 是免费的吗?
是的,Skill Memory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Memory 支持哪些平台?
Skill Memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Memory?
由 systiger(@systiger)开发并维护,当前版本 v1.1.0。
推荐 Skills