Build, test, and manage superglue tools from the command line.
npm install -g @superglue/cli
sg --helpInstall the superglue skill for any supported AI agent (35+ agents supported):
npx skills add superglue-ai/cliOr target a specific agent:
npx skills add superglue-ai/cli -g -a claude-code
npx skills add superglue-ai/cli -g -a codex
npx skills add superglue-ai/cli -g -a cursorFrom the official Anthropic marketplace:
/plugin install superglue@claude-plugins-official
Or load from local install for development:
claude --plugin-dir $(npm root -g)/@superglue/clisg init # guided setup
sg system list # verify connection
sg tool build --config '...' # build a tool
sg tool run --draft <id> # test it
sg tool save --draft <id> # save itsg tool build— Build a tool from configsg tool run— Run a draft or saved toolsg tool edit— Edit via JSON Patchsg tool save— Save a draftsg tool list— List saved toolssg tool find— Search tools
sg system create— Create a systemsg system edit— Edit system configsg system list— List systemssg system find— Search systemssg system call— Make authenticated system callssg system oauth— Authenticate via OAuthsg system search-docs— Search system documentation
sg run list— List execution runssg run get— Get run details
sg init— Interactive setup (API key, endpoint, output mode)sg update— Update CLI to latest version
- CLI + Skills — Skill installation and agent setup
- Full CLI Reference — Complete command documentation
- superglue Docs — Platform documentation
- API Reference — REST API docs
- superglue Web App — Visual tool builder
- @superglue/client — TypeScript SDK
- superglue-client — Python SDK
MIT