gitbook-notion
Integration with hosted documentation platforms GitBook and Notion. Manage spaces, synchronize content with Git, export/import between formats, configure webhooks, and retrieve analytics.
npx skills add a5c-ai/babysitter --skill gitbook-notion --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# GitBook/Notion Integration Skill Integration with hosted documentation platforms. ## Capabilities - GitBook space management - Notion database integration for docs - Content synchronization with Git - Export/import between formats - Embed and block management - API documentation hosting - Analytics retrieval - Webhook configuration ## Usage Invoke this skill when you need to: - Sync documentation to GitBook or Notion - Manage hosted documentation spaces - Export content for migration - Configure publishing workflows - Retrieve documentation analytics ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | platform | string | Yes | gitbook, notion | | action | string | Yes | sync, export, import, analytics | | spaceId | string | No | GitBook space or Notion database ID | | sourcePath | string | No | Path to source content | | outputPath | string | No | Path for exported content | ### Input Example ```json { "platform": "gitbook", "action": "sync", "spaceId": "abc123", "sourcePath": "./docs" } ``` ## GitBook Integration ### GitBook Configuration ```yaml # .gitbook.yaml root: ./docs structure: readme: README.md summary: SUMMARY.md redi
- Capabilities
- Usage
- Inputs
- Input Example
- GitBook Integration
- GitBook Configuration
- SUMMARY.md Structure
- GitBook API Integration
- GitBook CI/CD Sync
- Notion Integration
- Notion Database Schema
- Notion API Integration
- Notion Export Script
- Analytics
What does the gitbook-notion skill do?
Integration with hosted documentation platforms GitBook and Notion. Manage spaces, synchronize content with Git, export/import between formats, configure webhooks, and retrieve analytics.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill gitbook-notion --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
