✓ Verified 💻 Development ✓ Enhanced Data

Researchvault Brain

Local research orchestration and state management.

Rating
4.8 (125 reviews)
Downloads
1,042 downloads
Version
1.0.0

Overview

Local research orchestration and state management.

Complete Documentation

View Source →

Vault

Local orchestration engine for managing long-running research tasks with high reliability and zero external costs.

Core Concepts

  • The Vault: A local SQLite database stored in ~/.researchvault/ (configurable via RESEARCHVAULT_DB).
  • Project: A high-level research goal.
  • Instrumentation: Every event tracks confidence (0.0-1.0), source, and tags.

Workflows

1. Initialize a Project

bash
python3 scripts/vault.py init --id "proj-v1" --objective "Project goal"

2. Multi-Source Research

Use the unified scuttle command with SSRF protection:
bash
python3 scripts/vault.py scuttle "https://example.com" --id "proj-v1"

3. Monitoring & Summary

bash
python3 scripts/vault.py summary --id "proj-v1"
python3 scripts/vault.py status --id "proj-v1"

4. Export

bash
python3 scripts/vault.py export --id "proj-v1" --format markdown --output summary.md

Maintenance

The database is local and excluded from version control.

Installation

Terminal bash

openclaw install researchvault-brain
    
Copied!

💻Code Examples

### 3. Monitoring & Summary

-3-monitoring--summary.sh
python3 scripts/vault.py summary --id "proj-v1"
python3 scripts/vault.py status --id "proj-v1"

Tags

#devops_and-cloud

Quick Info

Category Development
Model Claude 3.5
Complexity Advanced
Author lraivisto
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install researchvault-brain