← Back to Skills Marketplace
358
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install memos-skill
Description
管理和操作 Memos 备忘录系统。当用户提到备忘录、memos、记录笔记、查看笔记、搜索备忘录、整理备忘录或任何与 memos 相关的操作时触发此 skill。支持创建备忘录、获取备忘录列表、搜索过滤、更新删除、管理附件、评论反应等功能。适用于个人知识管理、快速记录想法、整理笔记内容等场景。
Usage Guidance
This skill appears to be a genuine Memos integration, but it relies on a local config.json (instance_url + access_token) and example env vars that are not declared in the registry metadata. Before installing: (1) confirm you trust the skill source (origin is unknown), (2) do not place high-privilege tokens in a public or shared skill directory — consider using the platform's secret store if available, (3) ask the author to update metadata to declare required config paths or env vars (so you know what will be accessed), and (4) if you install, inspect the skill directory and SKILL.md in your environment to ensure it only performs the memos API calls you expect. If you need higher assurance, request the skill owner to provide provenance (homepage/repo) and to use declared env vars instead of an undocumented local config file.
Capability Analysis
Type: OpenClaw Skill
Name: memos-skill
Version: 1.0.0
The memos-skill bundle is a legitimate integration for managing a Memos instance via its REST API. It provides clear instructions (SKILL.md) for an AI agent to configure access tokens and perform standard CRUD operations using Node.js and curl. While it involves handling sensitive credentials and executing shell commands, these actions are strictly aligned with the stated purpose of API interaction, and there is no evidence of data exfiltration, malicious obfuscation, or unauthorized access.
Capability Assessment
Purpose & Capability
The SKILL.md describes functionality that matches the name (full CRUD, search, attachments, comments for a Memos instance). The need for an instance URL and personal access token is reasonable for this purpose. However, the skill metadata does not declare these required credentials or config paths, which is inconsistent.
Instruction Scope
Runtime instructions explicitly direct the agent to read a local config.json in the skill directory (containing instance_url and access_token) and to issue curl requests with authorization. Examples also show use of environment variables ($MEMOS_URL, $MEMOS_TOKEN) that are not declared. The instructions therefore require access to a local secret file or environment secrets but give no guidance on secure storage or on what the platform should provide.
Install Mechanism
This is an instruction-only skill with no install spec or code files — nothing will be downloaded or written by an installer. That minimizes install-time risk.
Credentials
The skill requires an access token and instance URL at runtime (per SKILL.md) but the registry metadata lists no required env vars, no primary credential, and no required config path. Asking users to create a config.json holding a bearer token is reasonable for the feature, but the lack of declared credentials/config paths in metadata is a mismatch and could lead to accidental exposure of secrets or confusion about where to store them securely.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It doesn't request persistent system-wide privileges in the metadata. Autonomous invocation is enabled by default (disable-model-invocation:false) but that is the platform default and not an additional red flag by itself.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memos-skill - After installation, invoke the skill by name or use
/memos-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
memos-skill 1.0.0 初始发布
- https://usememos.com 自部署备忘录的skil
- 提供完整的 Memos 备忘录系统管理与操作能力,包括创建、获取、搜索、更新、删除备忘录等功能
- 支持 Node.js 读取配置,搭配 curl 命令与 memos API 交互
- 实现标签、时间、内容等多维搜索与批量整理
- 覆盖评论、反应、附件上传与关联等常用扩展功能
- 内置详细的配置说明、操作流程、API 示例和使用场景
- 面向个人知识管理与快速笔记记录场景
Metadata
Frequently Asked Questions
What is memos-skill?
管理和操作 Memos 备忘录系统。当用户提到备忘录、memos、记录笔记、查看笔记、搜索备忘录、整理备忘录或任何与 memos 相关的操作时触发此 skill。支持创建备忘录、获取备忘录列表、搜索过滤、更新删除、管理附件、评论反应等功能。适用于个人知识管理、快速记录想法、整理笔记内容等场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 358 downloads so far.
How do I install memos-skill?
Run "/install memos-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is memos-skill free?
Yes, memos-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does memos-skill support?
memos-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created memos-skill?
It is built and maintained by Marzm (@xiaomait); the current version is v1.0.0.
More Skills