← 返回 Skills 市场
xiaomait

memos-skill

作者 Marzm · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
358
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install memos-skill
功能描述
管理和操作 Memos 备忘录系统。当用户提到备忘录、memos、记录笔记、查看笔记、搜索备忘录、整理备忘录或任何与 memos 相关的操作时触发此 skill。支持创建备忘录、获取备忘录列表、搜索过滤、更新删除、管理附件、评论反应等功能。适用于个人知识管理、快速记录想法、整理笔记内容等场景。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memos-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memos-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
memos-skill 1.0.0 初始发布 - https://usememos.com 自部署备忘录的skil - 提供完整的 Memos 备忘录系统管理与操作能力,包括创建、获取、搜索、更新、删除备忘录等功能 - 支持 Node.js 读取配置,搭配 curl 命令与 memos API 交互 - 实现标签、时间、内容等多维搜索与批量整理 - 覆盖评论、反应、附件上传与关联等常用扩展功能 - 内置详细的配置说明、操作流程、API 示例和使用场景 - 面向个人知识管理与快速笔记记录场景
元数据
Slug memos-skill
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

memos-skill 是什么?

管理和操作 Memos 备忘录系统。当用户提到备忘录、memos、记录笔记、查看笔记、搜索备忘录、整理备忘录或任何与 memos 相关的操作时触发此 skill。支持创建备忘录、获取备忘录列表、搜索过滤、更新删除、管理附件、评论反应等功能。适用于个人知识管理、快速记录想法、整理笔记内容等场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 358 次。

如何安装 memos-skill?

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

memos-skill 是免费的吗?

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

memos-skill 支持哪些平台?

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

谁开发了 memos-skill?

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

💬 留言讨论