researchvault
High-velocity research orchestration engine. Manages persistent state, synthesis, and autonomous verification for agents.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/lraivisto/lraivisto-researchvaultResearchVault 🦞
Autonomous state manager for agentic research.
Core Features
- The Vault: Local SQLite persistence for
artifacts,findings, andlinks. - Divergent Reasoning: Create
branchesandhypothesesto explore parallel research paths. - Synthesis Engine: Automated link-discovery using local embeddings.
- Active Verification: Self-correcting agents via
verification_missions. - MCP Server: Native support for cross-agent collaboration.
- Watchdog Mode: Continuous background monitoring of URLs and queries.
Workflows
1. Project Initialization
uv run python scripts/vault.py init --id "metal-v1" --name "Suomi Metal" --objective "Rising underground bands"
2. Multi-Source Ingestion
uv run python scripts/vault.py scuttle "https://reddit.com/r/metal" --id "metal-v1"
3. Synthesis & Verification
# Link related findings
uv run python scripts/vault.py synthesize --id "metal-v1"
# Plan verification for low-confidence data
uv run python scripts/vault.py verify plan --id "metal-v1"
4. MCP Server
uv run python scripts/vault.py mcp --transport stdio
Environment
Requires Python 3.13 and uv.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-lraivisto-lraivisto-researchvault": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
researchvault
High-velocity research orchestration engine. Manages persistent state, synthesis, and autonomous verification for agents.
researchvault
Local-first research orchestration engine. Manages state, synthesis, and optional background services (MCP/Watchdog).
researchvault
High-velocity research orchestration engine. Manages persistent state, synthesis, and autonomous verification for agents.
vault
Local research orchestration and state management. Use when starting projects, logging progress, or exporting findings.
hello
Just a test skill