← 返回 Skills 市场
fty4

Memos

作者 Marco Lecheler · GitHub ↗ · v0.1.1
cross-platform ✓ 安全检测通过
6349
总下载
5
收藏
46
当前安装
2
版本数
在 OpenClaw 中安装
/install memos
功能描述
Manage memos via the Memos API: create, retrieve, delete, and list memos with visibility and pagination support, requiring MEMOS_URL and MEMOS_TOKEN.
安全使用建议
Install only if you are comfortable giving the agent access to your Memos account through MEMOS_TOKEN. Use a dedicated or least-privilege token if possible, keep the token out of prompts and public files, specify PRIVATE or PROTECTED for sensitive memos, and double-check memo IDs before using delete or force-delete.
功能分析
Type: OpenClaw Skill Name: memos Version: 0.1.1 The OpenClaw Memos skill is a straightforward Python client for the Memos API. It correctly uses environment variables (`MEMOS_URL`, `MEMOS_TOKEN`) for configuration and authentication, aborting if they are not set. The `SKILL.md` documentation clearly outlines its purpose and commands without any prompt injection attempts or instructions for the agent to perform unauthorized actions. The `memos.py` code implements standard API interactions with robust error handling, input validation for parameters like `visibility` and `pageSize`, and no evidence of data exfiltration, backdoors, or arbitrary code execution. All network calls are directed to the `MEMOS_URL` provided in the environment, which is a standard and expected behavior for an API integration skill.
能力评估
Purpose & Capability
The documented purpose is to create, read, list, and delete Memos entries, and the Python script implements exactly those API operations. The capability is sensitive because it can publish memo content and delete existing memos, but that authority is purpose-aligned and disclosed.
Instruction Scope
Commands are explicit and user-directed. The documentation clearly discloses that created memos default to PUBLIC visibility, append #openclaw, and support a force option for deletion.
Install Mechanism
The artifact contains only SKILL.md and memos.py. There is no remote installer, package-install script, obfuscation, arbitrary shell execution, or hidden startup mechanism.
Credentials
The skill requires MEMOS_URL and MEMOS_TOKEN, then sends authenticated requests to the configured Memos base URL. This is proportionate for a Memos integration, though the token should be treated as sensitive account access.
Persistence & Privilege
There is no background worker, local credential storage, or hidden persistence. Durable effects are limited to normal Memos account mutations requested through create and delete commands.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memos
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memos 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- Clarified configuration requirements: both `MEMOS_URL` and `MEMOS_TOKEN` are now explicitly marked as **REQUIRED** environment variables. - Improved documentation to state that the skill will abort if either variable is missing. - Minor wording and formatting adjustments for clearer instruction and emphasis on required setup.
v0.1.0
- Initial release of the memos skill with core memo management features. - Supports creating, reading, deleting, and listing memos via the Memos API. - Command-line and direct Python usage supported, with automatic tagging and link formatting. - Handles environment setup and authentication via environment variables. - Provides comprehensive error handling with JSON-formatted error messages. - Clear documentation on usage, error handling, and extension guidelines.
元数据
Slug memos
版本 0.1.1
许可证
累计安装 213
当前安装数 46
历史版本数 2
常见问题

Memos 是什么?

Manage memos via the Memos API: create, retrieve, delete, and list memos with visibility and pagination support, requiring MEMOS_URL and MEMOS_TOKEN. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 6349 次。

如何安装 Memos?

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

Memos 是免费的吗?

是的,Memos 完全免费(开源免费),可自由下载、安装和使用。

Memos 支持哪些平台?

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

谁开发了 Memos?

由 Marco Lecheler(@fty4)开发并维护,当前版本 v0.1.1。

💬 留言讨论