confluence

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

在本地以原生格式编辑并受版本控制发布页面。

▸ 风险提示

会修改公司文档,写操作前应确认权限与变更。

这个 Skill 做什么

拉取、编辑并推送 Confluence 页面与附件(本地化编辑)。

把 Confluence 页面拉下来本地编辑,然后校验并推回去,支持原生存储格式 CSF 与 .md 的混合工作流。适合需要批量修改、审查历史、上传附件或本地化编辑 Wiki 内容时使用。优势是能用 atl CLI 操作页面和附件、列空间树、查看版本和注释,既能做可审计的本地改动,也能直接发布到 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.

办公文档Confluence文档编辑附件通用
0
Stars
0
Forks
30
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/isukharev/atl/main/plugins/atl/skills/confluence/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/plugins/atl/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 `$setup` and stop** rather than letting a command fail with
an obscure error:

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