Summary
mistral.rs surfaced on Hacker News with support for OpenAI-compatible Agent Skills through a /v1/skills endpoint, alongside prebuilt binaries for CUDA, Apple Silicon, and CPU. The change brings portable skill-style agent workflows to a local Rust inference engine.
What changed
mistral.rs added OpenAI-compatible Agent Skills support via /v1/skills and easier prebuilt binary installation paths.
Why it matters
Agent Skills are becoming a portability layer across coding and agent tools. Adding /v1/skills to a local inference runtime makes skills usable outside hosted agents, supporting private or local deployments that still want structured agent capabilities.
Evidence excerpt
The Hacker News Show HN post says mistral.rs landed OpenAI-compatible Agent Skills support via /v1/skills and includes prebuilt binaries for CUDA, Apple Silicon, and CPU.