bx-ai-tools

Installation
SKILL.md

bx-ai: AI Tools (Function Calling)

aiTool() BIF

// Signature
aiTool( name, description, handler, params={} )
  • name — unique tool identifier (snake_case recommended)
  • description — what the tool does (clear, imperative language)
  • handler — lambda/closure called when AI invokes the tool
  • params — additional parameter schema hints

Creating Tools

Installs
9
First Seen
Apr 15, 2026
bx-ai-tools — ortus-boxlang/skills