← 返回 Skills 市场
minstn

UseMemos

作者 Minde · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
534
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install usememos-api
功能描述
Interact with UseMemos instance — a lightweight, self-hosted memo hub. Create, search, list memos and upload attachments.
安全使用建议
This skill appears to be a straightforward client for a UseMemos instance. Before installing: (1) ensure you point USEMEMOS_URL to a trusted UseMemos server; (2) treat USEMEMOS_TOKEN as a secret — storing it in skills/usememos/.env is plaintext, so use file permissions or a short-lived token where possible and rotate tokens regularly; (3) the upload scripts will transmit any file path you pass them to the configured server, so avoid calling them (or allow the agent to call them) with sensitive local file paths; (4) if you are concerned about autonomous agent behavior, restrict or disable autonomous invocation for agents with broad local filesystem access or use a token with limited scope/expiration.
功能分析
Type: OpenClaw Skill Name: usememos-api Version: 1.0.3 The usememos-api skill is a legitimate integration for the UseMemos self-hosted note-taking platform. It provides a suite of Python scripts (e.g., create_memo.py, upload_attachment.py) that use the standard library to perform CRUD operations via the UseMemos REST API. The code is well-documented, includes integration tests, and handles authentication securely through environment variables without any evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description match the included scripts and API reference. Required binaries (python3) and required env vars (USEMEMOS_URL, USEMEMOS_TOKEN) are exactly what a UseMemos client needs.
Instruction Scope
SKILL.md and scripts are focused on UseMemos API calls (create/list/search memos, upload/link attachments, comments). The scripts auto-load a .env from the skill directory, and the upload scripts read arbitrary file paths you pass and POST their base64 content to the configured USEMEMOS_URL. That's expected for an 'upload' feature, but it means the skill can be used to transmit any local file you tell it to — be cautious about giving it access to sensitive files.
Install Mechanism
Instruction-only skill with included Python scripts; there is no package download or extract step. No external install URLs or third-party package installs present.
Credentials
Only USEMEMOS_URL and USEMEMOS_TOKEN are required and the primaryEnv is USEMEMOS_TOKEN — this is proportional. Note: the recommended setup stores the token in a plaintext .env file inside the skill directory (loaded automatically), so token storage and file permissions are worth reviewing.
Persistence & Privilege
always is false and the skill does not request system-wide privileges or modify other skill configurations. It runs as a normal, user-invokable skill and only requires standard runtime presence (python3).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install usememos-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /usememos-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Added scripts/load_env.py to automatically load environment variables from a .env file in the skill directory. - Updated setup instructions: scripts now read environment variables from the .env file; manual export is no longer required. - Revised documentation for improved clarity on configuration and token setup. - Minor improvements in usage notes.
v1.0.2
- Added memo comment management support with the new script `memo_comments.py`. - You can now list, add, and delete comments on memos via the command line.
v1.0.1
### Fixed - **Attachment linking bug**: uploading multiple images to a memo replaced all previous attachments instead of appending — only the last image survived. The PATCH now fetches existing attachments first and appends the new one. ### Added - Integration tests for image uploads (1 PNG, 2 PNGs, 1 JPG, 3 JPGs) that run against a live UseMemos instance using the actual scripts - `package.sh` script for packaging the skill for clawhub.ai publishing
v1.0.0
Initial release — create, search, list memos and upload attachments via UseMemos API
元数据
Slug usememos-api
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

UseMemos 是什么?

Interact with UseMemos instance — a lightweight, self-hosted memo hub. Create, search, list memos and upload attachments. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 534 次。

如何安装 UseMemos?

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

UseMemos 是免费的吗?

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

UseMemos 支持哪些平台?

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

谁开发了 UseMemos?

由 Minde(@minstn)开发并维护,当前版本 v1.0.3。

💬 留言讨论