{
  "markdown": "# SiteGPT Agent Skills\n\nOfficial SiteGPT skills for AI agents.\n\nThese 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.\n\nSiteGPT also publishes `https://sitegpt.ai/auth.md` for agent environments that\nsupport Auth.md-style discovery of the anonymous try-before-signup onboarding\nflow.\n\n[![skills.sh](https://skills.sh/b/sitegpt/agent-skills)](https://www.skills.sh/sitegpt/agent-skills)\n\n## Install\n\n**As a Claude Code plugin** (also works in Cowork):\n\n```\n/plugin marketplace add sitegpt/agent-skills\n/plugin install sitegpt@sitegpt\n```\n\n**With the skills CLI** (any agent environment that supports Agent Skills):\n\n```\nnpx skills add sitegpt/agent-skills\n```\n\nBoth deliver the same skill. This repository is dual-packaged: an Agent\nSkills repo (skills.sh) and a Claude Code plugin marketplace\n(`.claude-plugin/`).\n\n## Available Skills\n\n### sitegpt\n\nOrientation skill: what SiteGPT is, which surface to use (CLI, MCP\nconnector, REST API, or no-signup onboarding), and where the deep\nworkflows live. Routes terminal work to `sitegpt-cli`.\n\n### sitegpt-cli\n\nUse 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.\n\nUse when:\n\n- Creating a SiteGPT chatbot from a website.\n- Creating a try-before-signup chatbot through agent-first onboarding when the\n  user does not have a SiteGPT account yet.\n- Adding knowledge from links, websites, sitemaps, files, YouTube videos, text, and connected data sources.\n- Managing personas, instructions, settings, conversation starters, followups, and custom responses.\n- Reading and managing conversations, messages, leads, tags, members, invites, usage, billing, and API tokens.\n- Troubleshooting SiteGPT CLI command usage.\n\nThe skill is a single self-contained `SKILL.md`: the agent-facing workflow,\ndiscovery brief, onboarding and account playbooks, command map, and safety\nrules in one file. The SiteGPT CLI itself is the source of truth for exact\ncommand syntax — agents run `sitegpt <command> --help` for flags, so the skill\ndeliberately does not duplicate a per-command reference.\n\n## Install in Cursor\n\nThis repository is also a Cursor plugin (skills + the remote MCP server).\nIn Cursor, run `/add-plugin` and pick **SiteGPT**, or install from the\nmarketplace listing. The MCP server connects your SiteGPT account with\nbrowser OAuth; the skills work with no account via agent-first onboarding.\n\n## Installation\n\nInstall the SiteGPT CLI skill with the open `skills` CLI:\n\n```bash\nnpx skills add sitegpt/agent-skills --skill sitegpt-cli\n```\n\nInstall into a specific agent:\n\n```bash\nnpx skills add sitegpt/agent-skills --skill sitegpt-cli -a codex\nnpx skills add sitegpt/agent-skills --skill sitegpt-cli -a claude-code\nnpx skills add sitegpt/agent-skills --skill sitegpt-cli -a cursor\n```\n\nInstall globally:\n\n```bash\nnpx skills add sitegpt/agent-skills --skill sitegpt-cli --global\n```\n\nList available skills without installing:\n\n```bash\nnpx skills add sitegpt/agent-skills --list\n```\n\nUpdate installed skills later:\n\n```bash\nnpx skills update sitegpt-cli\n```\n\n## SiteGPT CLI Prerequisite\n\nThe `skills` CLI installs this agent skill. The SiteGPT CLI is the actual command-line tool the agent will run after the skill is installed.\n\nInstall the SiteGPT CLI first:\n\n```bash\nnpm install -g @sitegpt/cli\n```\n\nThen choose the right flow:\n\n- **No SiteGPT account yet**: do not log in first. Ask the agent to run\n  `sitegpt onboarding start <website-url>`, configure and test the temporary\n  chatbot, then share the onboarding URL for preview and claim.\n- **Existing SiteGPT account**: authenticate, then use normal account commands.\n\nFor existing accounts, authenticate with device login:\n\n```bash\nsitegpt login\n```\n\nYou can also create an API token from the SiteGPT dashboard and save it manually:\n\n```bash\nsitegpt login --token <sitegpt-api-token>\n```\n\n## Example Prompts\n\nOnce the skill is installed, ask your agent:\n\n```text\nTry SiteGPT for https://example.com. Inspect the website, create a temporary chatbot, add knowledge, configure persona and instructions, test it, and give me the onboarding URL so I can preview and claim it.\n```\n\n```text\nI already have a SiteGPT account. Create a chatbot for https://example.com inside my account, configure knowledge and branding, and give me the dashboard link.\n```\n\n```text\nAudit my SiteGPT chatbot knowledge sources and resync any failed or stale documents.\n```\n\n```text\nShow recent conversations for my SiteGPT chatbot, summarize unresolved issues, and tag the conversations that need human follow-up.\n```\n\n## Skill Structure\n\n```text\nskills/\n  sitegpt-cli/\n    SKILL.md\n```\n\n## Versioning And Releases\n\nSkill versions live in `metadata.version` inside each `SKILL.md` and in the root `package.json`.\n\nReleases are manual. When publishing a new version:\n\n1. Update `package.json`.\n2. Update `metadata.version` in each changed `SKILL.md`.\n3. Update `CHANGELOG.md`.\n4. Commit with `chore: release <version>`.\n5. Create and push a matching Git tag, for example `v0.1.2`.\n6. Create a GitHub Release for that tag.\n\nUsers who install through `npx skills add sitegpt/agent-skills` can update later with `npx skills update`.\n\n## Related Links\n\n- [SiteGPT](https://sitegpt.ai)\n- [SiteGPT CLI on npm](https://www.npmjs.com/package/@sitegpt/cli)\n- [SiteGPT CLI docs](https://sitegpt.ai/docs/cli)\n- [skills.sh](https://www.skills.sh)\n- [Agent Skills specification](https://agentskills.io)\n\n## License\n\nMIT\n",
  "bytes": 5652,
  "sha": "1c170f148c32fbb26884d1eac06084c062b2e2059351cb765b1bf13581cae7e8",
  "repo_slug": "sitegpt/agent-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_sitegpt_sitegpt_docs_b2b38fdf/readme"
}