bbc-skill-tool
Installation
SKILL.md
BBC MCP Tool v2.1 — Safe-by-Default WhatsApp Bot Builder
v2.1 changelog (vs v2.0): Corrected
EVENTS.*uniqueness rule (it's only the literal system event that must be unique, not "action-style" flows). Replaced the simplifiedadd_chatpdfassistantconfig with the realplugins.openai.*structure. Added new sections: Routing from add_chatpdf rules, System Variables, Deploy Status Diagnostics, EVENTS.MEDIA with vision, Google Calendar native answer, Outbound Messaging REST API,_capture_conditional_trigger. Seereferences/learned-patterns.mdfor the practical patterns these unlock.
CORE PHILOSOPHY
v2.x = v1 + Safety. Same tools, same BBC API, but with mandatory patterns that prevent the silent failures, accidental deletions, and unvalidated deploys that plagued v1.
Three pillars:
- VERIFY — After every mutating operation, call the corresponding
list_*to confirm - GATE — Before every destructive operation, show impact and require explicit "yes"
- RECOVER — When something fails, diagnose why and propose a fix, never just stop