← Back to Skills Marketplace
117
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install matter-cli
Description
Manage and interact with your Matter reading library: browse, search, save, tag, archive, highlight, summarize, and track reading progress via Matter CLI.
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install matter-cli - After installation, invoke the skill by name or use
/matter-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Matter CLI?
Manage and interact with your Matter reading library: browse, search, save, tag, archive, highlight, summarize, and track reading progress via Matter CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.
How do I install Matter CLI?
Run "/install matter-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Matter CLI free?
Yes, Matter CLI is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Matter CLI support?
Matter CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Matter CLI?
It is built and maintained by nicholope (@nicholope); the current version is v1.0.3.
More Skills