Трансформация вебхуков для AI-агента

automation

webhook-transforms is a Claude Code skill that provides a generic framework for converting incoming external events — such as SMS messages, calendar meetings, and social mentions — into signals the GBrain pipeline can ingest and act on. You define a transform function for each event type, register a webhook URL, and all incoming payloads are automatically routed through the brain pipeline without additional glue code. This makes it straightforward to wire external triggers into the GBrain layer, enabling a personal or team agent to stay continuously updated from outside sources. Effectively, it acts as the nervous system around GBrain, feeding real-time context from the wider world into the knowledge base as events occur.