Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add GitbookIO/gitbook-skills --skill configure-sitegit clone --depth 1 https://github.com/GitbookIO/gitbook-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/gitbookio/gitbook-skills/configure-site)<a href="https://agentmods.dev/skills/gitbookio/gitbook-skills/configure-site"><img src="https://agentmods.dev/badge/skills/gitbookio/gitbook-skills/configure-site.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00238 | $0.11661 |
| Opus 5 | $0.00119 | $0.05830 |
| Sonnet 5 | $0.00048 | $0.02332 |
| Haiku 4.5 | $0.00024 | $0.01166 |
Grade C, and why
configure-site scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
**Be careful with helper scripts that regenerate content.** If you're using a converter or SUMMARY-generator, make it idempotent by default. Skip files that already exist. A second run that clobbers hand-tuned homepages Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- `references/api-cheatsheet.md` — the complete set of API calls used by this skill, with curl-style request bodies and expected responses How it starts
The opening of the file, as written. The whole thing — 488 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Configure GitBook Site
A skill for creating and maintaining entire GitBook documentation sites. Where write-docs covers what goes inside a single page, this skill covers everything around the pages: structure design, repo scaffolding, the GitBook API, and branding. Use the two skills together — this one calls into write-docs whenever it needs to generate or edit page content.
How you can talk to GitBook
There's more than one way to drive GitBook — GitBook's MCP server and the REST API. Check what's actually available in the current session and prefer MCP first: if GitBook MCP tools are already connected, use them for anything they cover (creating/configuring sites, opening change requests, drafting and editing content, restructuring docs) instead of making direct API calls. Don't run a detection script for this — you already know your own available tools/MCP connections; just use that awareness.
"MCP first" is about transport, not about bypassing Git Sync for content. MCP exposes a change-request content-push tool (updateChangeRequestContent) that's tempting to reach for anytime it's connected — but for spaces that already have Git Sync configured, pushing content by editing files in the local repo and letting Git Sync carry it to GitBook is still the preferred path for anything beyond a small, targeted edit. Use the change-request push (MCP or REST) instead when the space isn't Git-synced, there's no local checkout available in the environment, or the edit is small enough that opening a CR is proportionate. See write-docs's "Choosing Git Sync vs. a change-request content push" for the full rule — it applies here too.
The steps in this skill are described as outcomes ("list the orgs", "create the site", "add a section") rather than tied to one transport, so they apply whichever you use. If GitBook MCP tools are connected, call those directly — their own schemas describe their parameters. If you're on the REST API path instead, the exact endpoints, request bodies, and expected responses for each step are in references/api-cheatsheet.md.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/api-cheatsheet.md 16 KB
- references/block-ecosystem.md 15 KB
- references/cross-space-links.md 10 KB
- references/customization-recipes.md 18 KB
- references/example-site/.nojekyll 0 B
- references/example-site/changelog/.gitbook/tags.yaml 214 B
- references/example-site/changelog/.gitbook/vars.yaml 152 B
- references/example-site/changelog/README.md 13 KB
- references/example-site/changelog/SUMMARY.md 46 B
- references/example-site/CLAUDE.md 243 B
- references/example-site/connections/blog/index.html 984 B
- references/example-site/connections/blog/same-day-payouts-tradeoffs.html 1.6 KB
- references/example-site/connections/community/index.html 1.2 KB
- references/example-site/connections/community/webhook-retries-backoff.html 1.4 KB
- references/example-site/connections/index.html 681 B
- references/example-site/connections/youtube/index.html 1.1 KB
- references/example-site/connections/youtube/webhooks-deep-dive.html 2.1 KB
- references/example-site/customization.json 11 KB
- references/example-site/developers/openapi/v1/connect.yaml 5.2 KB
- references/example-site/developers/openapi/v1/identity.yaml 4.4 KB
- references/example-site/developers/openapi/v1/payments.yaml 4.2 KB
- references/example-site/developers/openapi/v2/connect.yaml 5.2 KB
- references/example-site/developers/openapi/v2/identity.yaml 4.4 KB
- references/example-site/developers/openapi/v2/payments.yaml 6.8 KB
- references/example-site/developers/openapi/v3/connect.yaml 5.2 KB
- references/example-site/developers/openapi/v3/identity.yaml 4.4 KB
- references/example-site/developers/openapi/v3/payments.yaml 7.0 KB
- references/example-site/developers/v2/.gitbook/vars.yaml 434 B
- references/example-site/developers/v2/connect-api/README.md 2.5 KB
- references/example-site/developers/v2/getting-started/authentication.md 5.1 KB
- references/example-site/developers/v2/getting-started/conventions.md 7.2 KB
- references/example-site/developers/v2/getting-started/for-ai-agents.md 4.4 KB
- references/example-site/developers/v2/getting-started/quickstart.md 5.4 KB
- references/example-site/developers/v2/getting-started/sdks.md 5.2 KB
- references/example-site/developers/v2/identity-api/README.md 2.4 KB
- references/example-site/developers/v2/mcp/connecting-an-agent.md 6.2 KB
- references/example-site/developers/v2/mcp/README.md 4.9 KB
- references/example-site/developers/v2/payments-api/README.md 2.4 KB
- references/example-site/developers/v2/README.md 6.5 KB
- references/example-site/developers/v2/SUMMARY.md 1.3 KB
- references/example-site/developers/v2/webhooks/event-catalog.md 4.9 KB
- references/example-site/developers/v2/webhooks/README.md 3.9 KB
- references/example-site/developers/v2/webhooks/retries-and-replay.md 5.1 KB
- references/example-site/developers/v2/webhooks/verifying-signatures.md 6.0 KB
- references/example-site/guides/help-center/.gitbook/vars.yaml 333 B
- references/example-site/guides/help-center/account-and-security.md 4.8 KB
- references/example-site/guides/help-center/billing-and-plans.md 4.4 KB
- references/example-site/guides/help-center/connect-questions.md 6.4 KB
- references/example-site/guides/help-center/getting-started.md 5.7 KB
- references/example-site/guides/help-center/identity-questions.md 6.6 KB
- references/example-site/guides/help-center/payments-questions.md 6.6 KB
- references/example-site/guides/help-center/README.md 5.3 KB
- references/example-site/guides/help-center/SUMMARY.md 318 B
- references/example-site/guides/integrations/.gitbook/vars.yaml 112 B
- references/example-site/guides/integrations/netsuite/custom-field-mapping.md 4.9 KB
- references/example-site/guides/integrations/netsuite/README.md 4.7 KB
- references/example-site/guides/integrations/quickbooks/README.md 4.4 KB
- references/example-site/guides/integrations/quickbooks/reconciliation-mapping.md 4.1 KB
- references/example-site/guides/integrations/README.md 3.4 KB
- references/example-site/guides/integrations/segment/event-mapping.md 4.2 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago Changed · +4 lines · +52 tokens per session 6f17b1233363
- 7d ago First seen · 484 lines · 186 tokens per session scan C 68068bf50b7a
configure-site is a skill published in the GitHub repository GitbookIO/gitbook-skills (12 stars, last pushed 6d ago), licensed MIT. It adds 238 tokens to every session and 11,661 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
babysit-pr
Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…