원클릭으로
web-research
Search and synthesize information from multiple web sources into structured reports
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search and synthesize information from multiple web sources into structured reports
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Core discovery skill - find any capability with a single keyword
Make HTTP requests to REST APIs using curl-like methods (GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS)
Explore project structure and locate files using glob patterns and directory listing
Transcribir reuniones en tiempo real y generar informes gerenciales con decisiones, action items y próximos pasos
Execute shell commands safely with error handling, timeouts, and output validation
Complete management of cron jobs with cron expressions. Create, list, update, pause, resume, delete, trigger, and view history. Use for reminders, automated reports, periodic checks.
SOC 직업 분류 기준
| name | web_research |
| description | Search and synthesize information from multiple web sources into structured reports |
| version | 1.0.0 |
| author | Hive Team |
| icon | 🔍 |
| category | web |
| permissions | ["internet_access"] |
| dependencies | [] |
| tools | ["web_search","web_fetch"] |
| triggers | ["investigá sobre","research","buscá información de","find information about","qué es","what is","explicame","explain","últimos avances","latest advances","tendencias de","trends in","información actualizada","current information"] |
| preferred_agents | [] |
| steps | [{"step":1,"action":"web_search","instruction":"Search for main topic using clear and concise query (max 6 words). Include year if relevant.","params":{"query":"main topic keywords","numResults":8},"output":"raw_results"},{"step":2,"action":"web_fetch","instruction":"Fetch the 2-3 most relevant URLs from step 1 to get full content","params":{"urls":"top 2-3 URLs from search"},"output":"detailed_content"},{"step":3,"action":"web_search","instruction":"If gaps exist, do second targeted search with refined query","params":{"query":"refined query for gaps"},"output":"complementary_results"},{"step":4,"action":"synthesize","instruction":"Combine all gathered information into structured response: summary, key points, sources","output":"final_report"}] |
| rules | ["Always do at least 2 searches before concluding","Never invent data — only use information actually found","If no results found, notify user and suggest 2-3 alternative queries","Cite all sources at end with full URLs","Prioritize recent content (<1 year) unless historical context requested","Cross-reference claims across multiple independent sources"] |
| output_format | {"structure":"markdown","sections":["summary","key_points","sources"],"max_length":"500 words unless user requests more"} |
| examples | [{"user_input":"investigá sobre los últimos avances en IA","expected_behavior":"Search 'latest AI advances 2025' → fetch top 2-3 results → synthesize into structured report"},{"user_input":"qué es un transformer en machine learning","expected_behavior":"Search 'transformer machine learning explained' → fetch educational content → return clear summary"},{"user_input":"buscá tendencias de quantum computing","expected_behavior":"Search 'quantum computing trends 2025' → fetch authoritative sources → compile 5-7 key trends"}] |
Esta skill se activa cuando el usuario necesita información actualizada de internet, verificar datos, o investigar temas específicos.
| Tool | Qué hace | Cuándo usarla |
|---|---|---|
web_search | Busca en internet, devuelve títulos, URLs, snippets | Búsqueda inicial, encontrar fuentes |
web_fetch | Descarga contenido completo de URL (HTML→Markdown) | Profundizar en resultados específicos |
web_search({ query, numResults: 8 })web_fetch({ urls: top 2-3 })