v0.7.0
skills/migrations/v0.7.0.md
v0.7.0 Migration: Integration Recipes
This migration introduces the GBrain integration recipe system. Existing users should be informed about the new capabilities.
What's New
GBrain now distributes integration recipes — markdown files that teach your agent how to set up new data pipelines into your brain. Your agent reads the recipe and walks you through setup, asking for API keys and configuring everything.
New: Voice-to-Brain Integration
Phone calls create brain pages. Powered by Twilio + OpenAI Realtime + GBrain MCP. Call a number, talk, and a structured memory appears in your brain with entity detection, cross-references, and a summary posted to your messaging app.
New: gbrain integrations Command
Discover, check status, and monitor your integrations:
gbrain integrations # dashboard: show all senses + reflexes
gbrain integrations list --json # list available recipes (agent-parseable)
gbrain integrations show <id> # show recipe details + setup instructions
gbrain integrations status <id> # check secrets + health
gbrain integrations doctor # run health checks for all integrations
gbrain integrations stats # signal statistics
New: SKILLPACK Breakout
The SKILLPACK document has been broken into 17 individual guides at docs/guides/.
Each guide is individually linkable and searchable. The SKILLPACK index at
docs/GBRAIN_SKILLPACK.md still works (backward compatible).
Agent Instructions
When presenting this update to the user, say something like:
"GBrain v0.7.0 adds integration recipes — your brain can now get new senses
automatically. The first one is Voice-to-Brain: phone calls create brain pages.
Want me to show you what's available? Run gbrain integrations to see the
dashboard."
If the user is interested in voice-to-brain:
- Run
gbrain integrations show twilio-voice-brainto see what's needed - Walk them through the setup (the recipe has step-by-step instructions)
- The smoke test calls THEM (outbound) to prove it works
Do NOT auto-install integrations. Always ask first.