Skip to content

FREEZONEX/Tier0-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tier0 Skills

Tier0 平台 AI Agent Skills 文档。

以下步骤面向 AI Agent,部分步骤需要用户在浏览器中配合完成。

版本要求v0.2.7+

第 1 步 安装

以下命令必须全部执行:

# 1. 安装 CLI(macOS / Linux)
curl -sL https://raw.githubusercontent.com/FREEZONEX/Tier0-cli/main/install.sh | bash

# 1. 安装 CLI(Windows PowerShell)
Invoke-RestMethod -Uri https://raw.githubusercontent.com/FREEZONEX/Tier0-cli/main/install.ps1 | Invoke-Expression

# 2. 安装 Skills(必需)
npx skills add FREEZONEX/Tier0-skill

第 2 步 配置(私有化部署需执行)

SaaS 环境(默认 https://tier0.dev)无需配置,直接跳到第 3 步。

私有化部署必须先配置地址再登录:

tier0 config --base-url https://your-tier0-instance.com

关键约束:先 configlogin,否则授权 URL 会指向错误地址。

第 3 步 登录授权

Agent 运行以下命令,并提取授权链接发给用户:

tier0 login --no-wait
# → 向用户展示 verification_url,用户浏览器授权后:
tier0 login --setup-code <code>

第 4 步 验证

tier0 api /openapi/v1/uns/read --body '{topics:[demo]}'

更多命令和能力指南,可参考 SKILL.md


目录

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages