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 toolparams— additional parameter schema hints