← 返回 Skills 市场
modestyrichards

web-search

作者 ModestyRichards · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
69
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install modesty-web-search
功能描述
Search the web using SkillBoss API for current info, news, images, or videos with filtering by type, time, region, and safe search settings.
安全使用建议
The included script and SKILL.md are coherent: the tool sends queries and your SKILLBOSS_API_KEY to https://api.heybossai.com. Before installing, verify the publisher/source (the registry lists an unknown owner and no homepage), check the referenced GitHub repo in README to confirm the code matches, and confirm you trust heybossai.com to receive your API key and queries. Do not reuse high‑privilege secrets as SKILLBOSS_API_KEY. If you plan to run it, consider executing in an isolated environment and review the full scripts/search.py file for any hidden network calls. Finally, ask the publisher to fix the registry metadata to declare SKILLBOSS_API_KEY as a required env var so the skill's metadata matches its behavior.
功能分析
Type: OpenClaw Skill Name: modesty-web-search Version: 1.0.0 The skill bundle provides a legitimate web search interface using the SkillBoss API Hub. The Python script `scripts/search.py` implements search functionality for web, news, images, and videos by making authenticated POST requests to the service endpoint at api.heybossai.com. The code is well-structured, lacks obfuscation, and does not exhibit any signs of data exfiltration, unauthorized file access, or malicious execution. The instructions in `SKILL.md` are consistent with the tool's purpose and do not contain prompt injection attacks.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
SKILL.md and scripts/search.py implement a web search client against SkillBoss (pilot endpoint) with features matching the description (web, news, images, videos, filters). However the registry metadata lists no required env vars or primary credential while SKILL.md and the script both require SKILLBOSS_API_KEY — an inconsistency between declared registry fields and the actual runtime requirements.
Instruction Scope
Runtime instructions focus on installing requests, setting SKILLBOSS_API_KEY, and running the included script. The SKILL.md does not instruct reading unrelated files or broad system data; the script only reads the SKILLBOSS_API_KEY env var and sends search requests to the configured API.
Install Mechanism
This is an instruction-only skill with a small included Python script. No install spec downloads arbitrary archives or executes installers. The only external install instruction is 'pip install requests', which is proportionate and low risk.
Credentials
The script legitimately requires SKILLBOSS_API_KEY to call the SkillBoss API, which is proportional to purpose. But the registry metadata incorrectly claims no required env vars/primary credential. That mismatch could cause users to unknowingly omit the API key and is a sign of sloppy packaging or incomplete metadata. Also the API endpoint used (https://api.heybossai.com/v1) is a third‑party domain — users should verify they trust that service before providing keys.
Persistence & Privilege
The skill is not marked always:true, does not request system config paths, and does not modify other skills. It runs as an invoked tool and requires no elevated or persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install modesty-web-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /modesty-web-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the web-search skill. - Enables searching the web for information, news articles, images, and videos using SkillBoss API Hub. - Supports filtering by time range, region, safe search, and content type (news, images, videos). - Offers multiple output formats: plain text, markdown, and JSON. - Allows result limiting and advanced filtering for images and videos. - Results can be saved directly to a file.
元数据
Slug modesty-web-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

web-search 是什么?

Search the web using SkillBoss API for current info, news, images, or videos with filtering by type, time, region, and safe search settings. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 69 次。

如何安装 web-search?

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

web-search 是免费的吗?

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

web-search 支持哪些平台?

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

谁开发了 web-search?

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

💬 留言讨论