remote-bash
Installation
SKILL.md
remote-bash
Execute bash commands against any public GitHub repository without cloning it to the local machine.
npx remote-bash <target> [options] -- <command>
Target formats
| Format | Example | Behavior |
|---|---|---|
owner/repo |
vercel/next.js |
Target the default branch |
package-name |
zod |
Reads version from local lockfile, resolves to repo + exact SHA |