AI Concept Atlas
FIELD NOTES / 01
Side by side

Agent Skill & Tool

A tool performs an operation; a skill packages instructions and resources for carrying out a kind of task.

A skill can use several tools. Tool availability and permissions remain separate from instructions in the skill.

Swap columns ⇄
DimensionAgent SkillTool
PurposeTeach a reusable way of approaching a task.Execute an operation through a defined interface. [Anthropic][Agent Skills]
Role in the systemInstructions and supporting resources available to an agent.Callable capability. [Anthropic][Agent Skills]
Inputs and outputsTask-relevant instructions and resources guide the agent.Arguments go in; results or side effects come out. [Anthropic][Agent Skills]
PersistenceThe skill package can be reused; run state depends on the application.Implementation-dependent; an operation may read or change stored state. [Anthropic][Agent Skills]
ExampleExplain how to investigate an order problem using available tools.Look up an order by its number. [Anthropic][Agent Skills]
Boundary caveatsA skill may refer to tools but does not replace their execution layer.Tool access does not by itself supply a complete procedure. [Anthropic][Agent Skills]

Evidence for this distinction

Last editorial review: 2026-09-13.