mixedbread-skills — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mixedbread-skills (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center"> <a href="https://github.com/mixedbread-ai/skills"> <img src="public/logo_mb.svg" alt="Mixedbread Logo" width="96" height="96" /> </a> <h1>Mixedbread Skills</h1> <p><em>All Mixedbread Skills you ever need.</em></p> </div>
Agent skills for building search, RAG, and document parsing with Mixedbread. Compatible with Claude Code, Cursor, Codex, Gemini CLI, and 20+ other agents.
Install all skills with one command (works with Claude Code, Cursor, Codex, Gemini CLI, and more):
npx skills add mixedbread-ai/skillsOr install globally for all projects:
npx skills add mixedbread-ai/skills -gBrowse on the registry: skills.sh/mixedbread-ai/skills
<details> <summary>Claude Code</summary>
claude install-skill mixedbread-ai/skills mxbai-cli
claude install-skill mixedbread-ai/skills mixedbread-search
claude install-skill mixedbread-ai/skills mixedbread-parsing</details>
<details> <summary>Cursor</summary>
This repo ships as a Cursor marketplace with three separately-installable plugins (mxbai-cli, mixedbread-search, mixedbread-parsing). Install from the Cursor marketplace, or test locally by cloning into ~/.cursor/plugins/local:
git clone https://github.com/mixedbread-ai/skills ~/.cursor/plugins/local/mixedbread-skillsCursor reads .cursor-plugin/marketplace.json at the repo root. </details>
<details> <summary>Codex</summary>
cp agents/AGENTS.md .agents/AGENTS.md</details>
<details> <summary>Gemini CLI</summary>
Reference the gemini-extension.json for extension configuration, or use the .mcp.json for MCP server integration. </details>
| Skill | Description |
|---|---|
mxbai-cli | Manage stores, upload files, search, and sync using the mxbai CLI |
mixedbread-search | Create and search managed knowledge bases using the Stores API and SDKs |
mixedbread-parsing | Parse documents, extract structured content, and run OCR using the Parsing API |
See SKILL_TREE.md for a navigable index of all skills.
mixedbread-skills/
├── .claude-plugin/ # Claude Code plugin config
├── .cursor-plugin/ # Cursor plugin config
├── .mcp.json # MCP server config
├── gemini-extension.json # Gemini CLI extension
├── agents/AGENTS.md # Codex fallback
├── CLAUDE.md # Project conventions
├── SKILL_TREE.md # Navigable skill index
├── README.md
├── LICENSE
└── skills/
├── mxbai-cli/ # CLI tool usage
├── mixedbread-search/ # Stores API & SDKs
└── mixedbread-parsing/ # Parsing API & OCRApache-2.0 — see LICENSE.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.