OpenSquilla lets AI agents organize their own skills OpenSquilla, an Apache-licensed, self-hostable AI runtime, released MetaSkill, a system that allows AI agents to autonomously discover, rank, and compose their own skills rather than relying on hand-written workflows. The project aims to solve the combinatorial complexity of managing hundreds of community skills by using a markdown spec that validates execution chains before they run. OpenSquilla positions itself as a cost-aware orchestration layer for long-horizon agents, though its claimed savings rely on internal benchmarks and its machine-composed workflows raise reliability and safety concerns addressed through sandboxing and allowlists. Most agent projects are still racing to field a smarter chat loop or a longer list of tools. OpenSquilla, an Apache-licensed, self-hostable runtime, is making a quieter bet: that the next round of efficiency comes from the harness rather than the model. Its founding idea was cost-aware routing, scoring each turn and sending trivial work to cheap models while reserving heavier reasoning for tasks that warrant it. That is becoming table stakes. The part worth watching now is MetaSkill, the project's attempt to let an agent organize its own capabilities rather than rely on hand-written workflows. The premise is the combinatorial problem facing every maturing agent: writing a single-task skill is trivial, but composing hundreds of community skills into something reliable collapses into guesswork once real complexity arrives. MetaSkill answers with a meta-protocol, a markdown spec that tells the model how to discover, rank, and compose atomic skills, declaring the resulting workflow in a structured header that the runtime validates before anything runs. A goal described in plain language becomes an inspectable, replayable execution chain rather than a one-off prompt. The runtime ships with ready-made workflows for jobs such as research-to-report and project planning, and during idle time, it revisits its execution traces, distills recurring patterns, and drafts candidate workflows. The catalog grows in the background. That is also where the open questions sit. The headline savings figures are the project's own benchmarks, not independent results, and machine-composed workflows raise obvious reliability and safety concerns that the design seeks to contain through proposal gates, tool allowlists, and syscall-level sandboxing. Star the repo & get OpenSquilla Learn more https://github.com/opensquilla/opensquilla?ref=testingcatalog.com Strategically, OpenSquilla https://www.testingcatalog.com/opensquilla-launches-open-source-ai-agent-to-cut-token-costs/ is positioning against heavier agents such as OpenClaw, even shipping migration tooling, while aligning with the wider move toward portable skill specifications. For teams running long-horizon agents where token bills compound, the pitch lands squarely at the orchestration layer. Routing, tiered memory, and the first MetaSkill capabilities sit in the public releases today; a further iteration looks set to follow from active development. If orchestration rather than model size proves the durable lever, projects like this reframe where the real moat lies.