Back to skills
SkillHub ClubShip Full StackFull Stack

web-search

Search the public web for current information and return concise source-backed findings.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3
Hot score
80
Updated
March 20, 2026
Overall rating
C0.8
Composite score
0.8
Best-practice grade
B80.4

Install command

npx @skill-hub/cli install simonvanlaak-cyberneticagents-web-search

Repository

simonvanlaak/CyberneticAgents

Skill path: src/tools/skills/web-search

Search the public web for current information and return concise source-backed findings.

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: simonvanlaak.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install web-search into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/simonvanlaak/CyberneticAgents before adding web-search to shared team environments
  • Use web-search for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: web-search
description: Search the public web for current information and return concise source-backed findings.
metadata:
  cyberagent:
    tool: web_search
    subcommand: run
    timeout_class: standard
    required_env:
      - BRAVE_API_KEY
input_schema:
  type: object
  properties:
    query:
      type: string
    count:
      type: integer
    offset:
      type: integer
    freshness:
      type: string
output_schema:
  type: object
  properties:
    results:
      type: array
    error:
      type: string
---

Use this skill when you need web search results for recent events, niche topics, or source discovery.

Guidelines:
1. Build precise queries with clear entities, dates, and constraints.
2. Prefer official/primary sources when available.
3. Summarize key findings with short citations.
4. If no strong sources are found, report uncertainty and suggest next queries.

Brave API key setup:
1. Create an API key in the Brave Search API dashboard.
2. Documentation: https://api-dashboard.search.brave.com/documentation/guides/authentication
web-search | SkillHub