🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Web Search Assistant

by @evolinkai

Web search via EvoLink API. Returns clean, formatted results with titles, URLs, and descriptions. Powered by evolink.ai

Versionvv3.0.2
Downloads1,045
Installs7
TERMINAL
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:

  • Web searches for information or resources
  • Finding current or recent information online
  • Research requiring current web data
  • Fact-checking or verification using web sources
  • Gathering URLs and resources on a topic
  • 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:

  • EvoLink API (api.evolink.ai) - to perform web searches
  • All 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

  • GitHub
  • API Reference
  • Community
  • Support
  • ⚑ When to Use

    TriggerAction
    - Web searches for information or resources
    - Finding current or recent information online
    - Research requiring current web data
    - Fact-checking or verification using web sources
    - Gathering URLs and resources on a topic

    πŸ’‘ 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...

    βš™οΈ Configuration

    Set your EvoLink API key:

    export EVOLINK_API_KEY="your-evolink-api-key-here"
    

    πŸ‘‰ Get free API key