Agent skills for search, RAG, and document parsing with Mixedbread.
npx claudepluginhub mixedbread-ai/skillsAgent skills for search, RAG, and document parsing with Mixedbread.
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/skills
Or install globally for all projects:
npx skills add mixedbread-ai/skills -g
Browse on the registry: skills.sh/mixedbread-ai/skills
claude install-skill mixedbread-ai/skills mxbai-cli
claude install-skill mixedbread-ai/skills mixedbread-search
claude install-skill mixedbread-ai/skills mixedbread-parsing
Add this repository as a plugin in your Cursor settings, or clone and reference the .cursor-plugin/ directory.
cp agents/AGENTS.md .agents/AGENTS.md
Reference the gemini-extension.json for extension configuration, or use the .mcp.json for MCP server integration.
| 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 & OCR
Apache-2.0 — see LICENSE.