smithery/neversight

readthedocs-api

Full Read the Docs API v3 client guidance.

Installation

$ npx skills add smithery/neversight --skill readthedocs-api

Summary

  • Full Read the Docs API v3 client guidance.
  • Use when building or updating an API client, generating requests, or answering questions about Read the Docs API v3 endpoints (projects, versions, builds, subprojects, translations, redirects, environment variables, organizations, remote VCS resources, or embed content).

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,005 B
  • docs SUMMARY.md 337 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Read the Docs API v3 client

Build or update API v3 requests against Read the Docs, and use the bundled references for endpoint-specific details.

Workflow

  1. Choose the correct host.

- Community: https://app.readthedocs.org - Read the Docs for Business: https://app.readthedocs.com

  1. Authenticate when needed.

- Use Authorization: Token <token> for user-scoped data and write operations. - Session authentication is allowed for dashboard/internal uses.

  1. Pick the endpoint from the short reference.

- Use references/api-v3-short.md to select the method, path, and high-level parameters.

  1. Fill in details from the full reference.

- Use references/api-v3-full.md for request bodies, query parameters, response fields, status codes, and notes.

  1. Handle shared API behavior.

- Pagination: list endpoints return count, next, previous, and results; use limit and offset. - Field selection: ?fields=, ?omit=, and ?expand= are supported on resources that allow expansion. - Rate limits: unauthenticated requests are more limited than authenticated requests; retry on 429.

Notes and constraints

  • Use the marketing names: "Read the Docs Community" and "Read the Docs Business".
  • Organization endpoints and privacy-level fields are only available on Read the Docs Business.
  • expand values are endpoint-specific; rely on the full reference for allowed values.

Resources

  • Short endpoint reference: references/api-v3-short.md
  • Full endpoint reference: references/api-v3-full.md
  • Additional full reference: https://docs.readthedocs.com/platform/stable/api/v3.html