skills.md
Are you an agent?

skills.md documentation

Build agent workflows on remote skills.

Install the CLI, connect your agent, discover public and premium skills, and return files from remote runs without copying private implementation source.

CLI Reference

The skills CLI is the local control plane for auth, discovery, quotes, runs, exports, and feedback.

Auth

CommandPurpose
skills auth signupStart or resume passwordless OTP auth.
skills auth loginRequest an OTP for an existing account.
skills auth statusShow local auth state without printing secrets.
skills auth whoamiConfirm the current user and organization.
skills auth logoutRemove local auth state.
Status
skills auth status

Discovery

CommandPurpose
skills listList the default skill profile.
skills list --allList 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

CommandPurpose
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 8
Run
skills run blog-article --topic "usage-based billing" --articles 8

Pins and setup

Pins are local preferences, not source installs.

CommandPurpose
skills pin <name>Mark a skill as commonly used in this project.
skills unpin <name>Remove a pin.
skills list --pinnedList project-local pins.
skills setup agentsRegister supported agent integrations.
skills doctorDiagnose 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"
bun install -g @hasna/skills