vector-embed
Installation
SKILL.md
Vector Embed
Generate and store vector embeddings using the ruvector npm package.
When to use
Use this skill to embed text, code, or documents into 384-dimensional vectors for semantic search, similarity comparison, or clustering. ruvector uses ONNX all-MiniLM-L6-v2 with HNSW indexing (52,000+ inserts/sec, ~0.045ms search).
Steps
- Ensure ruvector@0.2.25 is available:
Ifnpm ls ruvector 2>/dev/null | grep '0.2.25' || npm install ruvector@0.2.25embed textlater reportsONNX WASM files not bundled, also run:npm install ruvector-onnx-embeddings-wasm - Embed the input (use the
textsubcommand, with text as a positional arg):
Related skills
More from ruvnet/ruflo
agent-swarm
Agent skill for swarm - invoke with $agent-swarm
402agent-workflow
Agent skill for workflow - invoke with $agent-workflow
402workflow-automation
>
390agent-arch-system-design
Agent skill for arch-system-design - invoke with $agent-arch-system-design
385security-audit
>
375agent-architecture
Agent skill for architecture - invoke with $agent-architecture
354