Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Vault is a local SQLite-backed system for managing long-running research projects. It tracks events with confidence scores, sources, and tags, and supports fetching, summarizing, and exporting findings.
Keeps all research state local with no external service dependencies, eliminating API costs and data privacy concerns.
When to use it
- Tracking progress across a multi-day research project
- Logging findings from multiple web sources into one place
- Exporting a research summary to a markdown report
- Monitoring confidence levels across gathered evidence
- Starting a structured investigation with a defined objective
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: start a project to research competitors and summarize findings
- 1Initialize a project with a unique ID and objective using vault.py init
- 2Fetch and log sources using the scuttle command with SSRF protection
- 3Check project status and event confidence with vault.py status
- 4Generate a summary of logged findings with vault.py summary
- 5Export the research to a markdown file using vault.py export
A structured markdown report of research findings saved to the local filesystem