← Back to Skills Marketplace
mengnessly

Memory Auto Index

by Mengnessly · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
81
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install memory-auto-index
Description
自动为 MEMORY.md 和 memory/ 目录下的记忆文件添加索引条目,支持标签分类和关键决策追踪
Usage Guidance
This skill is coherent with its purpose, but you should NOT run it blindly. Before use: (1) review any scripts referenced (scripts/auto-index-memory.sh, build-memory-index.sh) to ensure they do only the expected local edits and do not call remote endpoints; (2) avoid constructing shell commands with unescaped user-controlled values — prefer passing arguments safely or using libraries instead of exec with interpolated strings to prevent command injection; (3) back up MEMORY.md before running automated edits and ensure scripts run with least privilege (not world-writable/executable by untrusted users); (4) if you add semantic-search features, check whether they send data to external services and whether that is acceptable. If you want higher assurance, provide the actual script contents for review.
Capability Analysis
Type: OpenClaw Skill Name: memory-auto-index Version: 1.0.0 The skill bundle is a utility designed to help an AI agent organize its long-term memory by automatically indexing files in a 'memory/' directory into a central 'MEMORY.md' file. The documentation in SKILL.md describes a tagging system and a helper script (scripts/auto-index-memory.sh) for maintaining these records. There are no indicators of data exfiltration, malicious execution, or harmful prompt injection; the functionality is strictly limited to local file organization and documentation management.
Capability Assessment
Purpose & Capability
Name/description describe indexing MEMORY.md and memory/ content, and the SKILL.md only references local files and local helper scripts (scripts/auto-index-memory.sh, build-memory-index.sh). No unrelated credentials, binaries, or external services are requested — functional scope matches purpose.
Instruction Scope
Instructions explicitly call local shell scripts and operate on MEMORY.md and memory/*.md files (expected). However, the examples show constructing shell commands by interpolating subject/tags into an exec call, which risks command injection if inputs are not escaped; SKILL.md also recommends grep-based maintenance that will read repository files (also expected).
Install Mechanism
No install spec and no code files are included (instruction-only). That minimizes installer risk, but also means the actual scripts referenced are not present for review — the user must add/review them locally.
Credentials
No environment variables, credentials, or config paths are requested. All file accesses are to MEMORY.md and memory/ (consistent with purpose).
Persistence & Privilege
Skill is not always-enabled and does not request elevated platform privileges. It instructs local script execution only; nothing suggests it will modify other skills or global agent configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install memory-auto-index
  3. After installation, invoke the skill by name or use /memory-auto-index
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
memory-auto-index 1.0.0 - Initial release with automatic indexing for MEMORY.md and memory/ files. - Supports tag extraction, key decision tracking, and duplicate entry prevention. - Provides both script-based and automatic trigger operation modes. - Introduces a predefined tag system and index formatting conventions. - Includes maintenance scripts for cleaning up invalid references and updating line numbers.
Metadata
Slug memory-auto-index
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Memory Auto Index?

自动为 MEMORY.md 和 memory/ 目录下的记忆文件添加索引条目,支持标签分类和关键决策追踪. It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.

How do I install Memory Auto Index?

Run "/install memory-auto-index" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Memory Auto Index free?

Yes, Memory Auto Index is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Memory Auto Index support?

Memory Auto Index is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Memory Auto Index?

It is built and maintained by Mengnessly (@mengnessly); the current version is v1.0.0.

💬 Comments