Install
openclaw skills install researchvaultLocal-first research orchestration engine. Manages state, synthesis, and optional background services (MCP/Watchdog).
openclaw skills install researchvaultLocal-first research orchestration engine.
ResearchVault manages persistent state, synthesis, and autonomous verification for agents.
--allow-private-networks to override.scripts/services/ and must be started manually.disable-model-invocation: true prevents the model from autonomously starting background tasks.python3 -m venv .venv
source .venv/bin/activate
pip install -e .
Initialize Project:
python scripts/vault.py init --objective "Analyze AI trends" --name "Trends-2026"
Ingest Data:
python scripts/vault.py scuttle "https://example.com" --id "trends-2026"
Autonomous Strategist:
python scripts/vault.py strategy --id "trends-2026"
Start the portal explicitly:
./start_portal.sh
127.0.0.1:8000127.0.0.1:5173RESEARCHVAULT_PORTAL_TOKEN./start_portal.sh loads/generates .portal_auth and exports RESEARCHVAULT_PORTAL_TOKEN before backend launch#token=<token> (token from .portal_auth)RESEARCHVAULT_PORTAL_ALLOWED_DB_ROOTS (default ~/.researchvault,/tmp)BRAVE_API_KEY, SERPER_API_KEY, SEARXNG_BASE_URL) and are not injected into vault subprocesseshttp://127.0.0.1:5173/#token=<token>http://localhost:5173/#token=<token>Operational commands:
./start_portal.sh --status
./start_portal.sh --stop
Security parity with CLI:
--allow-private-networks.python scripts/services/mcp_server.pypython scripts/services/watchdog.py --once