Run public Agent Skills

Run an Agent Skill in one command.

Paste a public Agent Skill URL. skillx fetches it, scans it, injects it into your agent for one session, and cleans it up when you're done.

skillx first run
$ skillx run https://github.com/anthropics/skills/tree/main/skills/frontend-design "Redesign the hero section."
resolved from GitHub frontend-design
scan result built-in checks | PASS
agent claude-code / codex / cursor
session mode temporary injection
after exit workspace cleaned up

Install vs. run

Most skill managers install. skillx runs.

Tools like skills and skillfish drop files into your agent and leave them there. skillx fetches, scans, runs once, and cleans up.

Install it into your agent

Tools like skills, skillfish, …

  1. Install the skill onto your machine
  2. Link it into your agent's folder
  3. Audit the files yourself — nothing scans before injection
  4. Uninstall it when you're done

skillx run

One command.

  1. Paste the skill URL.

skillx does the rest: scan → inject → run → clean.

Use cases

Start with a real skill, not a toy example.

Pick a public Agent Skill and use it for one useful job right away.

Redesign a landing page

Use a public Agent Skill to redesign a real landing page section with production-ready code.

A strong first run if you want a visible, high-signal result.

Advertise your skill

Generate a Run-with-skillx block for your skill's README so others can try it in one command.

The skill is conversational — just run it and it will walk you through detecting your project and drafting the block.

Test a local web app

Run a testing skill from GitHub to inspect a local app, validate flows, and catch UI issues.

Good for engineers who want a practical verification workflow.

Trust the workflow

Trust comes from the workflow, not a promise.

skillx makes the first run easier to try without hiding what happens before, during, or after a session.

01

resolve

Resolve the Agent Skill URL and identify the exact skill before anything is injected.

02

scan

Run security checks and risk evaluation before the skill enters the session.

03

inject

Inject only the temporary files needed for this run in the active agent.

04

run

Launch the agent with the skill in place and keep the session bounded.

05

clean

Remove injected files and session artifacts when the run is finished.

Try it now

Install skillx, then run your first Agent Skill.

The fastest path from a public skill URL to a real first run.

Install

Run