setup

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

让用户从零开始快速就绪,是使用其他技能的前置步骤

▸ 风险提示

安装脚本可能从外部拉取二进制并需系统权限,请审核来源

这个 Skill 做什么

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

把 atl 命令行工具装好并把它指向公司的 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_cmd}}) before using atl.

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

{{atl.setup_invocation_note}}

## 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/tap/atl
```

**Linux, or macOS without Homebrew** — prebuilt, SHA-25
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有