← Back to Skills Marketplace
2445
Downloads
0
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install cli
Description
Provides CLI commands to list, inspect, and check eligibility of moltbot skills and their requirements.
README (SKILL.md)
moltbot skills
Inspect skills (bundled + workspace + managed overrides) and see what’s eligible vs missing requirements.
Related:
- Skills system: Skills
- Skills config: Skills config
- ClawdHub installs: ClawdHub
Commands
moltbot skills list
moltbot skills list --eligible
moltbot skills info \x3Cname>
moltbot skills check
Usage Guidance
This skill is a short reference for running `moltbot skills` commands. Before installing, verify you have the `moltbot` CLI available on the system and check what config/credentials that CLI reads (it may access local skill configs or tokens). Because the skill metadata does not declare `moltbot` as a required binary or list any environment variables, treat that as an omission rather than proof of safety—either run the commands yourself first to see their outputs, or ask the publisher to update the metadata to declare required binaries and any env/config needs.
Capability Assessment
Purpose & Capability
The SKILL.md clearly documents usage of the `moltbot skills` CLI (list/info/check) and intends to help inspect/debug local skills. However the skill metadata is very generic (name 'Cli', no description) and does not declare the `moltbot` binary as a required dependency. That omission is incongruent with the stated purpose (inspecting skills via the CLI).
Instruction Scope
The runtime instructions are simple command examples that stay within the scope of inspecting skills and checking eligibility. They instruct the agent to run `moltbot skills` commands, which will read local skills/config state — appropriate for the stated purpose and not requesting unrelated file access or external endpoints.
Install Mechanism
There is no install spec and no code files (instruction-only). This is low-risk from an installation perspective because nothing is written to disk by the skill itself.
Credentials
The skill requests no environment variables or binaries in metadata, yet the instructions require the `moltbot` CLI and implicitly rely on whatever configuration or credentials that CLI uses. The skill should declare required binaries and any environment/config that `moltbot` needs so users can judge proportionality; the omission is a meaningful gap.
Persistence & Privilege
The skill does not request always-on presence and does not modify other skills or system settings. It appears to be a read-only helper for invoking the `moltbot` CLI, so no elevated persistence privileges are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cli - After installation, invoke the skill by name or use
/cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: CLI reference and skill eligibility documentation.
- Added documentation for using the moltbot skills CLI commands: list, list --eligible, info, and check.
- Explains how to inspect, debug, and determine eligibility of installed skills.
- Includes related links to Skills system, Skills config, and ClawdHub resources.
Metadata
Frequently Asked Questions
What is Cli?
Provides CLI commands to list, inspect, and check eligibility of moltbot skills and their requirements. It is an AI Agent Skill for Claude Code / OpenClaw, with 2445 downloads so far.
How do I install Cli?
Run "/install cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cli free?
Yes, Cli is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Cli support?
Cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cli?
It is built and maintained by mondilo1 (@mondilo1); the current version is v0.1.0.
More Skills