单二进制零配置的联网工具。读取网页内容 + DuckDuckGo 搜索。
# 自动安装(检测系统和架构)
bash ~/clawd/skills/awi/scripts/install.sh
# 或手动下载
# macOS ARM: https://github.com/jzOcb/awi/releases/download/v0.1.0/awi-darwin-arm64
# macOS Intel: https://github.com/jzOcb/awi/releases/download/v0.1.0/awi-darwin-amd64
# Linux: https://github.com/jzOcb/awi/releases/download/v0.1.0/awi-linux-amd64
awi read "https://example.com/article"
awi search "AI agent frameworks"
awi batch urls.txt
| 参数 | 说明 | ||
|---|---|---|---|
| ------ | ------ | ||
| `--backend direct\ | stealth\ | browser` | 指定后端,默认自动降级 |
| `--format json\ | markdown\ | text` | 输出格式 |
--timeout 30s | 超时时间 | ||
--proxy http://... | 代理 | ||
--no-cache | 禁用缓存 |
大部分链接第一级就搞定,碰到反爬的自动升级,不需要手动干预。
共 1 个版本