← 返回 Skills 市场
117
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install matter-cli
功能描述
Manage and interact with your Matter reading library: browse, search, save, tag, archive, highlight, summarize, and track reading progress via Matter CLI.
安全使用建议
This skill appears to do what it says: it instructs you to download and run the official matter CLI and then use it to manage your Matter library. Before installing, verify the GitHub repository and the release you download (confirm repo URL is correct and review release notes). Prefer using a package manager or verifying a SHA256/GPG signature if available; if not, download only from the official getmatterapp repo and inspect the binary source if you can. Be aware 'matter login' will store credentials locally — only use accounts you trust and consider running the CLI in a restricted environment if you are cautious. Finally, consider whether you want to allow the agent to call this skill autonomously (model invocation is enabled by default) since that grants automated access to your Matter data once the CLI is installed.
能力评估
Purpose & Capability
Name, description, and runtime instructions all describe using the Matter CLI to browse, search, tag, archive, summarize, and manage a Matter reading library. Required artifacts and commands (matter binary, matter login) match the claimed capability.
Instruction Scope
SKILL.md confines actions to Matter CLI commands and pagination/rate-limit guidance. It does not instruct reading unrelated files, accessing unrelated environment variables, or sending data to third-party endpoints outside the official GitHub releases URL or the user's Matter account via the CLI.
Install Mechanism
Install uses curl to download prebuilt binaries from the project's GitHub releases into ~/.matter/bin and makes them executable — reasonable for a CLI but lacks checksum or signature verification. Direct binary download is more risky than a package manager install because it executes code from the network without integrity checks.
Credentials
Skill declares no required env vars or credentials. It expects the user to run 'matter login' which stores auth locally — this is appropriate for a CLI-oriented Matter skill. No unrelated credentials or config paths are requested.
Persistence & Privilege
Skill is instruction-only, no install script modifies other skills or system-wide settings. always is false and the skill does not request elevated or permanent system privileges. Note: model invocation is enabled by default (agent may call the skill autonomously), which is normal for skills but worth considering because it allows automated access to the user's Matter library via the installed CLI.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install matter-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/matter-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Fix: warn against --all flag for large libraries; document manual cursor pagination to avoid mid-stream rate limit corruption
v1.0.2
Cleanup: removed stale curl|sh install reference from commands.md
v1.0.1
Security: replaced curl|sh installer with direct GitHub releases binary download to resolve ClawHub security flag
v1.0.0
First release — browse inbox, search articles, fetch highlights, tag and archive items in your Matter reading library
元数据
常见问题
Matter CLI 是什么?
Manage and interact with your Matter reading library: browse, search, save, tag, archive, highlight, summarize, and track reading progress via Matter CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。
如何安装 Matter CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install matter-cli」即可一键安装,无需额外配置。
Matter CLI 是免费的吗?
是的,Matter CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Matter CLI 支持哪些平台?
Matter CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Matter CLI?
由 nicholope(@nicholope)开发并维护,当前版本 v1.0.3。
推荐 Skills