← Back to Skills Marketplace
141
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install skill-memory
Description
Routes tasks to preferred skills with preset parameters for images, videos, screenshots, TTS, news aggregation, and trending topics.
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-memory - After installation, invoke the skill by name or use
/skill-memory - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Skill Memory?
Routes tasks to preferred skills with preset parameters for images, videos, screenshots, TTS, news aggregation, and trending topics. It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.
How do I install Skill Memory?
Run "/install skill-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Memory free?
Yes, Skill Memory is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Memory support?
Skill Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Memory?
It is built and maintained by systiger (@systiger); the current version is v1.1.0.
More Skills