From studio-skills
Performs web searches, extracts content from URLs, and researches topics requiring up-to-date information. Supports search operators, URL extraction, and structured research.
How this skill is triggered — by the user, by Claude, or both
Slash command
/studio-skills:web-searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `web_search` for research and page extraction. Powered by OpenAI web search (Bing-backed): **search + extraction + summarization** in one call.
Use web_search for research and page extraction. Powered by OpenAI web search (Bing-backed): search + extraction + summarization in one call.
The query is a prompt to an LLM with web access. Write instructions, not bare keywords.
✗ "Snowflake pricing"
✓ "List all pricing tiers from https://snowflake.com/pricing in a table with features"
search_context_size: low — quick factssearch_context_size: medium — general research (default)search_context_size: high — URL extraction, deep analysisUse high whenever a specific URL is in the query.
URL extraction — read a specific page and structure the output:
"Extract all items from https://example.com/page and list each with details in a table"
Structured research — request comparison tables, bullet summaries:
"Compare {A} vs {B} vs {C} covering pricing, features, and target audience"
Search operators — "exact phrase", site:domain.com, AND/OR, -exclude:
site:reddit.com "nextjs" vs "remix" experience
"{company}" AND ("funding" OR "revenue") 2025 2026
Translation — read non-English pages:
"Translate and summarize: https://example.co.jp/news/"
API endpoints — read JSON responses:
"Describe the JSON structure of https://api.github.com/repos/{owner}/{repo}"
site:, AND/OR, "quoted")filetype:pdf is unreliableWhen web_search falls short, suggest these alternatives to the user:
/feed or /rss)Input: "What jobs are open at Company X?"
Action: "List all job openings from https://company-x.com/careers/ with title and location" (high)
Input: "Research Company X's market position" Action: Run in parallel:
"Company X market position analyst reports 2026" (medium)"Extract key metrics from https://company-x.com/about" (high)site:reddit.com "Company X" opinions experience (medium)Input: "What does this Japanese press release say?"
Action: "Translate to English and summarize: https://example.co.jp/press/" (high)
npx claudepluginhub treasure-data/td-skills --plugin sql-skillsSearches the web, extracts content from URLs, and crawls websites using the Tavily API for up-to-date information retrieval.
Searches the web, extracts URL content, and runs deep research via the Parallel Web Systems Chat API and Extract API, returning synthesized summaries with citations. Requires PARALLEL_API_KEY.
Executes web searches via Tavily, filters and extracts content inside Python so only curated results enter the context window. Activates on research queries like "search for", "look up", or "find".