← 返回 Skills 市场
421
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install memos-cli
功能描述
Use when a user needs to read, search, create, update, delete, comment on, tag, or inspect Memos data through this repository's Go CLI, especially when the a...
安全使用建议
This skill appears to do what it says: it drives a Memos Go CLI and expects a Memos URL and API keys. Before installing or running it: (1) verify the Go module path (github.com/rogeecn/memos-cli) and inspect the repository or its release source so you know what code will be installed; (2) prefer pinning a specific version instead of installing '@latest'; (3) avoid committing secrets — set MEMOS_API_KEY / MEMOS_ADMIN_API_KEY as shell env vars or in an untracked local .env as the doc suggests; (4) be cautious about supplying an admin API key — admin commands (e.g., user list) require it and grant broader access; (5) note the documentation inconsistencies (binary name 'memos' vs 'memos-cli' and contradictory guidance about using 'go run .') and ask the skill author or verify the repo to resolve them; (6) test with read-only operations (memo list, memo get with --json) first to confirm expected behavior before performing writes or deletions.
功能分析
Type: OpenClaw Skill
Name: memos-cli
Version: 0.1.0
The skill provides a legitimate interface for the `memos-cli` Go tool to manage Memos data. It includes explicit safety instructions for the agent, such as performing configuration checks before execution, requiring confirmation for deletions, and strictly avoiding the leakage of API keys or secrets. No malicious patterns, exfiltration attempts, or harmful prompt injections were found in the documentation or command structures.
能力评估
Purpose & Capability
The skill is described as a wrapper for a Memos Go CLI and the SKILL.md only asks the agent to install and run that CLI — this matches the stated purpose. However, the document contains naming inconsistencies (references to `memos` vs `memos-cli`) and an explicit contradiction: 'Do not use `go run .` in this skill' vs later examples that use `go run . user list`. These are documentation issues but do not fundamentally contradict the claimed capability.
Instruction Scope
The instructions limit behavior to installing and running the memos CLI, checking config, and performing read/write memo operations. They instruct reading configuration from environment variables or a local .env (expected for a CLI). The SKILL.md also enforces sensible preflight checks and says not to echo secrets. No instructions ask the agent to read unrelated system files or exfiltrate data beyond contacting the Memos API.
Install Mechanism
There is no registry install spec, but the SKILL.md recommends 'go install github.com/rogeecn/memos-cli@latest' — a standard public Go module installation. That is proportionate; nothing in the skill suggests downloading arbitrary binaries from unknown hosts or running opaque installers.
Credentials
The SKILL.md lists MEMOS_URL, MEMOS_API_KEY, and MEMOS_ADMIN_API_KEY (and DEFAULT_TAG) as expected configuration. Those variables are appropriate for a CLI that talks to a Memos API. The skill does not request unrelated credentials or system-wide config paths.
Persistence & Privilege
The skill does not request always:true and has no install-time persistence specified. It does not ask to modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not combined with additional elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memos-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/memos-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of the memos-cli skill for interacting with the Memos repository via its Go CLI.
- Enables agents and users to list, search, create, update, delete, comment on, tag, and inspect Memos data using real CLI commands instead of HTTP API calls.
- Includes detailed setup, configuration checks, usage examples, and command references to ensure safe and effective CLI operations.
- Emphasizes secure handling of API keys, preflight config checks, and explicit user confirmation for destructive actions.
- Supports both human-readable and structured JSON output for flexible workflows and automation.
- Documents common errors, safety notes, and best practices for reliable use.
元数据
常见问题
Memos Cli 是什么?
Use when a user needs to read, search, create, update, delete, comment on, tag, or inspect Memos data through this repository's Go CLI, especially when the a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 421 次。
如何安装 Memos Cli?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memos-cli」即可一键安装,无需额外配置。
Memos Cli 是免费的吗?
是的,Memos Cli 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Memos Cli 支持哪些平台?
Memos Cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memos Cli?
由 Rogee(@rogeecn)开发并维护,当前版本 v0.1.0。
推荐 Skills