cli-to-js: Turn Any CLI Into a JavaScript API Skill by ara.so — Daily 2026 Skills collection. reads a binary's output, parses it into a schema, and returns a fully typed Proxy-based API where subcommands are methods and flags are options. Designed for agent workflows where structured APIs are safer than raw shell strings. Install Core Concepts - — runs , parses output, returns typed API proxy - — same but from a static help string - Every subcommand becomes a method: - Positional args use the key: - camelCase keys auto-convert to kebab-case flags: → Flag → CLI Mapping | JS option | CLI output…