← 返回 Skills 市场
390
总下载
0
收藏
4
当前安装
14
版本数
在 OpenClaw 中安装
/install web-research
功能描述
Web search via EvoLink API. Returns clean, formatted results with titles, URLs, and descriptions. Powered by evolink.ai
安全使用建议
This skill appears to do exactly what it says: it sends your query to EvoLink (api.evolink.ai) and returns results. Before installing, consider: (1) any queries you run will be sent to EvoLink — avoid sending sensitive secrets or private data; (2) confirm you trust EvoLink and manage the EVOLINK_API_KEY like any API secret (rotate/revoke if compromised); (3) the included script interpolates the query into JSON without escaping, so very unusual queries may break or be reformatted — treat this as a functional bug, not malicious behavior; (4) you may want to review EvoLink's privacy/retention policy and the linked GitHub repo/docs to verify provider reputation.
功能分析
Type: OpenClaw Skill
Name: web-research
Version: v3.0.2
The skill provides legitimate web search functionality via the EvoLink API, but scripts/search.sh contains a vulnerability where the $QUERY input is directly interpolated into a JSON string for a curl command without sanitization. This allows for JSON injection if a query contains double quotes, potentially enabling manipulation of the API request parameters. While the intent appears benign and aligned with the documentation, the lack of input escaping is a security flaw.
能力评估
Purpose & Capability
Name/description (web search via EvoLink) match the requested env var (EVOLINK_API_KEY), required binaries (bash, curl, jq), and the script which POSTs queries to api.evolink.ai. Nothing requested appears unrelated to the stated purpose.
Instruction Scope
SKILL.md directs the agent to run the included scripts/search.sh which only sends the user query and max_results to api.evolink.ai and prints results. The script does not read other files or other environment variables. Note: the script interpolates the QUERY variable directly into the JSON body without escaping, which can produce malformed JSON for queries with embedded quotes/newlines (functional bug, not evidence of malicious intent).
Install Mechanism
No install spec; the skill is instruction-only with a small included shell script. Nothing is downloaded or extracted at install time.
Credentials
Only EVOLINK_API_KEY is required and declared as the primary credential. That single API key is appropriate for a web-search integration; no unrelated secrets or config paths are requested.
Persistence & Privilege
always is false, no modifications to other skills or system settings, and the skill does not request elevated or persistent privileges. Autonomous invocation is allowed (platform default) but not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install web-research - 安装完成后,直接呼叫该 Skill 的名称或使用
/web-research触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
vv3.0.2
- Updated SKILL.md to new metadata format with YAML frontmatter.
- Added "metadata" field specifying requirements for bash, curl, jq, and the EVOLINK_API_KEY environment variable.
- Simplified and clarified usage instructions and options.
- Minor wording and formatting improvements throughout documentation.
- No script or functional changes—documentation only.
vv3.0.1
- Updated SKILL.md with new resource links: GitHub, API Reference, Community, and Support.
- Removed outdated EvoLink API signup link; improved navigation to documentation and support resources.
vv3.0.0
**Major update:** The skill is now a streamlined web search tool powered by EvoLink API.
- Reworked from comprehensive research/report generation to focused web search with concise, formatted results (titles, URLs, descriptions).
- Replaces previous research workflow and multi-API dependencies with a single EvoLink API call for search.
- Requires only the EvoLink API key (Brave API key no longer needed).
- New script (`scripts/search.sh`) supports configurable result limits and quick searches.
- Documentation updated for simplified usage and security overview.
- Removes advanced research synthesis, deep validation, and report formatting features.
vv2.0.1
Web-research v2.0.1 — Major Upgrade
- Upgrades from basic web search to AI-powered deep research using Claude Opus 4.6 via Evolink.ai.
- Adds cross-validation of sources, credibility scoring, contradiction detection, and structured report generation.
- Introduces new research workflow: query decomposition, multi-source gathering, content extraction, and AI synthesis.
- Replaces and reorganizes scripts: `scripts/search.sh` removed; new `scripts/research.sh` and research engine added.
- Requires both Evolink and Brave Search API keys (removes single-key setup).
- Introduces detailed output/report format, quality rules, research depth options, and enhanced security/privacy notes.
vv2.0.0
**Major update: Refocused from deep research/synthesis to streamlined web search.**
- Now provides direct web search using Brave Search API with concise, formatted results.
- Deep research, source validation, and AI synthesis with Evolink/Claude removed.
- New, simplified script: `search.sh` replaces prior research and synthesis scripts.
- Updated documentation for quick start, configuration, and usage examples.
- Skill only requires a Brave API key (no longer needs Evolink or multiple keys).
- Security approach simplified—no file writing or third-party data transmission beyond Brave API.
vv1.1.3
- Added structured <name> and <description> tags at the top of SKILL.md for improved metadata.
- No changes to research workflow, API usage, or security procedures.
- Documentation and instructions remain unchanged aside from the metadata enhancement.
vv1.1.2
v1.1.2 Changelog
- Improved security documentation in SKILL.md: expanded and clarified the list of network destinations and privacy notice.
- Updated setup and configuration instructions to reflect more explicit endpoint details and privacy caveats.
- No changes to core research workflow or API usage; main enhancements are user-facing documentation clarity and safety.
vv1.1.1
## Web-research v1.1.1 Changelog
- Skill name changed from "Web Research Assistant" to "Web Search Assistant."
- All references in documentation updated to the new skill name.
- No other functionality, API, or usage changes made.
vv1.1.0
v1.1.0
- Documentation and metadata updates only; no core logic or workflow changes.
- _meta.json file updated for improved metadata accuracy.
- All research methods, API requirements, workflow, and security information remain unchanged.
vv1.0.4
v1.0.4 Changelog
- Documentation or metadata update only; code and functionality unchanged.
- No user-facing changes—core instructions, features, and workflow remain as previously described.
vv1.0.3
- No file changes detected in this release.
- Documentation and usage instructions remain unchanged.
- No impact to workflow, security, or API requirements.
- This release is functionally identical to the previous version.
vv1.0.2
No changes detected in code or documentation for version v1.0.2.
- This release does not introduce any updates or modifications.
vv1.0.1
- No code or documentation changes detected in this version.
- All features, instructions, and requirements remain the same as the previous release.
vv1.0.0
- Initial release of Web Research Assistant powered by Claude Opus 4.6 and Evolink.ai.
- Performs multi-source research with automated credibility scoring and contradiction detection.
- Generates structured reports including executive summaries, citations, confidence levels, and flagged uncertainties.
- Requires both Evolink and Brave Search API keys for operation.
- Supports quick, standard, and deep research modes with configurable depth and source counts.
- Emphasizes source citation, bias detection, and secure handling of API credentials and output files.
元数据
常见问题
Web Search Assistant 是什么?
Web search via EvoLink API. Returns clean, formatted results with titles, URLs, and descriptions. Powered by evolink.ai. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 390 次。
如何安装 Web Search Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install web-research」即可一键安装,无需额外配置。
Web Search Assistant 是免费的吗?
是的,Web Search Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Web Search Assistant 支持哪些平台?
Web Search Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Web Search Assistant?
由 EvolinkAI(@evolinkai)开发并维护,当前版本 vv3.0.2。
推荐 Skills