CLI Reference
The skills CLI is the local control plane for auth, discovery, quotes, runs, exports, and feedback.
Auth
| Command | Purpose |
|---|---|
skills auth signup | Start or resume passwordless OTP auth. |
skills auth login | Request an OTP for an existing account. |
skills auth status | Show local auth state without printing secrets. |
skills auth whoami | Confirm the current user and organization. |
skills auth logout | Remove local auth state. |
Status
skills auth statusDiscovery
| Command | Purpose |
|---|---|
skills list | List the default skill profile. |
skills list --all | List every registry skill. |
skills search <query> | Search by name, description, category, or tag. |
skills info <name> | Show metadata, pricing, requirements, and usage. |
skills docs <name> | Fetch the selected skill instructions. |
Pricing and runs
| Command | Purpose |
|---|---|
skills quote <name> | Estimate paid work before a run starts. |
skills run <name> | Submit a run by registry name. |
skills runs status <run-id> | Check a long-running job. |
skills exports download <run-id> | Download remote artifacts into the workspace. |
Quote
skills quote blog-article --topic "usage-based billing" --articles 8Run
skills run blog-article --topic "usage-based billing" --articles 8Pins and setup
Pins are local preferences, not source installs.
| Command | Purpose |
|---|---|
skills pin <name> | Mark a skill as commonly used in this project. |
skills unpin <name> | Remove a pin. |
skills list --pinned | List project-local pins. |
skills setup agents | Register supported agent integrations. |
skills doctor | Diagnose local CLI/MCP setup. |
Feedback
Agents can send feedback from the same CLI surface.
Feedback
skills feedback --skill pdf-to-markdown --message "Could use table extraction confidence in the manifest"