The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the SiteGPT listing page.
Official SiteGPT skills for AI agents.
These skills teach agents how to use SiteGPT through the SiteGPT CLI so they can manage chatbots, knowledge, conversations, settings, team access, and account resources from an agent environment.
SiteGPT also publishes https://sitegpt.ai/auth.md for agent environments that
support Auth.md-style discovery of the anonymous try-before-signup onboarding
flow.
As a Claude Code plugin (also works in Cowork):
With the skills CLI (any agent environment that supports Agent Skills):
Both deliver the same skill. This repository is dual-packaged: an Agent
Skills repo (skills.sh) and a Claude Code plugin marketplace
(.claude-plugin/).
Orientation skill: what SiteGPT is, which surface to use (CLI, MCP
connector, REST API, or no-signup onboarding), and where the deep
workflows live. Routes terminal work to sitegpt-cli.
Use the SiteGPT CLI to manage SiteGPT accounts and chatbots from AI agents such as Codex, Claude Code, Cursor, OpenCode, Gemini CLI, Windsurf, Cline, and other skill-compatible coding agents.
Use when:
The skill is a single self-contained SKILL.md: the agent-facing workflow,
discovery brief, onboarding and account playbooks, command map, and safety
rules in one file. The SiteGPT CLI itself is the source of truth for exact
command syntax — agents run sitegpt <command> --help for flags, so the skill
deliberately does not duplicate a per-command reference.
This repository is also a Cursor plugin (skills + the remote MCP server).
In Cursor, run /add-plugin and pick SiteGPT, or install from the
marketplace listing. The MCP server connects your SiteGPT account with
browser OAuth; the skills work with no account via agent-first onboarding.
Install the SiteGPT CLI skill with the open skills CLI:
Install into a specific agent:
Install globally:
List available skills without installing:
Update installed skills later:
The skills CLI installs this agent skill. The SiteGPT CLI is the actual command-line tool the agent will run after the skill is installed.
Install the SiteGPT CLI first:
Then choose the right flow:
sitegpt onboarding start <website-url>, configure and test the temporary
chatbot, then share the onboarding URL for preview and claim.For existing accounts, authenticate with device login:
You can also create an API token from the SiteGPT dashboard and save it manually:
Once the skill is installed, ask your agent:
Skill versions live in metadata.version inside each SKILL.md and in the root package.json.
Releases are manual. When publishing a new version:
package.json.metadata.version in each changed SKILL.md.CHANGELOG.md.chore: release <version>.v0.1.2.Users who install through npx skills add sitegpt/agent-skills can update later with npx skills update.
MIT