confluence-distill
Installation
SKILL.md
confluence-distill
Language: Match the user's language (中文提问则中文回复).
When this skill applies, the agent MUST follow the workflow below: establish read-only connectivity, search and fetch pages, then write a new skill directory (not a single monolithic SKILL.md). Do not use Confluence or Membrane to create, update, or delete content during this workflow.
Normative references
- Agent Skills layout: vercel-labs/agent-skills (
SKILL.md, optionalreferences/,scripts/). - Optional Membrane path: membranedev/application-skills — Confluence (
membrane login,membrane connect,membrane request). Use only read operations for distillation.
Before you start (secrets)
- Never commit API tokens, passwords, or Membrane secrets. Never write tokens into tracked files under this repo (
skills/,openspec/, etc.). - Prefer environment variables or paste into chat only for the session; if the user needs a local file, use a path that is gitignored and warn them.
- Do not echo full tokens in assistant output.