botpress-adk

Creates AI-powered bots with the Botpress Agent Development Kit (ADK).

24|7|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/viralcode/tensoragentos --skill botpress-adk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: botpress-adk
Source: https://github.com/viralcode/tensoragentos/tree/main/packages/openwhale/skills/botpress-adk
Command: npx skills add https://github.com/viralcode/tensoragentos --skill botpress-adk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node.js, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance for building AI-powered bots using the Botpress Agent Development Kit (ADK), simplifying the development and deployment process.

Core Features & Use Cases

  • ADK Development Guide: Offers a full ADK development guide with code examples and patterns.
  • Development Lifecycle: Assists with project setup, development, core concepts, deployment, and troubleshooting.
  • Botpress ADK: Supports building bots with features like actions, tools, workflows, conversations, tables, triggers, and knowledge bases.
  • Quick Start: Offers step-by-step instructions for initializing a project, installing dependencies, linking to Botpress Cloud, starting a development server, and deploying to production.

Quick Start

Start building your Botpress bot by initializing a project, running 'adk dev' to start the development server, and then use 'adk chat' to test in the CLI.

Frequently Asked Questions about botpress-adk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build an AI chatbot with the Botpress Agent Development Kit?

To build an AI chatbot with the Botpress ADK, initialize a project, run 'adk dev' to start the development server, and use 'adk chat' to test locally before deploying to Botpress Cloud.

What features can I add when developing bots with Botpress ADK?

When developing bots with Botpress ADK, you can add features like actions, tools, workflows, conversations, tables, triggers, and knowledge bases to enhance your AI bot capabilities.

Do I need Node.js to use the Botpress ADK for bot development?

Yes, you need Node.js installed as a prerequisite to use the Botpress ADK. You also need a Botpress Account and the ADK CLI installed to manage project setup and deployment.

How do I deploy a Botpress chatbot to production using the ADK CLI?

To deploy a Botpress chatbot to production, link your local project to Botpress Cloud using the ADK CLI, then follow the deployment instructions to publish your AI bot from your development server.

Can I debug AI bot conversations locally with the Botpress ADK?

Yes, you can debug AI bot conversations locally with the Botpress ADK by running 'adk chat' in the CLI to test interactions and troubleshoot issues before deploying to production.