Agentdb Query
Skill Verified ActiveQuery AgentDB through the controller bridge -- semantic routing, hierarchical recall, causal graphs, context synthesis, pattern store/search
To provide a structured and reliable way to interact with AgentDB's advanced knowledge management features, enabling efficient storage, retrieval, and analysis of agent memory and patterns.
Features
- Query AgentDB through controller bridge
- Semantic routing and hierarchical recall
- Context synthesis and pattern store/search
- Manage causal graphs and agent memory
- Utilize specialized MCP tools for AgentDB operations
Use Cases
- Storing and retrieving structured knowledge across agent sessions
- Searching for learned patterns and reasoning routes
- Synthesizing context from multiple memories
- Building and querying causal knowledge graphs
Non-Goals
- Directly managing AgentDB infrastructure beyond the controller bridge
- Performing operations not supported by the exposed MCP tools
- Replacing the core AgentDB functionality; it acts as an interface
Protocol
- info:Idempotent retry & timeoutsWhile the skill uses MCP tools, the idempotency and timeout handling are presumed to be managed by the underlying MCP server and AgentDB implementation, not explicitly detailed here.
Installation
First, add the marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-agentdb@rufloQuality Score
VerifiedTrust Signals
Similar Extensions
Mongodb Search And Ai
100Guides MongoDB users through implementing and optimizing Atlas Search (full-text), Vector Search (semantic), and Hybrid Search solutions. Use this skill when users need to build search functionality for text-based queries (autocomplete, fuzzy matching, faceted search), semantic similarity (embeddings, RAG applications), or combined approaches. Also use when users need text containment, substring matching ('contains', 'includes', 'appears in'), case-insensitive or multi-field text search, or filtering across many fields with variable combinations. Provides workflows for selecting the right search type, creating indexes, constructing queries, and optimizing performance using the MongoDB MCP server.
DBHub Database Query Guide
100Guide for querying databases through DBHub MCP server. Use this skill whenever you need to explore database schemas, inspect tables, or run SQL queries via DBHub's MCP tools (search_objects, execute_sql). Activates on any database query task, schema exploration, data retrieval, or SQL execution through MCP — even if the user just says "check the database" or "find me some data." This skill ensures you follow the correct explore-first workflow instead of guessing table structures.
Dsql
100Build with Aurora DSQL — manage schemas, execute queries, handle migrations, diagnose query plans, and develop applications with a serverless, distributed SQL database. Covers IAM auth, multi-tenant patterns, MySQL-to-DSQL migration, DDL operations, query plan explainability, and SQL compatibility validation. Triggers on phrases like: DSQL, Aurora DSQL, create DSQL table, DSQL schema, migrate to DSQL, distributed SQL database, serverless PostgreSQL-compatible database, DSQL query plan, DSQL EXPLAIN ANALYZE, why is my DSQL query slow.
Understand Knowledge
100Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering.
Kg Extract
99Extract entities and relations from source files to build a knowledge graph
V3 Memory Unification
99Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).