Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

usememosusememos 搜索

Agent Skill

usememos 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

27,636

周安装

1,175

GitHub Stars

公开资料未说明

下载量

9,682
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:usememos(usememos 搜索)
来源仓库:https://github.com/sinhong2011/usememos
安装命令:
openclaw skills install usememos
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install usememos

简介

usememos 在 Memos 实例上创建、读取、更新和删除备忘录内容。

  • 适合在 OpenClaw 中需要保存笔记、列出最近备忘录或更新记忆条目时使用。
  • 通过 clawhub 安装,运行 openclaw skills install usememos 即可使用。
  • 使用前请确认权限范围和维护状态,注意可能涉及 HTTP API 调用和身份验证。
  • 建议结合原始 README 核验具体用法,确保 Memos 实例 URL 和访问令牌正确配置。

SKILL.md

name
memos
description
>

Memos

What it does

Provides full CRUD operations on a self-hosted Memos instance through 5 MCP tools. Agents can create quick notes, search existing memos, update content or visibility, and delete memos they no longer need.

Inputs needed

  • For creating: content (required), visibility (optional, defaults to PRIVATE)
  • For listing: filter expression (optional), page size (optional)
  • For get/update/delete: memo ID (required)

Prerequisites

openclaw-memos-mcp MCP server

This skill requires the openclaw-memos-mcp MCP server to be running. Before using any memos_* tool, check if the tools are available. If not, tell the user they need to add the MCP server to their configuration:

{
  "mcpServers": {
    "memos": {
      "command": "npx",
      "args": ["openclaw-memos-mcp"],
      "env": {
        "MEMOS_API_URL": "http://localhost:5230",
        "MEMOS_TOKEN": "<your-access-token>"
      }
    }
  }
}

Tell the user to:

  1. Replace MEMOS_API_URL with their Memos instance URL
  2. Get an access token from Memos: Settings > Access Tokens > Create
  3. Replace <your-access-token> with the token
  4. Restart their MCP client after saving the configuration

Workflow

Creating a memo

Call memos_create with the content and optional visibility.

  • content: Markdown text. Supports #hashtags which Memos auto-extracts as tags.
  • visibility: PRIVATE (default), PROTECTED (logged-in users), or PUBLIC (everyone).

Listing memos

Call memos_list to browse or search memos.

  • pageSize: Number of results (default 20).
  • pageToken: For pagination, use the nextPageToken from a previous response.
  • filter: CEL filter expression. Examples:

- tag == "work" — memos tagged #work - visibility == "PUBLIC" — public memos only - creator == "users/1" — memos by a specific user

Reading a specific memo

Call memos_get with the memo ID. The ID is the part after memos/ in the resource name (e.g., if the name is memos/abc123, the ID is abc123).

Updating a memo

Call memos_update with the memo ID and the fields to change. Only specify fields you want to update — unspecified fields remain unchanged.

  • content: New Markdown content
  • visibility: New visibility level
  • pinned: true to pin, false to unpin

Deleting a memo

Call memos_delete with the memo ID. This is irreversible. Always confirm with the user before deleting.

Guardrails

  • Default visibility to PRIVATE — never create public memos unless explicitly asked
  • Validate content is non-empty before creating
  • Confirm with the user before deleting any memo
  • On 401/403 errors, tell the user to check their MEMOS_TOKEN
  • On connection errors, tell the user to check their MEMOS_API_URL
  • When listing returns empty results, suggest the user check their filter or confirm the Memos instance has data

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

92.17%
按下载量换算8,924

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills