Skip to content
velonx*SKILLS

Web Searchv1.0.0

Answer a single factual question quickly with one or two web lookups and a source link. Use for quick facts, current values, definitions, dates, or finding an official page - escalate to web-research when the answer is disputed or needs synthesis.

Author
Velonx
License
MIT
Updated
Sep 25, 2026

Overview

The fast path: one well-formed query, one or two trustworthy results, one short answer with a link. Optimised for speed and precision, not depth.

When to Use

  • "What is…", "when did…", "who is the current…", "link me to…"
  • Current values that change: versions, prices, office holders, schedules.
  • Finding the official page, docs or download for something.

Installation

coming soonVelonx CLI:velonx install web-search
  1. Get the skill folder

    git clone --depth 1 https://github.com/velonx/agent-skills.git
    The skill is agent-skills/skills/web-search/. Or open it on GitHub and download the files.
  2. Give SKILL.md to your agent as instructions

    Add it to the system prompt, custom instructions or rules file your agent reads. Keep the rest of the folder next to it if the skill refers to examples or scripts.
  3. Ask for the task in your own words

    The agent follows the skill when your request matches it. You can also name it: “use web-search”.

Agents move these settings between versions — if a path doesn’t match, check your agent’s docs.

Usage

  1. Write the most specific query you can (names, versions, year). Add site: for official sources when you know the domain.
  2. Pick the most authoritative result — official source first, then a reputable secondary source.
  3. Open it and confirm the fact is actually on the page and current.
  4. Answer in one or two sentences, then the source: Source: <title> — <url> (checked <date>).
  5. If two good sources disagree, or no source is clearly authoritative, say so and suggest the web-research skill.

Examples

Prompt: "What's the latest stable Node.js LTS?" Agent: searches site:nodejs.org releases, opens the releases page, answers with the version and the page link and date checked.

Prompt: "Link me to the Postgres docs for window functions." Agent: returns the official docs URL for the current major version.

Requirements & compatibility

Your agent needs

  • Web access — search and open pages

Written for

GenericClaudeOpenAIGeminiCursor

Limitations

  • Deliberately shallow — not for contested or multi-part questions.
  • "Current" facts can go stale; always include the date checked.

Files

Changelog

  • 1.0.0 — Initial release.

Contributing

This skill lives in velonx/agent-skills. Improvements go through a pull request, reviewed by maintainers.