adk-integrations
ADK Integration Management
Use this skill when helping users discover, add, configure, and use Botpress integrations in their ADK projects.
When to Use This Skill
Activate this skill when users:
- Ask about integrations ("How do I add Slack?", "What integrations are available?")
- Want to connect an external service (Slack, WhatsApp, Linear, etc.)
- Mention
adk add,adk search,adk info, oradk list - Ask about
agent.config.tsdependencies or thedependencies.integrationsblock - Need help configuring an integration (OAuth, API keys, Dev Console)
- Ask about calling integration actions in code (
actions.slack.*, etc.) - Mention specific platforms or services they want their agent to interact with
- Get errors related to integration registration or configuration
Available Documentation
More from botpress/skills
adk
a set of guidelines to build with Botpress's Agent Development Kit (ADK) - use these whenever you're tasked with building a feature using the ADK
600adk-frontend
Guidelines for building frontend applications that integrate with Botpress ADK bots - covering authentication, type generation, client setup, and calling bot actions
239adk-evals
Complete reference for writing, running, and iterating on evals (automated conversation tests) for ADK agents. Covers eval file format, all assertion types, CLI usage, and per-primitive testing patterns.
214adk-debugger
Systematic debugging for ADK agents — trace reading, log analysis, common failure diagnosis, and the debug loop.
206adk-docs
guidelines for creating, reviewing, updating, and searching ADK documentation - use when users ask about writing, maintaining, or auditing ADK bot docs
205adk-dev-console
Explains the ADK Dev Console — what each tab shows, how to read Agent Steps, traces, and other UI features visible at localhost:3001 during adk dev
166