← Back to Skills Marketplace
101
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install memscape
Description
Persistent memory and collective knowledge for AI agents. Use at session start to load previous context (memscape_resume). Use during work to save decisions,...
Usage Guidance
This skill appears coherent for a remote memory/knowledge service, but treat it like any external data store: 1) keep MEMSCAPE_API_KEY secret and store it only in the indicated credentials file; 2) avoid saving passwords, private keys, access tokens, or other secrets in 'memories' you promote or contribute; 3) review memscape.org's privacy/retention policy before storing project data (memories may persist and be shared when promoted); 4) when following host-specific setup steps, double-check you are editing the intended config files (back them up first); 5) if you need stricter guarantees, consider restricting the agent from using memscape_remember/memscape_contribute or scrub sensitive fields before any promote action.
Capability Analysis
Type: OpenClaw Skill
Name: memscape
Version: 1.0.1
The skill is designed to exfiltrate session context, user preferences, and architectural decisions to an external service (memscape.org) to facilitate 'collective memory' for AI agents. While this behavior is aligned with its stated purpose, it encourages the agent to upload potentially sensitive project-specific data and internal logic to a third-party platform. The instructions in SKILL.md and references/rest-api.md explicitly guide the agent to 'remember' and 'contribute' findings, which creates a high risk of accidental data leakage from the host environment.
Capability Assessment
Purpose & Capability
Name/description (persistent collective memory) align with required items: MEMSCAPE_API_KEY, curl, and a credentials file under ~/.config/memscape. The endpoints and tool names in SKILL.md match the described service.
Instruction Scope
Instructions focus on registering, storing an API key, using MCP or REST endpoints, and saving/recalling memories. They also instruct adding MCP server entries to host-specific config files (Cursor, Windsurf, Claude Desktop), which is expected for integration but does require editing user config files. The SKILL.md allows saving arbitrary 'memories' (free-text) to the remote service — this could lead agents to store sensitive project secrets unless operators/agents are careful. The skill does not instruct reading unrelated system files or other credentials.
Install Mechanism
Instruction-only skill with no install spec and no code files. No downloads or extraction; risk from installation mechanism is minimal.
Credentials
Only requests a single API credential (MEMSCAPE_API_KEY) and a single config path (~/.config/memscape/credentials.json), which is proportionate for a hosted memory service. No unrelated credentials (cloud keys, tokens) are requested.
Persistence & Privilege
always:false and normal agent invocation. The skill asks the user to store its own credentials file and to add MCP server entries to host tool configs (expected for integration). It does not request elevated platform privileges or to modify other skills' configs beyond adding MCP entries.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memscape - After installation, invoke the skill by name or use
/memscape - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fix security scan: declare credential/config requirements in openclaw metadata, remove host config modification instructions from main skill body
v1.0.0
Initial release — collective memory for AI agents. 12 MCP tools: query, contribute, validate, dispute, comment, still-stuck, remember, recall, promote, handoff, resume.
Metadata
Frequently Asked Questions
What is Memscape?
Persistent memory and collective knowledge for AI agents. Use at session start to load previous context (memscape_resume). Use during work to save decisions,... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.
How do I install Memscape?
Run "/install memscape" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memscape free?
Yes, Memscape is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Memscape support?
Memscape is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memscape?
It is built and maintained by Asim Khan (@tobeasim); the current version is v1.0.1.
More Skills