A sophisticated reasoning framework that implements curiosity-driven behaviors to force agents to challenge assumptions and explore information gaps.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install curiosity-engine
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 curiosity-engine using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Curiosity Engine is a specialized reasoning layer designed to enhance how agents process complex information within the Openclaw Skills ecosystem. Instead of providing immediate, potentially superficial answers, this skill activates a structured OODA-C (Observe, Orient, Doubt, Act, Curiose) loop. This process encourages the agent to identify knowledge gaps, challenge its own initial hypotheses, and use available tools to conduct deeper investigations before finalizing a response.
By integrating this skill, developers can transform standard agents into proactive researchers. It is particularly effective for tasks that require high-fidelity analysis, such as technical troubleshooting or deep-dive research, ensuring that the agent remains skeptical of its own assumptions and prioritized information gain over simple speed.
To deploy the Curiosity Engine within your Openclaw Skills setup, ensure the agent has access to web search and file system tools. No additional training is required as the skill functions at inference time.
# Set the curiosity level to high for deep research tasks
/curious high
# Or allow the engine to activate automatically based on question complexity
/curious auto
Ensure that a directory exists for memory persistence if you wish to track open threads across multiple sessions.
The Curiosity Engine structures its internal logic and external outputs using the following taxonomy:
| Data Point | Definition | Storage/Output |
|---|---|---|
| Confidence Score | A numeric rating of how certain the agent is in its response | Prefixed to output footer |
| Knowledge Map | Classification of data as KNOWN, ASSUMED, or UNKNOWN | Internal reasoning state |
| Open Threads | Persistent list of questions for future exploration | memory/curiosity-threads.md |
| Surprise Flag | Metadata identifying counter-intuitive or unexpected findings | Markdown output block |
Loading
A professional AI research tool that generates comprehensive technical reports for any GitHub repository.

A technical guide and implementation reference for building production-grade AI agents using LangGraph 1.0 and the LangChain ecosystem.

A high-performance CLI-based integration to manage Todoist tasks, projects, and labels with local caching and natural language processing.

An AI agent skill designed to transform raw video copy into high-impact, clickable YouTube thumbnail concepts and images.

A high-efficiency AI skill designed to bypass paywalls and retrieve full-text news articles from major global publishers.

A professional-grade security auditing tool designed to inspect and block malicious third-party code, plugins, and packages before they are installed in your environment.








































