What problem does it solve? Calling the Atlassian Cloud REST API correctly requires knowing hundreds of endpoints, per-API differences in base URLs, pagination, error formats, and the tricky ADF versus storage rich-text body formats. This Skill lets an agent perform any Confluence or Jira Cloud operation directly with curl, resolving exact request schemas from bundled OpenAPI specs instead of guessing. ## Core Features & Use Cases - Full API coverage: Constructs any of 800+ endpoints across Confluence Cloud v2 (pages, spaces, search) and Jira Cloud v3 (issues, JQL search, comments) using a bundled OpenAPI spec, an endpoint index, and a $ref-resolver script. - Per-API patterns: Handles the differences between Confluence and Jira for base URLs, pagination (cursor vs startAt/nextPageToken), error envelopes, and rate limits. - Rich-text handling: Builds Jira ADF bodies as raw JSON objects and Confluence bodies as stringified ADF or storage XHTML, with a Markdown-to-ADF converter for formatted content. - Use Case: Ask the agent to create a Confluence page in a given space; it resolves the createPage schema, builds the curl call with your injected credentials, and returns the created page's id and URL. ## Quick Start Use atlassian-rest-ops to create a Confluence page titled "Release Notes" in my TEAM space.