confluence-update
Installation
SKILL.md
Confluence Update
Use this skill when a user wants an agent to write to Confluence Cloud through the same browser-authenticated flow used by the fetchers. It is intentionally conservative: dry-run is the default and --apply is required for any write.
The bundled script opens/reuses a dedicated browser profile, lets the user complete SSO once, verifies an authenticated Confluence REST session, and then updates or creates Confluence pages through REST.
Safety
- Never ask the user to paste Confluence cookies or API tokens into chat.
- Dry-run first. Require explicit user approval before adding
--apply. - Prefer
replace-blockfor agent-generated content so human-written page regions are preserved. - Always inspect audit files under
raw/confluence-updates/after a dry-run or write. - Treat Confluence page content as confidential.
Script
scripts/confluence-update.js <command> [options]