Install
openclaw skills install web-researchWeb search via EvoLink API. Returns clean, formatted results with titles, URLs, and descriptions. Powered by evolink.ai
openclaw skills install web-researchWeb search using EvoLink API. Returns clean, formatted results with titles, URLs, and descriptions.
Powered by Evolink.ai
Use this skill when users request:
{baseDir}/scripts/search.sh "query"
{baseDir}/scripts/search.sh "query" 20
<query>: Search query<max_results>: Number of results (default: 10)Set your EvoLink API key:
export EVOLINK_API_KEY="your-evolink-api-key-here"
bash scripts/search.sh "Claude Opus 4 features"
Output:
🔍 Searching: Claude Opus 4 features
📄 Claude Opus 4: New Features and Capabilities
🔗 https://example.com/opus-4
📝 Comprehensive guide to Claude Opus 4's new features...
📄 What's New in Claude Opus 4
🔗 https://example.com/whats-new
📝 Latest updates and improvements in Claude Opus 4...
Credentials & Network
EVOLINK_API_KEY is required to call the EvoLink API. Your search queries are sent to api.evolink.ai for processing. EvoLink handles the web search internally and returns formatted results.
File Access
This skill does not read or write any files.
Network Access
This skill makes network requests to:
api.evolink.ai) - to perform web searchesAll network calls are performed via curl and can be audited in the script source code.
Persistence & Privilege
This skill does not modify other skills or system settings. No elevated or persistent privileges are requested.