← 返回 Skills 市场
Memos
作者
sinhong2011
· GitHub ↗
· v0.1.9
906
总下载
0
收藏
6
当前安装
2
版本数
在 OpenClaw 中安装
/install usememos
功能描述
Create, read, update, and delete memos on a Memos instance (usememos/memos). Handles requests like "save this as a memo", "list my recent memos", "update mem...
安全使用建议
This skill appears to do what it says (manage memos) but there are a few things to check before installing:
- The SKILL.md requires a MEMOS_API_URL and MEMOS_TOKEN but the registry metadata doesn't declare any required env vars or a primary credential. Treat the access token as sensitive: only provide a token you control and understand its permissions.
- The MCP entry uses 'npx openclaw-memos-mcp', which will pull code from npm at runtime. Verify the openclaw-memos-mcp package (author, version, and repository) before running it, and prefer pinned versions if possible.
- There is no homepage or source listed for this skill. If you rely on this skill, ask the publisher for the upstream source (repo or package) and for a package version to audit.
- Limit network exposure: ensure MEMOS_API_URL points to your intended Memos instance, and avoid using a token with broader privileges than necessary.
If the publisher can update the registry metadata to declare MEMOS_TOKEN as the primaryEnv and list the required env vars (MEMOS_API_URL, MEMOS_TOKEN) and provide a source/homepage, the risk and ambiguity would be reduced.
功能分析
Type: OpenClaw Skill
Name: usememos
Version: 0.1.9
The skill bundle is benign. It provides standard CRUD operations for a Memos instance, relying on an external `openclaw-memos-mcp` server. The `SKILL.md` file clearly outlines its purpose, configuration requirements (including sensitive API tokens via environment variables), and includes guardrails for safe operation (e.g., default private visibility, user confirmation for deletions). There is no evidence of prompt injection against the agent, data exfiltration, malicious execution, persistence mechanisms, or other harmful intent within the provided files.
能力评估
Purpose & Capability
The name/description (Memos CRUD) match the instructions: the skill delegates operations to five MCP tools (memos_create, memos_list, memos_get, memos_update, memos_delete). These are reasonable and proportional to the stated purpose.
Instruction Scope
The SKILL.md stays within the stated purpose (how to create/list/get/update/delete memos). It explicitly instructs users to configure an MCP server entry that provides MEMOS_API_URL and MEMOS_TOKEN. It does not request access to unrelated files or secrets, but it does assume the agent can invoke MCP tools — a runtime capability that requires setup.
Install Mechanism
There is no install spec in the registry (instruction-only). The SKILL.md suggests configuring the MCP to run via the 'npx openclaw-memos-mcp' command. That implies code will be pulled via npm at runtime when the MCP is launched, which is normal but introduces supply-chain considerations (the SKILL.md does not pin a package version or provide a vetted release URL).
Credentials
The SKILL.md requires MEMOS_API_URL and MEMOS_TOKEN to function, but the skill metadata lists no required environment variables and no primary credential. This is an inconsistency: the skill will need an access token (sensitive credential) but the registry metadata doesn't declare it. Requesting an instance URL and a token is proportional to the purpose, but the missing declaration reduces transparency and could lead users to overlook the credential scope or origin.
Persistence & Privilege
The skill is not always-included (always: false) and does not request elevated system persistence. It doesn't instruct modification of other skills or global agent configuration beyond adding an MCP server entry for itself. Autonomous invocation is allowed but is the platform default and not, by itself, a red flag here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install usememos - 安装完成后,直接呼叫该 Skill 的名称或使用
/usememos触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.9
Release 0.1.9
vv0.1.8
Release v0.1.8
元数据
常见问题
Memos 是什么?
Create, read, update, and delete memos on a Memos instance (usememos/memos). Handles requests like "save this as a memo", "list my recent memos", "update mem... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 906 次。
如何安装 Memos?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install usememos」即可一键安装,无需额外配置。
Memos 是免费的吗?
是的,Memos 完全免费(开源免费),可自由下载、安装和使用。
Memos 支持哪些平台?
Memos 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memos?
由 sinhong2011(@sinhong2011)开发并维护,当前版本 v0.1.9。
推荐 Skills