webhook-transforms

Converts external events into brain pages with extracted entities and citations via webhooks and transform functions.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/sixtycat2000-ctrl/gbrain-qmd --skill webhook-transforms-sixtycat2000-ctrl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webhook-transforms
Source: https://github.com/sixtycat2000-ctrl/gbrain-qmd/tree/main/skills/webhook-transforms
Command: npx skills add https://github.com/sixtycat2000-ctrl/gbrain-qmd --skill webhook-transforms-sixtycat2000-ctrl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a framework for converting external events, such as SMS, meetings, and social mentions, into brain-ingestible signals, enabling seamless integration and processing within the brain's pipeline.

Core Features & Use Cases

  • Event Transformation: Converts raw event payloads into structured brain pages.
  • Webhook Registration: Registers webhook URLs for event reception.
  • Entity Extraction: Performs entity extraction on transformed events.
  • Use Case: Use this Skill to process incoming social media mentions, automatically creating brain pages with extracted entities and backlinks.

Quick Start

Register a webhook URL and define a transform function for incoming events.

Frequently Asked Questions about webhook-transforms

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert external webhook events into brain pages?

To convert external webhook events into brain pages, you need to register a webhook URL and define a specific transform function to process the incoming event payloads into structured formats.

What is event transformation for brain integration?

Event transformation for brain integration is the process of converting raw external event payloads, such as SMS or social media mentions, into structured brain pages with proper citations and entity extraction.

How do I process incoming social media mentions for entity extraction?

Processing incoming social media mentions for entity extraction involves using a defined transform function on a registered webhook endpoint to automatically create brain pages with extracted entities and backlinks.

Can I use webhook transforms for meeting transcription data ingestion?

Yes, you can use webhook transforms for meeting transcription data ingestion. The framework applies to event-driven workflows, converting raw meeting transcription payloads into brain-ingestible signals.

Do I need a defined transform function to handle external event processing?

Yes, a defined transform function is required to handle external event processing. You must also set up a webhook endpoint to receive the events before the framework can convert them into brain pages.

What are the limitations of using a webhook endpoint for data ingestion?

The framework requires a predefined transform function for each external event type, meaning raw payloads without a matching transform function will not be converted into structured brain pages or undergo entity extraction.