Skills Plugins MCP Prompt Model 博客 我的中心

memory-bridge

Bridge Claude Code auto-memory into AgentDB with ONNX embeddings, deduplicate, and enable unified cross-project search

DeepseekModel Curated skill Quality Excellent · 90 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=ruvnet-ruflo-plugins-ruflo-rag-memory-skills-memory-bridge-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name memory-bridge description Bridge Claude Code auto-memory into AgentDB with ONNX embeddings, deduplicate, and enable unified cross-project search argument-hint [--all-projects] [--dedupe] allowed-tools Bash Read mcp__plugin_ruflo-core_ruflo__memory_import_claude mcp__plugin_ruflo-core_ruflo__memory_bridge_status mcp__plugin_ruflo-core_ruflo__memory_search_unified Memory Bridge Import Claude Code's native auto-memory files into AgentDB for semantic search across sessions and projects. What it does Claude Code stores memories as markdown files in ~/.claude/projects/*/memory/*.md . This bridge: Reads all memory files (current project or all projects) Generates 384-dim ONNX embeddings (all-MiniLM-L6-v2) Stores in AgentDB's claude-memories namespace with HNSW indexing Deduplicates against existing entries (cosine similarity > 0.95) Enables unified semantic search across all memory sources Steps Check bridge health : mcp__plugin_ruflo-core_ruflo__memory_bridge_status({}) Verify: Claude files count, AgentDB entries, SONA state, connection status. Import memories : Current project: mcp__plugin_ruflo-core_ruflo__memory_import_claude({}) All projects: mcp__plugin_ruflo-core_ruflo__memory_import_claude({ allProjects: true }) CLI alternative: node .claude/helpers/auto-memory-hook.mjs import-all Verify import : mcp__plugin_ruflo-core_ruflo__memory_bridge_status({}) Confirm entry counts match expected file counts. Deduplicate (if --dedupe): Search for near-duplicate entries (cosine > 0.95) and merge them, keeping the most recent version. Test unified search : mcp__plugin_ruflo-core_ruflo__memory_search_unified({ query: "test query", limit: 3 }) Results include source attribution: claude-code , auto-memory , or agentdb . Auto-import The bridge runs automatically on session-start via the SessionStart hook. Manual invocation is only needed for: First-time import of all projects After bulk memory changes outside normal sessions Forcing re-embedding after model updates Integration with ruvector When ruflo-ruvector is loaded, bridged memories are also indexed by ruvector for: Hybrid search (sparse + dense with RRF) Graph RAG multi-hop queries across memory entries Brain knowledge sharing across sessions
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。