Install
$ agentstack add skill-ngocsangyem-meowkit-confluence-page ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
mk:confluence-page
Forks to the confluence-page agent (system prompt at .claude/agents/confluence-page.md). The skill body is the task brief — the host runtime injects this content into the forked agent.
Triggers
- "create a page in SPACE titled '...'"
- "show me / get / view page 12345"
- "update title / body of page 12345"
- "delete page 12345"
- "list children / ancestors / descendants of page 12345"
- "copy / move page 12345 to SPACE"
Examples
- Quick create: "create a page in ENG titled 'Q3 Roadmap' with body from /tmp/draft.md"
- Templated create: "create an RFC page in ENG from the rfc template"
- Read with projection: "show me page 12345 in storage format"
- Update: "set title to 'Q3 Roadmap (final)' on page 12345"
- Hierarchy: "list children of page 12345 with depth 2"
See also
- Agent:
../../agents/confluence-page.md - Shared:
../confluence/references/{install-and-auth,cli-idioms,safety-framework}.md - Domain refs:
references/page-templates.md— RFC / Runbook / Decision Record skeletonsreferences/field-formats.md— storage / view / export_view / ADF distinctionsreferences/version-restore-guide.md— version operations + restore semantics- Peer leaves:
mk:confluence-search(CQL search + space list),mk:confluence-collaborate(comments / attachments / labels),mk:confluence-bulk(10+ pages),mk:confluence-spec-analyst(spec analysis)
Gotchas
- Wrapper output is JSON only after the stdout filter runs. Do not parse raw
confluence-asoutput — always go through the wrapper. [from research] - POST is in
confluence-asretryallowed_methods. Create ops on flaky networks may produce duplicate pages. Before retrying a failedpage create, list pages with the same title in the target space first. [from research] - ADF round-trip is lossy on
panel,expand,mention,emoji,media,decision,task-listnodes. Re-saving a page with these macros via update may flatten them. Seereferences/field-formats.mdRound-Trip Caveats. [from research] - XHTML parsing in
confluence-asis regex-based. Malformed or deeply nested storage format may fail silently. Prefer markdown via--contentfor fresh page bodies. [from research] version restorecreates a NEW version on top of head — it is not in-place rollback. Seereferences/version-restore-guide.md. [from research]- Grow this list as new edge cases surface.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ngocsangyem
- Source: ngocsangyem/MeowKit
- License: MIT
- Homepage: https://docs.meowkit.dev/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.