← Back to Skills Marketplace
399
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install awi
Description
AWI (Agentic Web Interface) — 联网读取+搜索,单二进制零配置。 三级自动降级:直连 → 智能适配 → 浏览器渲染。 不需要 API Key,不需要 Docker。
README (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 |
禁用缓存 |
降级策略
- direct — 直接 HTTP 请求,最快
- stealth — 智能适配,绕过基础反爬
- browser — 无头浏览器渲染,处理 JS 页面
大部分链接第一级就搞定,碰到反爬的自动升级,不需要手动干预。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install awi - After installation, invoke the skill by name or use
/awi - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release — single binary web reader + search, zero config
Metadata
Frequently Asked Questions
What is AWI?
AWI (Agentic Web Interface) — 联网读取+搜索,单二进制零配置。 三级自动降级:直连 → 智能适配 → 浏览器渲染。 不需要 API Key,不需要 Docker。 It is an AI Agent Skill for Claude Code / OpenClaw, with 399 downloads so far.
How do I install AWI?
Run "/install awi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AWI free?
Yes, AWI is completely free (open-source). You can download, install and use it at no cost.
Which platforms does AWI support?
AWI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AWI?
It is built and maintained by jzOcb (@jzocb); the current version is v0.1.0.
More Skills