The Skills System

Expanding Autonomy

Skills are the plugins of the OpenClaw ecosystem. They allow the agent to interact with external tools, APIs, and the local file system. A skill is essentially a set of instructions and code (often TypeScript or Python) that the agent can "call" to perform specific tasks.

Types of Skills

Skill Manifest: Every skill is defined by a SKILL.md file which acts as the manual for the AI agent.