Agent skill · Data & Analytics

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.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill gitbook-notion --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: ReadWriteEditBashGlobGrep
Path: library/specializations/technical-documentation/skills/gitbook-notion/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Capabilities
  2. Usage
  3. Inputs
  4. Input Example
  5. GitBook Integration
  6. GitBook Configuration
  7. SUMMARY.md Structure
  8. GitBook API Integration
  9. GitBook CI/CD Sync
  10. Notion Integration
  11. Notion Database Schema
  12. Notion API Integration
  13. Notion Export Script
  14. Analytics
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
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.

Keep going