← Back to Skills Marketplace
1295
Downloads
0
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install mem
Description
Search local memory index (local-first). Use for /mem queries in Telegram.
Usage Guidance
Before installing or enabling this skill: (1) verify that the referenced scripts (scripts/index-memory.py and scripts/search-memory.py) exist in the environment and inspect their source — do not run them if you can't review them; (2) ensure those scripts only access the local memory index and do not read or transmit unrelated files or credentials; (3) if possible, run the scripts in a restricted or sandboxed environment first; (4) consider limiting the agent's autonomous invocation for this skill (or require explicit user confirmation) until you trust the scripts; (5) ask the skill author to include the implementation or a detailed spec in the package so behavior is auditable. These steps will reduce the risk that the skill executes unexpected or exfiltrating code.
Capability Analysis
Type: OpenClaw Skill
Name: mem
Version: 0.1.0
The skill instructs the AI agent to execute local Python scripts (`scripts/index-memory.py` and `scripts/search-memory.py`) as part of its core functionality, as seen in `SKILL.md`. While this capability is plausibly needed for a 'memory search' skill, the content of these scripts is not provided for review. The execution of arbitrary local scripts represents a risky capability, as their unseen code could potentially perform unauthorized actions, making the skill suspicious despite the lack of explicit malicious instructions in the provided files.
Capability Assessment
Purpose & Capability
Name and description (local-first memory search for /mem) align with the actions described (update index, search index). The skill does not request unrelated credentials, binaries, or config paths.
Instruction Scope
The SKILL.md tells the agent to run scripts/index-memory.py and scripts/search-memory.py but those scripts are not included or described. Because the skill is instruction-only, the agent will execute whatever code exists at those paths in the host environment; that code could read arbitrary local files, modify data, or transmit data externally. The instructions are also vague ('if needed'), giving runtime discretion.
Install Mechanism
No install spec (instruction-only), so nothing is fetched or written by the skill itself. This lowers remote install risk but increases reliance on external files whose contents are unknown.
Credentials
The skill declares no environment variables, credentials, or config paths. There is nothing requested that appears disproportionate to local memory search.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify other skills or system-wide settings. Note: model invocation is enabled (default), so the agent could call this skill autonomously — this is normal but combined with the instruction-scope concern increases the blast radius.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mem - After installation, invoke the skill by name or use
/mem - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial publish
Metadata
Frequently Asked Questions
What is mem?
Search local memory index (local-first). Use for /mem queries in Telegram. It is an AI Agent Skill for Claude Code / OpenClaw, with 1295 downloads so far.
How do I install mem?
Run "/install mem" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is mem free?
Yes, mem is completely free (open-source). You can download, install and use it at no cost.
Which platforms does mem support?
mem is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created mem?
It is built and maintained by Trumppo (@trumppo); the current version is v0.1.0.
More Skills