🔎
AutomationPython

Web Search

by axoviq-ai

Web Search is an Automation skill for Claude Code, published by axoviq-ai in synthadoc.

1K stars122 forkson axoviq-ai/synthadocAdded 2026/08/21+3% in starsRepository updated 2026/08/21
agent-skillsagentic-aicli-tooldomain-adaptationenterpriseenterprise-solutionsknowledge-graphlocal-llmobsidian-mdobsidian-pluginpersonal-knowledge-managementpkmrag-alternativesyntheticsynthetic-data
Install in seconds
Install Web Search
Copy Web Search into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/axoviq-ai/synthadoc/tree/main/synthadoc/skills/web_search ~/.claude/skills/web_search

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/axoviq-ai/synthadoc.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
synthadoc/skills/web_search/SKILL.md in axoviq-ai/synthadoc
Installs to
~/.claude/skills/web_search
Collection
One of 10 skills cataloged from this repository
Category
Automation1523 skills

What Web Search does

Web Search accepts a natural-language query, calls Tavily, and returns matching URLs. Use it when you need candidate sources to fetch or pass to another skill.

Web Search is cataloged under Automation on DirSkills. Web Search comes from a repository tagged agent-skills, agentic-ai, cli-tool, domain-adaptation and enterprise.

Documentation

README

Web Search Skill

Accepts a natural language query, calls the Tavily AI search API, and returns the top matching URLs. Your agent receives those URLs and decides what to do with them — fetch each one, display them, pass them to another skill, etc.

Setup

1. Install the dependency:

pip install tavily-python

2. Set your Tavily API key (free tier: 1,000 searches/month — sign up at https://tavily.com, no credit card required):

# macOS / Linux
export TAVILY_API_KEY="tvly-your-key-here"

# Windows (Command Prompt)
set TAVILY_API_KEY=tvly-your-key-here

# Windows (PowerShell)
$env:TAVILY_API_KEY = "tvly-your-key-here"

3. Optional — cap the number of results (default: 20):

export SYNTHADOC_WEB_SEARCH_MAX_RESULTS=10

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Web Search

  • What else does axoviq-ai publish alongside Web Search?

    Web Search is one of 10 skills that DirSkills catalogs from axoviq-ai/synthadoc, the repository it ships in. Its siblings there include DOCX, Image and Markdown. Each one is a separate skill with its own page in this directory, installs the same way Web Search does, and is maintained by axoviq-ai in that same repository. The rest of the collection is listed on the axoviq-ai/synthadoc page.

  • How does Web Search compare to other Automation skills?

    Web Search ranks #837 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Web Search against them. Open each page to compare what they document and how they install.