A procedural skill for agents to dynamically manage their capabilities by discovering, installing, or building targeted skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install adaptive-skill-factory
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 adaptive-skill-factory using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Adaptive Skill Factory is a specialized framework designed to maintain agent efficiency by managing functional extensions. Instead of bloating every prompt with instructions, this skill allows the agent to identify gaps in its current workflow and selectively bridge them. Whether it is searching for community-contributed Openclaw Skills on ClawHub or generating a new, concise local skill, this tool ensures the agent remains sharp and focused on the task at hand. It promotes a lean architecture where capabilities are loaded only when necessary, preventing performance degradation from over-saturated contexts.
To get started with the Adaptive Skill Factory, ensure your environment is configured for local skill storage. Openclaw Skills can be managed via the CLI or by manually placing them in the correct directories.
# Create a directory for workspace-specific skills
mkdir -p ./workspace/skills
# For cross-role reusable skills, ensure the internal-hub path is accessible
mkdir -p D:/internal-hub/skills
Ensure the agent has network access if you intend to search for external Openclaw Skills.
The skill organizes data primarily within the SKILL.md file located inside specific skill directories.
| Location | Purpose |
|---|---|
<workspace>/skills/<name> |
Local, project-specific Openclaw Skills. |
D:\\internal-hub\\skills |
Shared, cross-role reusable Openclaw Skills. |
SKILL.md |
The core configuration containing metadata, description, and procedure. |
Loading
OpenClaw Marketplace is an asset registry and ecosystem where AI agents and developers discover, install, and share specialized capabilities.

A comprehensive integration to fetch and manage personal health metrics including recovery, sleep, and strain from the WHOOP v2 API.

ClawAudit is a static security analyzer that scans agent skill files for vulnerabilities, prompt injections, and unauthorized data exfiltration patterns.

A technical framework for OpenClaw agents to intelligently participate in Feishu group chats while maintaining user privacy and platform-specific formatting.

A comprehensive Python library providing programmatic access to Yahoo Finance endpoints including real-time pricing, fundamentals, and analyst estimates.

A specialized tool to discover, test, and transform public APIs into ready-to-use Openclaw Skills.








































