@botpress/util-sdk

The built-in stuff such as Content Elements, Content Renderers and Actions for Botpress X+

Usage no npm install needed!

<script type="module">
  import botpressUtilSdk from 'https://cdn.skypack.dev/@botpress/util-sdk';
</script>

README

Modules SDK

This module is intended for people creating modules. It contains some utility functions that are likely to be useful across many different modules.

Skills

The file skill.js contains some utility functions that allows skill developers to generate flows programmatically.

See the @botpress/skill-choice for a real life example of how to use it.