From studio-skills
Performs web searches, extracts and summarizes URL content, and researches topics with up-to-date info via Bing-backed OpenAI. Supports operators, translation, structured outputs like tables.
npx claudepluginhub treasure-data/td-skills --plugin treasure-work-skillsThis skill uses the workspace's default tool permissions.
Use `web_search` for research and page extraction. Powered by OpenAI web search (Bing-backed): **search + extraction + summarization** in one call.
Performs web searches with Tavily CLI, filters and extracts key details in Python sandbox, returning clean output to avoid context pollution. Use for research needing current web info like 'search for' or 'look up'.
Provides web search, content extraction, crawling, and research via Tavily API. Use for current web information, URL content extraction, or website crawling.
Uses Tavily MCP tools for web searches and URL content extraction. Search for broad discovery; extract for detailed page analysis and structured data.
Share bugs, ideas, or general feedback.
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)