confluence
仓库创建 2026年6月21日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
便于将文档纳入版本控制与代码工作流的团队使用
▸ 风险提示
需配置 Atlassian 访问权限,可能读取或修改敏感文档
这个 Skill 做什么
通过 atl 在本地编辑 Confluence 页面并推回发布,支持附件与评论管理
把 Confluence 页面拉到本地以原生存储格式(CSF)编辑,再通过 atl 推回发布,支持附件和评论的列出与上传。既能读、搜、汇总,也能创建、校验和发布,常用流程是编辑 .md 视图并用 conf apply 合并,必要时直接编辑 .csf。适合在本地以版本门控方式维护和发布 wiki/Confluence 内容时使用。
▸ 展开 SKILL.md 英文原文
Pull, read, edit, validate, and push Confluence pages with the atl CLI in their native storage format (CSF). USE WHEN the user wants to read, search, summarize, edit, update, create, publish, copy, open, or delete a Confluence or wiki page; list or upload page attachments; add or list page comments; browse a space tree or list pages in a space; work with .csf / storage-format content; check page history or metadata.
0
Stars
0
Forks
30
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/isukharev/atl/main/skills-src/confluence/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/skills-src/confluence/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Confluence pages with `atl`
Edit Confluence pages on disk and push under a version gate: edit the **`.md`** view and merge
with `conf apply` (preferred), or edit the native **`.csf`** bytes directly for what md can't
express. `atl` prints JSON by default.
## Before the first command (preflight)
`atl` must be installed **and** configured (Confluence URL + PAT). Check once at the start of a
session; if either is missing, **run `{{atl.setup_cmd}}` and stop** rather than letting a command fail with
an obscure error:
```bash
command -v atl >/dev/null || echo 'NOT INSTALLED → run {{atl.setup_cmd}}'
atl config show # confluence_url must be non-empty; exit 7 from any command also means "not via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有