confluence

仓库创建 2026年6月21日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

方便在本地以受版本控制的方式编辑和发布企业文档。

▸ 风险提示

需要 Confluence 写入权限,推送前应确认变更以避免误发布。

这个 Skill 做什么

以本地文件(CSF/MD)读取、编辑并推送 Confluence 页面。

把 Confluence 页面拉到本地以 .md/.csf 形式读写,然后再推回去,支持查阅、汇总、编辑、创建、删除页面以及管理附件和评论。需要用本地化、版本化流程编辑页面或批量操作空间树时用它。它鼓励在磁盘上编辑 markdown 视图并用 atl 的 apply/merge 发布,必要时也能直接处理原生的 .csf 存储格式。

▸ 展开 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.

办公文档Confluence页面编辑同步通用
0
Stars
0
Forks
30
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/isukharev/atl/main/skills/confluence/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/skills/confluence/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<!-- Generated from skills-src/confluence/SKILL.md — edit the source and run 'make gen-plugins'. -->

# 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` and stop** rather than letting a command fail with
an obscure error:

```bash
command -v atl >/dev/null || echo 'NOT INSTALLED → run /atl:setup'
atl co
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有