mk:confluence

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

A routing tool that chooses the right Confluence helper for a requested task. Confluence is a shared team wiki for pages, specifications, and other documentation.

In plain words
What is it for?
Use it when a request involves Confluence, a wiki page, or a specification and the correct operation is unclear.
Why use it?
It removes the need to know which separate tool handles page edits, searches, bulk changes, collaboration, or specification analysis. It routes the request but does not perform the operation itself.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: reads .claude/ paths.

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.

agentmods
npx agentmods add skills/ngocsangyem/meowkit/confluence
Any agent
npx skills add ngocsangyem/MeowKit --skill confluence
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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ngocsangyem/meowkit/confluence.svg)](https://agentmods.dev/skills/ngocsangyem/meowkit/confluence)
Your own site
<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/confluence"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/confluence.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,316 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00057 $0.01316
Opus 5 $0.00028 $0.00658
Sonnet 5 $0.00011 $0.00263
Haiku 4.5 $0.00006 $0.00132

Measured 2d ago against content hash 031131603591, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

mk:confluence 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 2d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/adf_to_md.py, scripts/adf-to-md.sh, scripts/confluence-as.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/SKILL.md · 96 lines

How it starts

The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.

mk:confluence — Routing Skill

This skill is a pure routing layer. Its sole purpose: identify the right mk:confluence-* leaf for the user's Confluence task, then point at it. No execution.

Routing Table

User intent Leaf skill
Get/create/update/delete a single page or blog post; copy/move/version mk:confluence-page
Search pages with CQL; list spaces; export results mk:confluence-search
Deep spec analysis: requirements, gaps, suggested stories mk:confluence-spec-analyst
Bulk ops on 10+ pages (label, move, delete) — dry-run mandatory mk:confluence-bulk
Comments, attachments, labels, watchers (collaboration surface) mk:confluence-collaborate

Disambiguation

  • User says skill name verbatim → route immediately
  • Numeric token (likely page ID) + verb → match verb to leaf
  • Uppercase short token (likely space key) + read intent → mk:confluence-search
  • CQL syntax (=, AND, OR, currentUser()) → mk:confluence-search
  • 10+ items / bulk / batch / mass keyword → mk:confluence-bulk
  • Spec analysis intent (requirements, acceptance criteria, analyze the spec) → mk:confluence-spec-analyst
  • Labels: mk:confluence-collaborate owns label CRUD (add/remove/list). mk:confluence-page does NOT duplicate — if user says "label page X", route to collaborate.
  • Comments / attachments / watchers: always mk:confluence-collaborate, even if scoped to a single page
  • Truly ambiguous → ask user one clarifying question

Setup

See references/install-and-auth.md for one-time setup (.claude/scripts/bin/setup-workflow installs confluence-assistant-skills into .claude/skills/.venv per scripts/requirements.txt; populate .meowkit/.env with the 3 MEOW_CONFLUENCE_* vars).

Read the full file on GitHub · 96 lines

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. 2d ago First seen · 96 lines · 57 tokens per session scan A 031131603591

Subscribe to this mod's changes

mk:confluence is a skill published in the GitHub repository ngocsangyem/MeowKit (14 stars, last pushed 1mo ago), licensed MIT. It adds 57 tokens to every session and 1,316 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

read-book

When you want to read and extract structured notes from a book — PDF, EPUB, MOBI, markdown, .txt, pasted text, or URL to a public-domain work. Reads in chunks (by chapter when a TOC exists, by 50-page blocks otherwise), extracts per-chapter TL;DR + key concepts + quotes + action items + frameworks, and offers to…

coreyhaines31/makerskills · 192 tokens

document-classification-nlp

Automatically classify and extract information from construction documents using NLP. Categorize RFIs, submittals, change orders, specifications, and contracts.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 34 tokens

google-apps-script

Build Google Apps Script automation for Sheets and Workspace. Custom menus, triggers (onEdit / time-driven / form submit), dialogs, sidebars, email batches, PDF export, external API. Use whenever the user wants to automate a Google Sheet, build a Sheets menu / sidebar / dialog, hit a Sheets row from email or a…

jezweb/claude-skills · 89 tokens

atelier-setup

Configure a repository for Atelier's development workflow. Use only when explicitly invoked; inspect existing guidance, issue-tracker and domain-document conventions, preview the proposed configuration, and write only after approval. It does not install Atelier or initialize external tooling.

martinffx/atelier · 52 tokens

compression

Cuts a draft to a target word count without losing substance. Two modes behind one skill. target-count hits a specific number (200 for a cold email, 500 for an op-ed, 6 for a product summary). redundancy catches the specific failure where a phrase says what the verb or context already implied — "going forward" after a…

kalyvask/winning-writing · 184 tokens

signature-request

Pre-signature gate and routing plan for a finalized document — verifies exact legal entity names, signatory authority, attached exhibits, filled blanks, consistent dates, and counterparty details, then sets the signing order (sequential vs. parallel, with reasons), writes envelope instructions for any e-sign tool, and…

alebgl77/claude-inc · 97 tokens