← 返回 Skills 市场
jzocb

AWI

作者 jzOcb · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
399
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install awi
功能描述
AWI (Agentic Web Interface) — 联网读取+搜索,单二进制零配置。 三级自动降级:直连 → 智能适配 → 浏览器渲染。 不需要 API Key,不需要 Docker。
使用说明 (SKILL.md)

AWI — Agentic Web Interface

单二进制零配置的联网工具。读取网页内容 + 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. direct — 直接 HTTP 请求,最快
  2. stealth — 智能适配,绕过基础反爬
  3. browser — 无头浏览器渲染,处理 JS 页面

大部分链接第一级就搞定,碰到反爬的自动升级,不需要手动干预。

安全使用建议
This skill is internally consistent with a small CLI that reads web pages and performs DuckDuckGo searches. Before installing: (1) Confirm the GitHub repository and release page (https://github.com/jzOcb/awi) are legitimate and match the project you expect. (2) Prefer building from source or verify release checksums/signatures if you need higher assurance — the install script does not verify integrity beyond HTTPS download. (3) Note the binary will run network requests (expected for a web reader); if you need containment, test it in a sandbox or restricted environment. (4) If you expect continuous autonomous use, remember the agent may invoke the installed binary when permitted — that is normal but something to consider for sensitive environments.
功能分析
Type: OpenClaw Skill Name: awi Version: 0.1.0 The skill is classified as suspicious due to the `scripts/install.sh` file downloading and executing a binary from a remote GitHub release URL. While this is a common installation method, it introduces a supply chain vulnerability where a compromised GitHub repository could lead to the execution of arbitrary malicious code. The `SKILL.md` also grants broad `exec` permissions, which, while necessary for the skill's stated purpose, amplifies the risk associated with the remote binary execution. There is no clear evidence of intentional malicious behavior within the provided files, but the inherent risk of executing untrusted remote code makes it suspicious.
能力评估
Purpose & Capability
Name/description (Agentic Web Interface — read + search) align with the declared requirement of an 'awi' binary and the runtime examples (awi read, awi search). No unrelated credentials, config paths, or binaries are requested.
Instruction Scope
SKILL.md instructs the agent to run the awi CLI for reading and searching web content and provides an install command. It does not ask the agent to read unrelated files, environment variables, or transmit local data to unexpected endpoints. Allowed tool 'exec' is appropriate for invoking the binary.
Install Mechanism
The included install script downloads a release binary from the project's GitHub releases (HTTPS) into ${HOME}/bin and makes it executable — this is typical for a small CLI. The script does not verify checksums or signatures of the binary, which is a moderate integrity/traceability omission to be aware of.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request unrelated secrets or system-level access.
Persistence & Privilege
The skill is not forced-always, does not request elevated or cross-skill config changes, and installs only to the user's ${HOME}/bin. Autonomous model invocation remains enabled (default) but this is expected behavior and not an additional privilege.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install awi
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /awi 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release — single binary web reader + search, zero config
元数据
Slug awi
版本 0.1.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

AWI 是什么?

AWI (Agentic Web Interface) — 联网读取+搜索,单二进制零配置。 三级自动降级:直连 → 智能适配 → 浏览器渲染。 不需要 API Key,不需要 Docker。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 399 次。

如何安装 AWI?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install awi」即可一键安装,无需额外配置。

AWI 是免费的吗?

是的,AWI 完全免费(开源免费),可自由下载、安装和使用。

AWI 支持哪些平台?

AWI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AWI?

由 jzOcb(@jzocb)开发并维护,当前版本 v0.1.0。

💬 留言讨论