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.

Discover Skills

Skills are addressed by their registry name. Names do not include the old skill- prefix.

Search skills
skills search pdf

Inspect

Show details
skills info pdf-to-markdown
Show docs
skills docs pdf-to-markdown

Quote

Premium skills should be quoted before they run.

Quote a run
skills quote pdf-to-markdown --input ./report.pdf

Run

Run by name
skills run pdf-to-markdown --input ./report.pdf

Outputs are written under .skills/exports/<skill>/<run-id>/, with metadata that records the prompt, inputs, skill name, run id, and generated artifacts.

Pin a skill
skills pin pdf-to-markdown
bun install -g @hasna/skills