Mode: Cognitive/Prompt-Driven — No standalone utility script; use via agent context. Dynamic API Integration Overview This skill teaches agents how to dynamically discover, parse, and call external HTTP APIs at runtime. It is adapted from the Universal Tool Calling Protocol (UTCP) patterns, translated into Node.js / Claude Code tool patterns. Core workflow (5-phase, inspired by UTCP agent state machine): 1. Discover — Fetch and parse an OpenAPI/Swagger spec (or define a manual tool template). 2. Match — Map the user's intent to the right API endpoint semantically. 3. Construct — Build the HTT…