This gives you programmatic access to Confluence through the Membrane CLI, which handles all the OAuth plumbing and credential refresh automatically. You get pre-built actions for common operations like listing pages, creating blog posts, managing spaces, and working with attachments. When those don't cover your use case, you can proxy requests directly to the Confluence API with auth headers injected for you. The workflow is simple: install the CLI, create a connection by pasting in your Confluence URL, then search for actions by intent or run them directly. Useful if you're building automation around team wikis or need to bulk-update documentation without clicking through the web UI.
npx skills add https://github.com/membranedev/application-skills --skill confluence