원클릭으로
research-and-remember
Research information from web sources and save findings to persistent memory
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Research information from web sources and save findings to persistent memory
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| name | research_and_remember |
| description | Research information from web sources and save findings to persistent memory |
| version | 1.0.0 |
| author | Hive Team |
| icon | 🔍🧠 |
| category | agents |
| permissions | ["internet_access","memory_write"] |
| dependencies | [] |
| tools | ["web_search","web_fetch","memory_write"] |
| triggers | ["investigá y guardá","research and save","buscá y recordá","find and remember","aprendé sobre","learn about","estudiá esto","study this","documentate y guardá","research and store"] |
| preferred_agents | [] |
| steps | [{"step":1,"action":"web_search","instruction":"Search for topic using clear query. Get 5-8 relevant results","params":{"query":"topic keywords","numResults":8},"output":"search_results"},{"step":2,"action":"web_fetch","instruction":"Fetch 2-3 most relevant URLs for detailed content","params":{"urls":"top 2-3 URLs"},"output":"detailed_content"},{"step":3,"action":"synthesize","instruction":"Synthesize findings into structured knowledge with sources","output":"synthesized_knowledge"},{"step":4,"action":"memory_write","instruction":"Store synthesized knowledge with clear title for future retrieval","params":{"title":"Topic: {topic_name}","content":"synthesized knowledge + sources"},"output":"memory_stored"}] |
| rules | ["Always do at least 2 searches for comprehensive coverage","Cross-reference information across multiple sources","Include source URLs in stored memory for verification","Organize knowledge with clear structure (headings, bullet points)","Use descriptive titles that include topic and date if relevant","Flag uncertain or conflicting information explicitly"] |
| output_format | {"structure":"markdown","sections":["topic","summary","key_findings","sources","memory_title"],"max_length":"Comprehensive but concise knowledge entry"} |
| examples | [{"user_input":"investigá y guardá información sobre transformers en ML","expected_behavior":"web_search → web_fetch top sources → synthesize → memory_write({ title: 'Transformers ML', content: '...' })"},{"user_input":"aprendé sobre las mejores prácticas de React 2025","expected_behavior":"Search 'React best practices 2025' → fetch docs → synthesize → memory_write"},{"user_input":"buscá y recordá las tendencias de IA actuales","expected_behavior":"Search 'AI trends 2025' → fetch multiple sources → compile trends → memory_write"}] |
Para investigar temas en la web y guardar el conocimiento sintetizado en memoria persistente.
| Tool | Qué hace | Cuándo usarla |
|---|---|---|
web_search | Busca en internet | Encontrar fuentes |
web_fetch | Descarga contenido | Obtener detalles |
memory_write | Guarda conocimiento | Almacenar para futuro |
web_search({ query, numResults: 8 })web_fetch({ urls: top 2-3 })memory_write({ title, content })# {Topic}
## Summary
2-3 oración resumen
## Key Findings
- Punto clave 1
- Punto clave 2
- ...
## Sources
- [Source 1](url)
- [Source 2](url)