readme-platform
ReadMe.com platform integration for API documentation. Sync OpenAPI specs, manage versions, configure API reference settings, automate changelogs, and integrate with metrics dashboards.
npx skills add a5c-ai/babysitter --skill readme-platform --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.
# ReadMe Platform Skill ReadMe.com platform integration for API documentation. ## Capabilities - Sync OpenAPI specs to ReadMe - Manage documentation versions - Configure API reference settings - Custom page management - Changelog automation - API metrics dashboard integration - Recipe/tutorial creation - Webhook and automation setup ## Usage Invoke this skill when you need to: - Deploy API documentation to ReadMe - Sync OpenAPI specifications - Manage versioned documentation - Configure API Explorer settings - Set up changelog automation ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | action | string | Yes | sync, version, page, changelog, metrics | | apiKey | string | Yes | ReadMe API key | | specPath | string | No | Path to OpenAPI spec | | version | string | No | Documentation version | | projectId | string | No | ReadMe project ID | ### Input Example ```json { "action": "sync", "apiKey": "${README_API_KEY}", "specPath": "./api/openapi.yaml", "version": "1.0" } ``` ## ReadMe CLI Configuration ### .readme.yml ```yaml # ReadMe CLI configuration version: "1.0" api: definition: ./api/openapi.yaml name: My API changelogs: direct
- Capabilities
- Usage
- Inputs
- Input Example
- ReadMe CLI Configuration
- .readme.yml
- Sync OpenAPI Spec
- Using rdme CLI
- CI/CD Integration
- Version Management
- Create Version
- Version Configuration
- Custom Pages
- Page Creation
Login to ReadMe rdme login Sync OpenAPI spec rdme openapi ./api/openapi.yaml --version=1.0 Sync with specific ID rdme openapi ./api/openapi.yaml --id=abc123 Validate before syncing rdme openapi:validate ./api/openapi.yaml Create new version rdme versions:create 2.0 --fork=1.0
What does the readme-platform skill do?
ReadMe.com platform integration for API documentation. Sync OpenAPI specs, manage versions, configure API reference settings, automate changelogs, and integrate with metrics dashboards.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill readme-platform --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.
