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

// Simple tool — single parameter
weatherTool = aiTool(
Related skills

More from ortus-boxlang/skills

Installs
3
First Seen
Apr 15, 2026