A meta-cognitive reasoning layer that transforms AI agents from simple executors into human-level planners with self-awareness.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agi
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 agi using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The AGI skill for Openclaw Skills is a sophisticated reasoning framework designed to overhaul how AI coding agents approach problem-solving. Instead of just generating code or text, it implements a meta-cognitive layer that forces the agent to stop, think, and plan before taking action. By integrating this into your Openclaw Skills library, you enable agents to acknowledge their own limitations, calibrate their confidence levels, and apply transfer learning across diverse technical domains.
This skill focuses on the "how" of intelligence rather than the "what." It provides a structured environment for the agent to store reasoning patterns, post-task reflections, and known gaps in its knowledge base within a dedicated local directory. This ensures that every interaction is grounded in logical consistency and a deep understanding of the user's actual intent, making it an essential addition for those building advanced autonomous workflows.
To integrate this reasoning framework into your Openclaw Skills environment, follow these steps:
clawhub install agi
mkdir -p ~/agi/
touch ~/agi/memory.md ~/agi/reflections.md ~/agi/limits.md
setup.md file provided in the skill package for specific integration guidelines and activation prompts.The AGI skill maintains a structured memory system within the ~/agi/ directory to track cognitive patterns. This organization allows Openclaw Skills to persist learning over time.
| File | Purpose |
|---|---|
| memory.md | Stores reasoning patterns, learned heuristics, and long-term cognitive strategies. |
| reflections.md | Contains logs of post-task analysis, identifying what worked and what could be improved. |
| limits.md | Documents known knowledge gaps, uncertainties, and architectural blind spots. |
| reasoning.md | Defines the specific logical protocols the agent follows during the Stop-Think-Plan phase. |
Loading
A tactical framework for maximizing productivity by orchestrating multiple AI coding agents through parallel workflows and pragmatic tool selection.

A professional workflow for shipping reviewer-ready production code through AI agents using strict contracts and the PACT protocol.

A framework for defining the identity, voice, and operational boundaries of AI agents to ensure authentic user interactions.

A comprehensive framework to build and operate a service-based agency including client management, project tracking, and automated pricing.

A technical skill that empowers AI agents to provide real-time, accurate data on model pricing, rankings, and hardware requirements by bypassing outdated training data.

A specialized AI agent skill for managing Apple AirTags, locating items, and troubleshooting Find My connectivity.








































