webhook-transforms

Converts external events like SMS and meetings into brain pages via webhook.

2|1|Updated Jun 16, 2026
One-click install
npx skills add https://github.com/bish-x/bx-gbrain --skill webhook-transforms-bish-x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webhook-transforms
Source: https://github.com/bish-x/bx-gbrain/tree/main/skills/webhook-transforms
Command: npx skills add https://github.com/bish-x/bx-gbrain --skill webhook-transforms-bish-x

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill converts external events such as SMS, meetings, and social mentions into brain-ingestible signals, simplifying event processing and data ingestion.

Core Features & Use Cases

  • Event Conversion: Transforms raw external event data into a format suitable for processing by the brain.
  • Webhook Management: Sets up and processes incoming events through a webhook URL.
  • Entity Extraction: Runs entity extraction on each transformed event.
  • Use Case: Automate the conversion of incoming social media mentions into brain pages for easier tracking and analysis.

Quick Start

Use the webhook-transforms skill to transform a received SMS message into a brain page.

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 events like SMS and social mentions into structured data?

Webhook transforms convert external events like SMS and social mentions into brain-ingestible signals using a transform function and webhook endpoint for data ingestion. This simplifies event processing by mapping raw data into structured brain pages.

How do I set up a webhook endpoint for automated event processing?

To set up webhook-based event processing, configure a webhook URL to receive incoming external events and apply a transform function to convert the raw payload into brain pages. This enables automated tracking and analysis of ingested data.

Can I run entity extraction on incoming event data automatically?

Yes, you can run entity extraction on external events. The webhook transform function processes incoming data and automatically executes entity extraction on each transformed event to identify and track key information.

What is the best way to track social media mentions through a webhook?

The best way to track social media mentions is using a webhook transform to automate the conversion of incoming mentions into brain pages. This captures the external event data for easier tracking and analysis.

Do I need any specific dependencies to transform external events into brain pages?

No specific dependencies are required to transform external events into brain pages. The skill operates independently using its built-in scripts and references to manage data ingestion and event conversion.

Why convert raw meeting and SMS data before processing?

Converting raw meeting and SMS data is necessary because external events must be transformed into brain-ingestible signals for the system to process them. This event conversion ensures the data is properly structured for entity extraction and event tracking.