Wraps every Butterbase app's built-in LLM gateway into a single MCP tool: chat completions, embeddings, model listing, config management, and usage reporting. You'd reach for this when your agent needs to call GPT or Claude, generate vectors, or check token spend without leaving the tool context. It's deliberately synchronous, no streaming, because agent tools can't handle partial deltas anyway. The real win is consolidation: one tool covers what would otherwise be five separate API surfaces, and it respects per-app defaults so you're not hardcoding model strings everywhere. If you need streaming or vector search, you'll still need the SDK or the RAG skill.
npx -y skills add butterbase-ai/butterbase-skills --skill ai --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
Dexploarer/hyper-forge
itsmostafa/aws-agent-skills
prisma/skills