setup

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

上手必做步骤,帮助用户从零配置到可用,降低初始阻力。

▸ 风险提示

安装步骤可能从外部下载二进制并要求输入凭证,注意来源与凭据安全。

这个 Skill 做什么

安装 atl 并配置 Confluence/Jira 的认证、URL 与本地镜像目录。

把机器从零变成能用 atl 的状态:帮你装好 atl CLI、绑定 Confluence/Jira 的认证和后台 URL,并约定本地镜像目录。只需运行一次,安装流程会按步骤检查并跳过已完成的环节。特别之处是把所有配置和认证合在一个交互流程里,避免你手动去找各种凭据和路径。

▸ 展开 SKILL.md 英文原文

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

Skill 开发管理安装配置认证通用✓ ClawHub 收录
0
Stars
0
Forks
30
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/isukharev/atl/main/skills/setup/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/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.

## 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 Linuxbrew) with Homebrew — preferred there** (handles `PATH` for you):

```bash
brew install isukharev/ta
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有