What problem does it solve?
This Skill wires a Fieldy webhook transform into Moltbot hooks, enabling automatic processing of incoming webhook payloads by a deterministic transform before agent runs, and providing transcript logging for audit and debugging.
Core Features & Use Cases
- Webhook-to-transform wiring: routes /hooks/fieldy requests through a dedicated transform module before agent execution.
- Wake-word parsing and logging: detects wake words in transcripts, logs transcripts to per-day JSONL files, and yields a structured command when wake word is found.
- Configurability: wake words, parsing rules, and logging behavior can be adjusted by updating the Fieldy transform script.
- Use Case: integrate Fieldy with Moltbot to trigger an agent run when a user says "Hey Fieldy ..." and keep a transcript history for later analysis.
Quick Start
Configure Moltbot gateway to load the fieldy-webhook transform from the configured transforms folder, then send a test transcript to trigger the agent.