cd /news/ai-agents/run-agent-skills-with-mistral-rs-v0-… · home topics ai-agents article
[ARTICLE · art-32234] src=news.ycombinator.com ↗ pub= topic=ai-agents verified=true sentiment=↑ positive

Run Agent Skills with mistral.rs v0.8.10: /v1/skills support and more

Mistral.rs v0.8.10 adds OpenAI-compatible Agent Skills via a /v1/skills endpoint, enabling local open models to run agent skills previously locked to closed models. The release also includes prebuilt binaries for NVIDIA CUDA, Apple Silicon, and CPU, along with support for file attachments and generated file outputs.

read1 min views2 publishedJun 18, 2026

Hey all! I'm the maintainer of mistral.rs. I just landed support for OpenAI-compatible Agent Skills via a /v1/skills endpoint, and it works with local open models.

Until now Skills have basically been locked to closed models, and with the ability to have private, local intelligence becoming increasingly important, but this feature allows you to do XYZ with local models.

It's fully compatible with OpenAI's /v1/skills API, so you can drop mistral.rs into your existing code with minimal difficulty.

We support the accompanying tools too: /v1/files or input_file for attaching files to your prompts, and mistral.rs also allows models to send generated files back using the OpenAI-compatible method.

It's also easier than ever to try mistral.rs: we are including prebuilt binaries for NVIDIA CUDA, Apple Silicon, and CPU! # Linux/Mac > curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/EricLBuehler/mistral.rs/master/install.sh | sh # Windows > irm https://raw.githubusercontent.com/EricLBuehler/mistral.rs/master/install.ps1 | iex

Then: mistralrs serve --agent --isq 4 -m google/gemma-4-E4B-it Super excited for you to try this out and any feedback! Do you have any suggestions for what you would like to see in the next releases?

Check out the GitHub: https://github.com/EricLBuehler/mistral.rs Docs & Quickstart: https://ericlbuehler.github.io/mistral.rs/

Comments URL: [https://news.ycombinator.com/item?id=48581792](https://news.ycombinator.com/item?id=48581792)

Points: 1

── more in #ai-agents 4 stories · sorted by recency
── more on @mistral.rs 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/run-agent-skills-wit…] indexed:0 read:1min 2026-06-18 ·