LaunchKit · 2026
Back to Skills

researchvault-v3-0-1

Local-first research orchestration engine.

0
0 downloads
by @lraivisto

Setup & Installation

openclaw skills install @lraivisto/researchvault-v3-0-1

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install researchvault-v3-0-1

What This Skill Does

ResearchVault is a local-first research orchestration engine that stores all data in a local SQLite database. It manages persistent state, synthesis, and autonomous verification for agents, with optional background services including an MCP server and a watchdog process.

All data stays on-device in a local SQLite file with no cloud sync, making it suitable for sensitive research where external data exposure is a concern.

When to use it

  • Tracking AI industry trends across multiple web sources
  • Building a sourced literature review from ingested URLs
  • Running autonomous research strategies on a named project
  • Managing long-running research sessions with persistent state
  • Accessing collected research through a local web portal

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: research AI trends for 2026 and synthesize findings

AGENT
  1. 1Initialize a new project with `vault.py init --objective 'Analyze AI trends' --name 'Trends-2026'`
  2. 2Ingest relevant URLs using `vault.py scuttle <url> --id trends-2026`
  3. 3Run the autonomous strategist with `vault.py strategy --id trends-2026`
  4. 4Review synthesized output from the local SQLite database
OUTPUT

A structured research synthesis with sourced findings stored locally under the Trends-2026 project

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Brave Search API key (BRAVE_API_KEY) if using Brave Search providerSerper API key (SERPER_API_KEY) if using Serper search providerSearXNG instance URL (SEARXNG_BASE_URL) if using SearXNG search provider