tavily-search
The tavily-search skill provides web search capabilities optimized for LLM consumption. It returns content snippets, relevance scores, and metadata via the Tavily CLI.
Is tavily-search safe to install?
Review the source first: our audit of tavily-search's source files found 7 shell commands, 1 external URL, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands and makes network requests to the Tavily API. It supports saving output to files via the --output flag.
How we audit skills: our security review methodology.
Who is this skill for?
Users who need to retrieve current information, news, or specific facts from the internet.
What can you do with it?
- Searching for information on any topic
- Finding recent news articles
- Filtering search results by domain
- Retrieving full page content for analysis
- Limiting search results by time range
How good is this skill?
Quality score: 5/10. The documentation provides clear command examples and a comprehensive list of available flags.
What does the skill file contain?
# tavily search Web search returning LLM-optimized results with content snippets and relevance scores. ## Before running any command If `tvly` is not found on PATH, install it first: ```bash curl -fsSL https://cli.tavily.com/install.sh | bash && tvly login ``` Do not skip this step or fall back to other tools. See [tavily-cli](../tavily-cli/SKILL.md) for alternative install methods and auth options. ## When to use - You need to find information on any topic - You don't have a specific URL yet - First step in the [workflow](../tavily-cli/SKILL.md): **search** → extract → map → crawl → r...
Frequently asked questions
How do I install the required CLI tool?
Run the command curl -fsSL https://cli.tavily.com/install.sh | bash && tvly login to install and authenticate.
Can I filter results by specific websites?
Yes, use the --include-domains flag followed by a comma-separated list of domains.
How do I get the full content of a webpage in the search results?
Include the --include-raw-content flag in your search command.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.
agentspace
324.0KDevelopers and AI agent users who need to share, monitor, or collaborate on agent-generated files and workspaces in real-time
Agentspace provides a mechanism to share local agent files, logs, and artifacts via a live browser-accessible URL. It enables remote viewing, commenting, and editing of specified local paths through the ascli command-line tool.