tavily-dynamic-search

tavily dynamic search

tavily-ai ↓ 6.2k
Claude Code
View source ↗

Requirements & configuration

  • You need these to write correct filtering code.
  • You have two building blocks and two ways to run them. Compose these however the query demands — there are no fixed patterns. You decide the approach based on what you need.
  • tvly extract — fetches full page content for specific URLs. Use when you found a URL from search and need more detail.
  • For complex queries, you often need to explore before you extract — just like PTC, where the model searches, sees titles, decides which results to drill into, then extracts.
  • Print only what you need to decide next steps

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

tavily dynamic search

Source

Repository: https://github.com/tavily-ai/skills

tavily-dynamic-search FAQ

What does the tavily-dynamic-search skill do?

| Programmatic web search with context isolation. Use this skill for any research task where you need to search the web, filter results, and extract specific information — without polluting your context window with raw HTML and boilerplate. This is the default skill for web research. Triggered by "search for", "look up", "find", "research", "what's the latest on", or any query that requires current web information. Also use when asked to "search and filter", "find the important parts", or "extract the key details" — any case where the user wants curated, noise-free content.

What does tavily-dynamic-search require?

You need these to write correct filtering code. You have two building blocks and two ways to run them. Compose these however the query demands — there are no fixed patterns. You decide the approach based on what you need. tvly extract — fetches full page content for specific URLs. Use when you found a URL from search and need more detail. For complex queries, you often need to explore before you extract — just like PTC, where the model searches, sees titles, decides which results to drill into, then extracts. Print only what you need to decide next steps

How do I install tavily-dynamic-search?

Run: npx -y skills add https://github.com/tavily-ai/skills --skill tavily-dynamic-search --agent claude-code — the source lives at github.com/tavily-ai/skills.

Maintain tavily-dynamic-search?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

tavily-dynamic-search on getagentictools
[![tavily-dynamic-search on getagentictools](https://getagentictools.com/badge/skills/tavily-ai-skills-tavily-dynamic-search.svg)](https://getagentictools.com/skills/tavily-ai-skills-tavily-dynamic-search?ref=badge)
npx agentictools info skills/tavily-ai-skills-tavily-dynamic-search

The second line is the CLI lookup for this page — handy in READMEs and docs.