원클릭으로
web-monitor
Monitor changes in web sources and track updates over time with persistent memory
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Monitor changes in web sources and track updates over time with 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 | web_monitor |
| description | Monitor changes in web sources and track updates over time with persistent memory |
| version | 1.0.0 |
| author | Hive Team |
| icon | 📡 |
| category | web |
| permissions | ["internet_access","memory_write","memory_read"] |
| dependencies | [] |
| tools | ["web_search","web_fetch","memory_write","memory_read"] |
| triggers | ["monitoreá","monitor","seguí los cambios","track changes","avisame si cambia","notify if changes","actualización de","update on","novedades de","news about","cambios en","changes in"] |
| preferred_agents | [] |
| steps | [{"step":1,"action":"memory_read","instruction":"Read previously stored content for this URL/topic to compare","params":{"title":"monitor_{url_or_topic}"},"output":"previous_content"},{"step":2,"action":"web_fetch","instruction":"Fetch current content from monitored URL","params":{"url":"monitored URL"},"output":"current_content"},{"step":3,"action":"compare","instruction":"Compare current content with previous version to identify changes","output":"changes_detected"},{"step":4,"action":"memory_write","instruction":"Store current content as new baseline for future comparisons","params":{"title":"monitor_{url_or_topic}","content":"current content + timestamp"},"output":"stored"},{"step":5,"action":"notify","instruction":"If changes detected, notify user with summary of what changed","output":"notification_sent"}] |
| rules | ["Always store baseline on first monitor request","Compare content systematically — identify additions, removals, modifications","Notify only if meaningful changes detected (ignore timestamps, ads)","Store timestamp with each baseline for tracking frequency","For recurring monitors, use cron.create to schedule automatic checks"] |
| output_format | {"structure":"markdown","sections":["url","change_detected","summary_of_changes","timestamp"],"max_length":"Brief summary of changes"} |
| examples | [{"user_input":"monitoreá cambios en https://example.com/pricing","expected_behavior":"Fetch current pricing → store as baseline → on next check, compare and notify if changed"},{"user_input":"avisame si hay novedades sobre IA","expected_behavior":"web_search('IA news') → compare with stored results → notify if new significant news"},{"user_input":"seguí los cambios en la documentación de React","expected_behavior":"Fetch React docs → store baseline → periodic checks → notify on content changes"}] |
Esta skill se activa cuando el usuario necesita:
| Tool | Qué hace | Cuándo usarla |
|---|---|---|
web_fetch | Descarga contenido de URL | Obtener contenido actual |
web_search | Busca novedades | Monitoreo por tema (no URL fija) |
memory_write | Guarda baseline | Almacenar contenido para comparación |
memory_read | Recupera baseline anterior | Comparar con contenido actual |
web_fetch → memory_write (baseline)memory_read → web_fetch → comparar → notify si cambiamemory_write con nuevo contenidocron.create