mk:confluence-collaborate

mk:confluence-collaborate is a skill for Claude Code from ngocsangyem/MeowKit. It costs 97 tokens per session (746 once invoked), scanned A, original, MIT.

A Confluence collaboration tool for adding comments, uploading files, applying labels, and managing page watchers. Confluence is a shared workspace for team documentation.

In plain words
What is it for?
Use it to comment on pages, attach screenshots or other files, mark pages with labels, and start or stop watching pages.
Why use it?
It keeps discussion, supporting files, labels, and follow-up notifications attached to the relevant page. It also helps avoid posting an inline comment when a footer comment is safer.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: agent in frontmatter.

Good fit Use it to comment on pages, attach screenshots or other files, mark pages with labels, and start or stop watching pages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ngocsangyem/meowkit/confluence-collaborate
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ngocsangyem/MeowKit --skill confluence-collaborate
Clone the repo
git clone --depth 1 https://github.com/ngocsangyem/MeowKit

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mk:confluence-collaborate

README.md
[![agentmods](https://agentmods.dev/badge/skills/ngocsangyem/meowkit/confluence-collaborate/github.svg)](https://agentmods.dev/skills/ngocsangyem/meowkit/confluence-collaborate)
Your own site
<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/confluence-collaborate"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/confluence-collaborate/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mk:confluence-collaborate

Your own site · 80×15
<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/confluence-collaborate"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/confluence-collaborate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 746 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00097 $0.00746
Opus 5 $0.00048 $0.00373
Sonnet 5 $0.00019 $0.00149
Haiku 4.5 $0.00010 $0.00075

Measured 5d ago against content hash 75a64e03153d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

mk:confluence-collaborate scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/confluence-collaborate/SKILL.md · 63 lines

What it actually says

mk:confluence-collaborate

Forks to the confluence-collaborate agent. The agent prefers footer comments over inline; asks before posting an inline comment.

Triggers

  • "add comment to page 12345: ''"
  • "list comments on page 12345"
  • "upload screenshot.png to page 12345"
  • "label page 12345 as 'urgent'"
  • "remove label 'draft' from page 12345"
  • "watch page 12345" / "stop watching page 12345"
  • "list watchers of page 12345"

Examples

  • Footer comment: "add comment to 12345: 'awaiting backend fix'"
  • Attachment upload: "attach /tmp/repro.mp4 to page 12345"
  • Label add: "label 12345 as 'rfc'"
  • Watcher list: "who watches page 12345?"

See also

  • Agent: ../../agents/confluence-collaborate.md
  • Shared: ../confluence/references/{install-and-auth,cli-idioms,safety-framework}.md
  • Domain refs:
    • references/comment-formats.md — inline vs footer, markdown vs storage format
    • references/attachment-conventions.md — file size limits, allowed types, download paths
  • Peer leaves: mk:confluence-page (page CRUD; create-with-attachment), mk:confluence-bulk (bulk-label across 10+ pages), mk:confluence-spec-analyst (downloads attachments for image analysis)

Gotchas

  • validate_file_path in confluence-as rejects .. traversal but delegates to opaque assistant-skills-lib. Don't trust delegation alone — the agent independently validates upload paths at the agent boundary too. [from research]
  • Confluence Cloud comments do NOT have a strict internal/public flag like Jira Service Management. Inline vs footer is the closest semantic boundary — agent prefers footer. [from jira-collaborate parallel pattern]
  • Inline comment requires an anchor selection. If the selection text doesn't match unique content on the page, the comment fails with a 400-class error.
  • Bulk-label across 10+ pages goes through mk:confluence-bulk, NOT this skill. Single-page label add/remove only here.
  • Grow this list as new edge cases surface.
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 63 lines · 97 tokens per session scan A 75a64e03153d

Subscribe to this mod's changes

mk:confluence-collaborate is a skill published in the GitHub repository ngocsangyem/MeowKit (14 stars, last pushed 1mo ago), licensed MIT. It adds 97 tokens to every session and 746 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.