setup

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

一键引导用户完成可用的 atl 环境准备,免去手动配置。

▸ 风险提示

安装脚本可能拉取外部资源并要求高权限执行。

这个 Skill 做什么

安装 atl CLI 并配置 Confluence/Jira 的认证和镜像目录。

把 atl CLI 安装好并配置指向你的 Confluence/Jira,完成认证和本地镜像目录的设置,这一步只需做一次让后续操作可用。适合从零开始准备把 Atlassian 内容拉到本地编辑或同步的用户。步骤按序检查,只有未完成的项才会被执行,避免重复配置。

▸ 展开 SKILL.md 英文原文

Install the atl CLI and configure Confluence/Jira authentication, backend URLs, and the local mirror directory. Run this once ($setup) before using atl.

开发编程安装配置认证atl通用✓ ClawHub 收录
0
Stars
0
Forks
30
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/isukharev/atl/main/plugins/atl/skills/setup/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/plugins/atl/skills/setup/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<!-- Generated from skills-src/setup/SKILL.md — edit the source and run 'make gen-plugins'. -->

# Set up the atl CLI

Get the user from zero to ready: install the `atl` binary, point it at their Confluence/Jira,
authenticate, and agree on where the local mirror lives. Work through the steps in order; skip a
step only if its check shows it is already done.

Invocation: install/enable the atl plugin in Codex, then run this skill from `/skills` or with `$setup`.

## 1. Detect an existing install

```bash
command -v atl && atl version
```

If `atl` is found, report the version and skip to step 3. Otherwise continue.

## 2. Install the binary

Pick the method that fits the platform:

**macOS (or
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有