Jump to related tools in the same category or review the original source on GitHub.

Search & Research @lraivisto Updated 2/26/2026

Researchbrain OpenClaw Skill - ClawHub

Do you want your AI agent to automate Researchbrain workflows? This free skill from ClawHub helps with search & research tasks without building custom tools from scratch.

What this skill does

High-velocity research orchestration engine. Manages persistent state, synthesis, and autonomous verification for agents.

Install

npx clawhub@latest install researchbrain

Full SKILL.md

Open original
namedescription
researchvaultHigh-velocity research orchestration engine. Manages persistent state, synthesis, and autonomous verification for agents.

ResearchVault 🦞

Autonomous state manager for agentic research.

Core Features

  • The Vault: Local SQLite persistence for artifacts, findings, and links.
  • Divergent Reasoning: Create branches and hypotheses to 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.

Original URL: https://github.com/openclaw/skills/blob/main/skills/lraivisto/researchbrain

Related skills

If this matches your use case, these are close alternatives in the same category.