gosuper
v0.1.0
Published
Install and manage GoSuper skill bundles across Claude Code, Cursor, Codex, OpenCode, Gemini CLI, and more.
Maintainers
Readme
gosuper
The GoSuper bundle installer.
npx gosuper install <license-key>Installs your purchased GoSuper bundle into every coding agent it detects on your machine (Claude Code, Cursor, Codex, OpenCode, Gemini CLI, …).
Commands
| Command | Description |
| ----------------------------- | --------------------------------------------------- |
| gosuper install <key> | Install (or reinstall) the bundle bound to <key>. |
| gosuper update | Pull the latest published version. |
| gosuper list | List skills in your bundle. |
| gosuper info | Show license + bundle metadata. |
| gosuper status | Verify local copies match the server manifest. |
| gosuper uninstall | Remove all bundle skills from every agent. |
| gosuper help | Print this help. |
Where things land
| Agent | Path |
| ------------ | -------------------------------------- |
| Claude Code | ~/.claude/skills/<bundle>-* |
| Cursor | ~/.cursor/skills/<bundle>-* |
| Codex | ~/.codex/skills/<bundle>-* |
| OpenCode | ~/.config/opencode/skills/<bundle>-* |
| Gemini CLI | ~/.gemini/skills/<bundle>-* |
| Universal | .agents/skills/<bundle>-* (project) |
Lock file (license + installed agents): ~/.config/gosuper/lock.json.
Env overrides
| Variable | Effect |
| -------------------- | ------------------------------------------- |
| GOSUPER_API_BASE | Override API base (default gosuper.ai/api/v1). |
| GOSUPER_CONFIG_DIR | Override ~/.config/gosuper/. |
| GOSUPER_AGENTS | Comma-separated agent allowlist (default: auto-detect). |
Acknowledgements
The agent registry, source parser, and SKILL.md frontmatter parser are adapted
from vercel-labs/skills (MIT). See
NOTICE for full attribution.
