tavily-search

tavily-search is a skill for Claude Code, Codex from aws-samples/sample-strands-agent-with-agentcore. It costs 12 tokens per session (426 once invoked), scanned A, original, MIT.

A web search and page-reading service that finds relevant online content and extracts text from web addresses. It is intended for general searches, news, and research.

In plain words
What is it for?
Use it to search the web with a quick or detailed search, limit searches by topic, and extract readable content from one or more URLs.
Why use it?
It helps you gather current information without manually opening and reading many search results.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one.

Good fit Use it to search the web with a quick or detailed search, limit searches by topic, and extract readable content from one or more URLs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aws-samples/sample-strands-agent-with-agentcore/tavily-search
About the project

Sample Strands Agent with Amazon Bedrock AgentCore is an end-to-end reference architecture for building multi-agent chatbots on AWS. Teams use it to explore agent orchestration, tool execution, memory, browser automation, and agent-to-agent collaboration with Strands Agents and Bedrock AgentCore.

aws-samples/sample-strands-agent-with-agentcore · 192 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aws-samples/sample-strands-agent-with-agentcore --skill tavily-search
Clone the repo
git clone --depth 1 https://github.com/aws-samples/sample-strands-agent-with-agentcore

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tavily-search

README.md
[![agentmods](https://agentmods.dev/badge/skills/aws-samples/sample-strands-agent-with-agentcore/tavily-search/github.svg)](https://agentmods.dev/skills/aws-samples/sample-strands-agent-with-agentcore/tavily-search)
Your own site
<a href="https://agentmods.dev/skills/aws-samples/sample-strands-agent-with-agentcore/tavily-search"><img src="https://agentmods.dev/badge/skills/aws-samples/sample-strands-agent-with-agentcore/tavily-search/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tavily-search

Your own site · 80×15
<a href="https://agentmods.dev/skills/aws-samples/sample-strands-agent-with-agentcore/tavily-search"><img src="https://agentmods.dev/badge/skills/aws-samples/sample-strands-agent-with-agentcore/tavily-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 426 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00012 $0.00426
Opus 5 $0.00006 $0.00213
Sonnet 5 $0.00002 $0.00085
Haiku 4.5 $0.00001 $0.00043

Measured 9d ago against content hash bae8b7da50f0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

tavily-search scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

chatbot-app/agentcore/skills/tavily-search/SKILL.md · 42 lines

What it actually says

Available Tools

  • tavily_search(query, search_depth?, topic?): AI-powered web search that returns relevant, summarized results.

    • query (string, required): Search query
    • search_depth (string, optional, default: "basic"): "basic" for quick lookups, "advanced" for comprehensive research
    • topic (string, optional, default: "general"): "general", "news", or "research"
  • tavily_extract(urls, extract_depth?): Extract clean, readable content from one or more web URLs.

    • urls (string, required): Comma-separated URLs to extract content from
    • extract_depth (string, optional, default: "basic"): "basic" or "advanced"

Usage Guidelines

  • Use tavily_search for research queries that benefit from AI-curated results.
  • Set search_depth to "advanced" for comprehensive research, "basic" for quick lookups.
  • Set topic to "news" for recent events, "research" for academic/technical topics.
  • Use tavily_extract to get full page content from specific URLs found in search results.
  • Tavily excels at recent information and news — prefer it for time-sensitive queries.

Citation Format

When presenting information from search results, wrap every specific claim in <cite> tags:

<cite source="SOURCE_TITLE" url="URL">claim text</cite>

Rules:

  • Cite factual claims, statistics, quotes, and specific information from search results.
  • The source attribute should contain the title or name of the source.
  • The url attribute should contain the source URL when available.
  • Do NOT cite your own reasoning or general knowledge.
  • If search results don't contain relevant information, inform the user rather than guessing.
  • Use the minimum number of citations necessary to support claims.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 42 lines · 12 tokens per session scan A bae8b7da50f0

Subscribe to this mod's changes

tavily-search is a skill published in the GitHub repository aws-samples/sample-strands-agent-with-agentcore (192 stars, last pushed today), licensed MIT. It adds 12 tokens to every session and 426 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

draw-image

Generate an image from a text prompt using an OpenAI-compatible image generation API (gpt-image-1-mini or compatible). The image is uploaded to the gofile.io public file sharing service and ONLY the public download page URL is returned. Trigger when user asks to draw, paint, generate, or create an image.

ai-sns/ai-sns · 67 tokens

A2A JSON-RPC Call

Call a peer agent's A2A JSON-RPC endpoint. Supports tasks/send (send a task message) and tasks/get (query task status).

ai-sns/ai-sns · 38 tokens

Fetch Agent Card

Fetch an A2A agent card JSON from a given endpoint URL. Tries direct GET first, then falls back to /.well-known/agent.json.

ai-sns/ai-sns · 35 tokens

Echo Skill Sample

Echo input parameters as JSON.

ai-sns/ai-sns · 10 tokens

mk:agent-browser

Browser automation CLI for AI agents using agent-browser. Use for navigating websites, clicking/filling pages, screenshots, data extraction, web app testing, exploratory QA, dogfooding, Electron apps, Slack automation, Vercel Sandbox browser runs, AWS AgentCore cloud browsers, auth-heavy flows, and long autonomous…

ngocsangyem/MeowKit · 114 tokens

health-event-impact-assessment

Evaluates AWS Health event impact on application workloads using topology knowledge. Determines blast radius, affected teams, and notification routing. Use this skill when investigating incidents triggered by AWS Health events including scheduled maintenance, operational issues, and service degradation notifications.

aws-samples/sample-aws-genai-ops-demos · 53 tokens