rvf-manage
Original:🇺🇸 English
Translated
Manage RVF (Ruflo Vector Format) files for portable agent memory and cross-platform transfer
4installs
Sourceruvnet/ruflo
Added on
NPX Install
npx skill4agent add ruvnet/ruflo rvf-manageTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →RVF Management
Manage RVF files for portable, transferable agent memory.
When to use
When you need to export agent memory to RVF format for backup, transfer between projects, or share knowledge between teams.
Steps
- List memories — call to see all stored memories
mcp__claude-flow__memory_list - Export — use the tool with
mcp__claude-flow__hooks_transferaction to export patternsstore - Import — call to import from Claude Code memories
mcp__claude-flow__memory_import_claude - Migrate — call for format upgrades
mcp__claude-flow__memory_migrate - Stats — call for storage metrics
mcp__claude-flow__memory_stats
RVF format
RVF (Ruflo Vector Format) stores:
- Vector embeddings (384-dim ONNX)
- Metadata (timestamps, namespaces, tags)
- Causal relationships between entries
- Session context and agent scope
Transfer between projects
bash
npx @claude-flow/cli@latest hooks transfer store --pattern "project-knowledge"
npx @claude-flow/cli@latest hooks transfer from-project --source /path/to/other/project