Skip to main content

Install the CLI

Create a skill

Create SKILL.md:
Create run.sh:

Use it

That’s it. Any SCP-compatible agent will now discover the skill, read the SKILL.md, and know how to call run.sh when a user asks about weather.

What just happened?

  1. You wrote a markdown file describing the skill
  2. You wrote a shell script that does the work
  3. You registered it locally
No server to run. No SDK to import. No protocol to implement.