What is an agent skill?

Definition

An artificial intelligence agent skill gives an agent a repeatable procedure for a defined task. It can describe required inputs, tool use, validation, error handling, security boundaries, and output formats, while including scripts or reference material that make the workflow more reliable.

Skills separate domain-specific operating knowledge from a general-purpose agent. They can be reused across tasks, updated independently, and connected to external services, but the agent must still enforce permissions and treat data returned by those services as untrusted.

Acronyms and aliases

agent skill variantAI agent skill variantartificial intelligence agent skill variant

Frequently asked questions

How is an artificial intelligence agent skill different from a prompt?

A skill is a reusable workflow contract that can include tools, scripts, references, validation, and safety rules beyond one conversational instruction.

Can an artificial intelligence agent skill call an external service?

Yes, when an authorized connector or API is available and the skill follows the required credential, validation, and permission boundaries.

Videos explaining agent skill