Appearance
AstrBot
AstrBot 是开源的一站式 Agent 助手,支持 QQ、微信、飞书、Telegram 等消息平台,可通过技能、插件和 MCP 扩展能力。
Base URL: https://www.sky-ze.com
安装
通过 uv 安装:
bash
# macOS / Linux
curl -LsSf https://docs.astrbot.app/install.sh | bash
# Windows
iwr -useb https://docs.astrbot.app/install.ps1 | iex初始化并启动:
bash
astrbot init
astrbot run或通过 Docker:
bash
git clone https://github.com/AstrBotDevs/AstrBot --depth 1
cd AstrBot
sudo docker compose up -d配置
打开 Web UI:http://localhost:6185
在管理面板中添加 LLM Provider,选择 OpenAI 兼容:
| 配置项 | 值 |
|---|---|
| API 地址 | https://www.sky-ze.com/v1 |
| API Key | sk-your-opt-api-key |
| 模型 | DeepSeek-V4-Flash |