Documentation
Serve skills.Don't install them.
Remote Skills is an open-source toolkit for publishing and consuming Agent Skills directly from remote origins.
Publish a skill once, then let your agents load it when they need it. Update your skills independently of the applications that use them.
Publish once. Use from any agent.
A skill is a folder of instructions and optional resources. Remote Skills connects the two sides of sharing it:
Publish
Write a skill. Build it with the CLI. Publish it on your web server.
Prepare a skillConsume
Use the SDK to let your agent discover and load skills when it needs them.
Connect your agentBuilt on open formats
Agent Skills defines the skill folder. Agent Skills Discovery v0.2.0 defines how to find and download skills over HTTP. Remote Skills supplies the publishing tools and clients that bring them together.
You host the files and choose which publishers your agents trust. There is no marketplace or central service to join.
The Quickstart brings both sides together with one small greeting skill.