← 返回 Skills 市场
mengnessly

Memory Auto Index

作者 Mengnessly · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install memory-auto-index
功能描述
自动为 MEMORY.md 和 memory/ 目录下的记忆文件添加索引条目,支持标签分类和关键决策追踪
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-auto-index
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-auto-index 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug memory-auto-index
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Memory Auto Index 是什么?

自动为 MEMORY.md 和 memory/ 目录下的记忆文件添加索引条目,支持标签分类和关键决策追踪. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。

如何安装 Memory Auto Index?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-auto-index」即可一键安装,无需额外配置。

Memory Auto Index 是免费的吗?

是的,Memory Auto Index 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Memory Auto Index 支持哪些平台?

Memory Auto Index 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Memory Auto Index?

由 Mengnessly(@mengnessly)开发并维护,当前版本 v1.0.0。

💬 留言讨论