What problem does it solve?
This Skill prevents disconnected external activity (SMS, meetings, social mentions) from becoming unusable data by converting raw webhook payloads into brain-ingestible pages with safe, structured citations.
Core Features & Use Cases
- Event-to-page transformation: Converts incoming JSON payloads into markdown brain content plus metadata like slug, type, and citations.
- Safety-first input sanitization: Strips HTML tags and prevents raw HTML/script from reaching brain pages to reduce XSS risk.
- Resilient ingestion pipeline: Preserves raw payloads on failure via a dead-letter queue, retries once, and surfaces error types to the agent.
- Entity extraction and timeline updates: Runs entity extraction on every transformed event and adds timeline entries to mentioned entities, then syncs.
Quick Start
Use the webhook-transforms skill to register a webhook for incoming SMS events so each delivery creates a sanitized brain page and timeline entry from the payload.