AI Concept Atlas
FIELD NOTES / 01
Side by side

Tool & Agent Skill

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 ⇄
DimensionToolAgent Skill
PurposeExecute an operation through a defined interface.Teach a reusable way of approaching a task. [Anthropic][Agent Skills]
Role in the systemCallable capability.Instructions and supporting resources available to an agent. [Anthropic][Agent Skills]
Inputs and outputsArguments go in; results or side effects come out.Task-relevant instructions and resources guide the agent. [Anthropic][Agent Skills]
PersistenceImplementation-dependent; an operation may read or change stored state.The skill package can be reused; run state depends on the application. [Anthropic][Agent Skills]
ExampleLook up an order by its number.Explain how to investigate an order problem using available tools. [Anthropic][Agent Skills]
Boundary caveatsTool access does not by itself supply a complete procedure.A skill may refer to tools but does not replace their execution layer. [Anthropic][Agent Skills]

Evidence for this distinction

Last editorial review: 2026-09-13.