web-search-zh

v1.0.0

通过 AISA 网页搜索接口检索公开互联网,并返回结构化标题、链接和摘要。触发条件:当用户要求联网查找、收集近期来源或获取通用网页结果时使用。

0· 74·0 current·0 all-time
byAIsa@aisadocs

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for aisadocs/web-search-zh.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "web-search-zh" (aisadocs/web-search-zh) from ClawHub.
Skill page: https://clawhub.ai/aisadocs/web-search-zh
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: AISA_API_KEY
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install web-search-zh

ClawHub CLI

Package manager switcher

npx clawhub@latest install web-search-zh
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
名称与描述都表明这是一个通过 AISA 搜索接口检索公开网页的工具;所需项(python3 与 AISA_API_KEY)与该目的直接相关且没有多余的外部凭据或不相干的依赖。_meta.json 指向的 GitHub 仓库与工具用途一致。
Instruction Scope
SKILL.md 指示使用内置的 Python 客户端运行搜索,说明明确且不包含对系统中其他敏感文件(例如 shell history、cookie、密码、密钥链)或不相关环境变量的读取或上传。脚本仅读取 AISA_API_KEY 并将查询与 URL/返回内容发送到 AISA 服务。
Install Mechanism
没有 install spec(仅指令 + 附带的 Python 脚本),不下载或提取第三方二进制。要求 python3 在 PATH 上,这与脚本实现一致,风险低。
Credentials
仅要求一个环境变量 AISA_API_KEY 作为主要凭据,符合对外 API 调用的预期,没有请求与用途无关的密钥或多个凭据。脚本运行时也只访问该环境变量。
Persistence & Privilege
没有要求始终驻留(always: false),也不修改其他技能或系统设置。默认允许模型调用(平台默认)但这与技能性质相符且没有扩大权限请求。
Assessment
这个 skill 看起来就是一个调用 AISA (api.aisa.one) 的搜索客户端:在使用前确认你信任 AISA 服务和其隐私政策,因为你的查询和返回的网页内容会被发送到该外部 API;不要用此 skill 处理高敏感或保密信息(例如秘密钥匙、个人识别信息或受版权/合规限制的内容)。建议为该技能使用可撤销或配额受限的 API key,避免在公共或长期有效凭据中使用。

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk970gg0tdbhcd9s56wyzabytvx8526qz
74downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

网页搜索

何时使用

  • 通过 AISA 网页搜索接口检索公开互联网,并返回结构化标题、链接和摘要。触发条件:当用户要求联网查找、收集近期来源或获取通用网页结果时使用。

不适用场景

  • 当用户明确要本地浏览器 Cookie、密码、Keychain 或其他本地敏感凭据时,不要使用这个 skill。
  • 当问题与该 skill 的主题无关时,优先选择更贴切的 skill。

核心能力

  • 为通用联网检索任务返回快速结构化网页结果。

快速开始

export AISA_API_KEY="your-key"

运行方式

首选运行路径是仓库内置的 Python 客户端:

python3 scripts/search_client.py

示例请求

  • 搜索最新的开源浏览器自动化工具。

说明

  • 这是整套包里最轻量的通用搜索选项。

Comments

Loading comments...