Create a Botpress AI agent with the ADK using OpenClaw

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill bundle provides a comprehensive guide for developing AI bots with the Botpress Agent Development Kit (ADK). While it includes shell commands (`curl -fsSL ... | bash`, `powershell -c "irm ... | iex"`) for installing the ADK CLI, these commands fetch scripts from official Botpress GitHub repositories, which is a standard and expected method for CLI installation. The instructions for the AI agent are consistently aligned with guiding users through ADK development, and there is no evidence of prompt injection attempting to subvert the agent for malicious purposes. All external links point to legitimate Botpress or GitHub domains, and the skill promotes good security practices like using environment variables for secrets and adding sensitive files to `.gitignore`.