What is Skill?

A module that adds specific capabilities to an AI agent — like a specialized plugin.

// Explanation

In the context of AI agents like OpenClaw, a skill is a packaged set of instructions and tools that teaches the agent how to perform a specific task: check the weather, manage emails, search GitHub, transcribe audio, etc. It's like installing a new ability in the agent. Skills can be shared, updated, and combined — turning a generic agent into a specialist for your workflow.

// Example

OpenClaw has a Gmail skill that teaches it how to read, search, and send emails. Without that skill, the agent wouldn't know how to connect to your inbox.

← See all 42 glossary terms