← 返回 Skills 市场
aisadocs

web-search-aisa

作者 AIsa · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
84
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install web-search-aisa
功能描述
Search the public web through the AISA web search endpoint and return structured titles, links, and snippets. Use when: the user asks to look something up on...
安全使用建议
This skill appears coherent: it runs the included Python client which sends your queries (and, if you use the 'extract' command, URLs/content) to api.aisa.one using the AISA_API_KEY you provide. Before installing or using it, confirm you trust the AISA service and are comfortable sending search queries and any webpage URLs/content to that remote endpoint. Do not supply the key if you need to keep queries or extracted page contents private, and rotate/delete the API key if you later stop trusting the service. If you want additional assurance, inspect the full script locally before running to verify no changes were made beyond what's shown here.
功能分析
Type: OpenClaw Skill Name: web-search-aisa Version: 1.0.0 The skill bundle provides a legitimate interface for the AIsa search API (api.aisa.one). The Python client in `scripts/search_client.py` uses standard libraries to perform various types of web and academic searches, and the `SKILL.md` file includes explicit safety instructions advising the agent against accessing sensitive local data like credentials or cookies. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description ask for web search via AISA and the package requires only python3 and AISA_API_KEY, which is appropriate for calling a remote AISA API. The included endpoints (api.aisa.one) and features (web, scholar, extract, sonar, tavily) align with a multi-source search client.
Instruction Scope
SKILL.md directs use of the bundled Python client and to set AISA_API_KEY. The client only reads the AISA_API_KEY environment variable and transmits queries or user-supplied URLs to the AISA API. It does not instruct reading arbitrary local files, shells, or other environment variables.
Install Mechanism
No install spec is present (instruction-only skill). A bundled Python script is included but there is no download-from-untrusted-URL or archive extraction. Requiring python3 is proportionate and expected.
Credentials
Only AISA_API_KEY is required and is the declared primary credential. No other SECRET/TOKEN/PASSWORD env vars or config paths are requested. The script only accesses AISA_API_KEY as expected.
Persistence & Privilege
always:false (default) and disable-model-invocation:false (normal). The skill does not request permanent system-wide configuration changes or access to other skills' secrets.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install web-search-aisa
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /web-search-aisa 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of web-search-aisa. - Enables public web searches via the AISA web search endpoint. - Returns structured titles, links, and snippets for fast, general online lookup tasks. - Requires an AISA API key and Python 3. - Intended for retrieving recent sources or general web results. - Not suitable for accessing local sensitive information or credentials.
元数据
Slug web-search-aisa
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

web-search-aisa 是什么?

Search the public web through the AISA web search endpoint and return structured titles, links, and snippets. Use when: the user asks to look something up on... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。

如何安装 web-search-aisa?

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

web-search-aisa 是免费的吗?

是的,web-search-aisa 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

web-search-aisa 支持哪些平台?

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

谁开发了 web-search-aisa?

由 AIsa(@aisadocs)开发并维护,当前版本 v1.0.0。

💬 留言讨论