An automated discovery system that allows agents to identify and load custom skill documentation on demand.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install capability-awareness
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 capability-awareness using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Capability Awareness System solves the problem of agent ignorance regarding custom installations. By implementing a skills-first approach, it provides a structured way for agents to see high-level descriptions of available capabilities and only load full documentation when a specific task requires it. This architecture ensures that Openclaw Skills are always discoverable without cluttering the agent prompt with unnecessary technical details when they are not in use.
This system serves as the foundational layer for building a robust local ecosystem where agents can navigate complex workflows by pulling in the right tools at the right time. It bridges the gap between having a tool installed and having an agent that actually knows how and when to use it efficiently.
To install the system, navigate to your workspace and clone the repository:
cd /home/node/.openclaw/workspace
git clone https://github.com/pfaria32/openclaw-capability-awareness.git projects/capability-awareness-system
Ensure that any new Openclaw Skills you develop are placed within the workspace/skills/ directory with a properly formatted SKILL.md file for the agent to read.
| Element | Source | Purpose |
|---|---|---|
| Skill Directory | workspace/skills/* |
Root location for all installed capabilities |
| Metadata File | SKILL.md |
Contains the logic, usage, and schema for individual Openclaw Skills |
| Registry Entry | AGENTS.md |
Defines the workflow for how the agent discovers and scans skills |
| Capability Card | Prompt Injection | A brief summary used for initial discovery during the agent scan phase |
Loading
A natural language browser automation skill that enables AI agents to navigate web pages, extract data, and interact with web elements via the CLI.

A comprehensive skill for deploying, managing, and invoking serverless browser automation using the Browserbase CLI and SDK.

A natural language interface for automating browser actions, web navigation, and data extraction via CLI.

An AI-powered browser automation tool that executes natural language commands to navigate, interact with, and extract data from any website.

A robust tool for downloading and querying Amazon order history through an unofficial Python API and CLI interface.

Analyze your Arccos Golf performance data, including strokes gained and club distances, through a powerful command-line interface.








































