CLI and client for uploads.sh — workspace-scoped image hosting for GitHub embeds
No install-time attack surface is established. An explicit `uploads install` command can register a hosted MCP endpoint and add an agent skill using external CLIs.
`dist/commands/install.js` explicitly runs `npx -y skills add buildinternet/uploads --skill uploads-cli` on `uploads install`.
dist/commands/install.jsView on unpkg`dist/commands/install.js` explicitly invokes `claude mcp add` to register `https://agents.uploads.sh/mcp` with a bearer-token header.
dist/commands/install.jsView on unpkg`bin/uploads.js` executes the CLI only when the user invokes the `uploads` binary; `package.json` has no lifecycle hooks.
package.jsonView on unpkg`dist/commands/install.js` explicitly runs `npx -y skills add buildinternet/uploads --skill uploads-cli` on `uploads install`.
dist/commands/install.jsView on unpkg`dist/commands/install.js` explicitly invokes `claude mcp add` to register `https://agents.uploads.sh/mcp` with a bearer-token header.
dist/commands/install.jsView on unpkg`bin/uploads.js` executes the CLI only when the user invokes the `uploads` binary; `package.json` has no lifecycle hooks.
package.jsonView on unpkg · L60