An autonomous background reasoning agent that explores open questions and hypotheses using local models without consuming your primary token budget.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install mind-wander
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install mind-wander using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Mind-Wander is a sophisticated background reasoning agent designed to function as a digital hippocampus for your workspace. It autonomously explores unresolved questions and complex tangents listed in your project files without requiring manual intervention or consuming expensive API tokens from primary providers. By utilizing local LLMs and a private knowledge graph, it provides a powerful way to expand the capabilities of Openclaw Skills through deep, asynchronous research.
This skill acts as a specialized researcher that works in the background, performing web searches, running sandbox experiments, and tracking its own progress. It ensures that your primary AI context remains focused on immediate tasks while still benefiting from long-term knowledge consolidation. Only findings that pass a strict novelty gate are elevated to your main project files, preventing noise while maximizing intellectual discovery.
To get started with this skill, ensure you have Ollama and FalkorDB installed, then follow these steps:
# Install the skill and dependencies
bash mind-wander/scripts/install.sh
# Pull the optimized local reasoning model
ollama pull qwen3.5-wander-q8
# Initialize your research anchor file
echo "## Research Question: How does X impact Y?" >> ON_YOUR_MIND.md
# Run a manual session to verify setup
python3 mind-wander/run.py --verbose
Mind-Wander organizes its research data into a clear hierarchy to maintain workspace cleanliness:
| Component | File/Storage | Purpose |
|---|---|---|
| Input Anchor | ON_YOUR_MIND.md |
User-defined questions and research triggers. |
| Elevated Findings | MENTAL_EXPLORATION.md |
High-value, novel insights that have passed the novelty gate. |
| Dead End Log | DEAD_ENDS.md |
A record of closed threads to prevent redundant research. |
| Session Logs | completions/wander/ |
Full JSON traces of every reasoning session for audit and training. |
| State Tracking | FalkorDB (wander graph) | Persistent memory of exploration history separate from primary context. |
Loading
An AI agent skill designed to interact with the Hyperliquid Names API for domain resolution, profile lookups, and HyperEVM integration.

A high-autonomy AI agent skill that transforms your digital wardrobe into a personal stylist through natural language interaction and intelligent outfit planning.

A recursive self-evolution engine that allows AI agents to autonomously analyze their runtime history, fix bugs, and optimize their own source code.

A specialized knowledge skill providing structured information and professional brand intelligence on CNOOC for AI agents.

A sophisticated translation engine that preserves complex document layouts by leveraging LaTeX reconstruction and direct arXiv source integration.

A temporal Graph-RAG system providing AI agents with persistent, queryable long-term memory through a Mixture-of-Experts knowledge graph architecture.








































