원클릭으로
tavily-web-search
Search the web with Tavily when you need fresher or more structured results.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search the web with Tavily when you need fresher or more structured results.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
LocalClaw-native adaptation of web-access for real web tasks, search, logged-in browsing, dynamic pages, and browser interaction through the local Chrome session.
Summarize invoice amounts and purposes from PDF files in directories
Extract text content from PDF files
Read a file and summarize its content using the local model
Fetch a page or endpoint over HTTP when a lightweight browser-style read is enough.
Search bundled skills and ClawHub skills that match a user need.
| name | tavily-web-search |
| version | 1.0.0 |
| description | Search the web with Tavily when you need fresher or more structured results. |
| type | workflow |
| inputs | {"query":"string","search_depth":"string","max_results":"string"} |
| requires | {"env":["TAVILY_API_KEY"],"bins":["python"]} |
| tools | ["safe_shell"] |
| actions | [{"type":"tool_call","name":"tavily_search","tool":"safe_shell","params":{"command":"python -c \"import json, os, urllib.request; payload={'query': os.environ['LOCALCLAW_QUERY'], 'search_depth': os.environ.get('LOCALCLAW_SEARCH_DEPTH') or 'basic', 'max_results': int(os.environ.get('LOCALCLAW_MAX_RESULTS') or '5'), 'include_answer': True}; req=urllib.request.Request('https://api.tavily.com/search', data=json.dumps(payload).encode('utf-8'), headers={'Content-Type': 'application/json', 'Authorization': 'Bearer ' + os.environ['TAVILY_API_KEY']}); print(urllib.request.urlopen(req, timeout=30).read().decode('utf-8'))\"","env":{"LOCALCLAW_QUERY":"{{query}}","LOCALCLAW_SEARCH_DEPTH":"{{search_depth}}","LOCALCLAW_MAX_RESULTS":"{{max_results}}"}}}] |
| permissions | {"risk_level":"low"} |
| metadata | {"display_name":"Tavily Web Search","author":"LocalClaw","category":"web-search","tags":["openclaw","tavily","web","search"],"catalog_id":"tavily-web-search","skill_key":"tavily-web-search","aliases":["Tavily Web Search","tavily","tavily-search"],"openclaw":{"skillKey":"tavily-web-search","aliases":["Tavily Web Search","tavily","tavily-search"]}} |
Use this skill when you want Tavily-backed search instead of the basic HTTP fetch flow.
Requirements:
TAVILY_API_KEY must be configured