Install the embeddings extra (fastembed, ~85 MB ONNX model) into an isolated venv. Required for semantic and hybrid search modes. The model runs on CPU, no GPU needed.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add roomi-fields/rtfm --skill install-embeddings --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Install Embeddings?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/roomi-fields-install-embeddings)More formats (shields.io, HTML) on the badges page.
---
description: Install the embeddings extra (fastembed, ~85 MB ONNX model) into an isolated venv. Required for semantic and hybrid search modes. The model runs on CPU, no GPU needed.
---
Install RTFM's embeddings extra by running this command via the Bash tool:
```bash
"${CLAUDE_PLUGIN_ROOT}/bin/rtfm-install-extras" embeddings
```
After it completes, tell the user to restart Claude Code so the MCP server picks up the new extras venv. Then `rtfm_search` with `search_type="semantic"` or `"hybrid"` will work.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!