← 返回 Skills 市场
bondli

memo-collect

作者 bondli · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
189
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install memo-collect
功能描述
This is a simple skill for note-taking, used to quickly record user notes, and provide users with query, delete, and other capabilities.
安全使用建议
This skill is coherent with its stated purpose and requests no secrets, but review the code before installing. Specifically: 1) verify where memos will be stored — the code writes to a path based on $HOME; ensure HOME is set in your environment so it doesn't try to write to an unexpected absolute path (which may require root). 2) Note small metadata mismatches (package version and README path) — not critical but worth verifying. If you install, consider running it in a user account (not root) or a sandbox first, and inspect dist/index.js yourself to confirm the storage location and behavior meet your expectations.
功能分析
Type: OpenClaw Skill Name: memo-collect Version: 1.0.0 The memo-collect skill is a straightforward utility for managing local notes stored in a JSON file within the user's home directory. Analysis of dist/index.js and SKILL.md shows no evidence of network activity, data exfiltration, or malicious execution; the code strictly performs filesystem operations (read/write) on a specific path (~/openclaw-skill-data/memo-knowledge.json) to support its stated purpose.
能力评估
Purpose & Capability
Name, description, SKILL.md, and bundled code all describe a simple memo tool that stores, lists, and deletes notes. Storing data under the user's home directory is consistent with a local memo skill. Minor metadata mismatches exist (package.json version 1.0.2 vs registry 1.0.0; README states a different storage path than the code), but these are likely bookkeeping issues rather than malicious intent.
Instruction Scope
Runtime instructions only call node dist/index.js with add/list/delete actions — that's within scope. However, the implementation builds dbPath using process.env.HOME || '~' and path.join with a segment that begins with '/', which means if HOME is not set the path resolution can produce an absolute path (e.g. '/openclaw-skill-data/memo-knowledge.json') and attempt to create/write at root. That is a functional bug and could cause permission errors or unexpected writes to system paths. SKILL.md and README do not mention this fallback behavior.
Install Mechanism
There is no install spec (instruction-only install), and the package uses only Node.js built-in modules. No network downloads, no external packages declared — low install risk.
Credentials
The skill declares no required environment variables or credentials. The code reads process.env.HOME to locate storage; this is reasonable for a local tool but the fallback behavior if HOME is unset is problematic (see instruction_scope). No secrets, tokens, or unrelated env vars are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and only writes to a local file under a directory it creates. Its persistence is limited to its own data files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memo-collect
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memo-collect 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of memo-collect: a simple skill for quickly recording, querying, and deleting user notes. - Supports three actions: add_memo, list_memo, and delete_memo, each with clear command-line usage examples. - Includes detailed instructions and agent invocation rules for common note-taking scenarios.
元数据
Slug memo-collect
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

memo-collect 是什么?

This is a simple skill for note-taking, used to quickly record user notes, and provide users with query, delete, and other capabilities. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 189 次。

如何安装 memo-collect?

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

memo-collect 是免费的吗?

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

memo-collect 支持哪些平台?

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

谁开发了 memo-collect?

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

💬 留言讨论