adk
✓一组使用 Botpress 代理开发套件 (ADK) 构建的指南 - 每当您需要使用 ADK 构建功能时,请使用这些指南
SKILL.md
Use this skill when you've got questions about the Botpress Agent Development Kit (ADK) - like when you're building a feature that involves tables, actions, tools, workflows, conversations, files, knowledge bases, triggers, or Zai.
The Botpress ADK is a convention-based TypeScript framework where file structure maps directly to bot behavior. Place files in the correct directories, and they automatically become available as bot capabilities.
Note: dependencies.json was removed in ADK 1.9+. All configuration including integrations now lives in agent.config.ts.
一组使用 Botpress 代理开发套件 (ADK) 构建的指南 - 每当您需要使用 ADK 构建功能时,请使用这些指南 来源:botpress/skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/botpress/skills --skill adk- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 adk?
一组使用 Botpress 代理开发套件 (ADK) 构建的指南 - 每当您需要使用 ADK 构建功能时,请使用这些指南 来源:botpress/skills。
如何安装 adk?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/botpress/skills --skill adk 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/botpress/skills