Web Search Assistant
by @evolinkai
Web search via EvoLink API. Returns clean, formatted results with titles, URLs, and descriptions. Powered by evolink.ai
clawhub install web-researchπ About This Skill
name: web-research description: Web search via EvoLink API. Returns clean, formatted results with titles, URLs, and descriptions. Powered by evolink.ai metadata: {"clawdbot":{"emoji":"π","requires":{"bins":["bash","curl","jq"],"env":["EVOLINK_API_KEY"]},"primaryEnv":"EVOLINK_API_KEY"}}
Web Search Assistant
Web search using EvoLink API. Returns clean, formatted results with titles, URLs, and descriptions.
Powered by Evolink.ai
When to Use
Use this skill when users request:
Search
{baseDir}/scripts/search.sh "query"
{baseDir}/scripts/search.sh "query" 20
Options
: Search query: Number of results (default: 10)Configuration
Set your EvoLink API key:
export EVOLINK_API_KEY="your-evolink-api-key-here"
π Get free API key
Example
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...
Security
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.
Links
β‘ When to Use
π‘ Examples
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...