Claude Skills vs Tools

Anthropic Skills and Tools both extend Claude's capabilities, but they work differently. When to reach for each, and how to browse what's available.

🔥 Launch tonight — Power Prompts PDF 50p (just 50p tonight)30 battle-tested Claude Code prompts · 8 pages · paste into CLAUDE.md · price reverts to £5

Anthropic added Skills to the Claude platform on top of the existing tool-use API. The two are distinct mechanisms with different use cases.

Tools (function calling)

You define a function schema; Claude returns a structured call; your code executes it and returns the result. Tools are your code — you own the implementation.

Skills

Skills are pre-packaged capability bundles that Claude can invoke automatically when the user's request matches. Each Skill includes instructions, optionally scripts, and is loaded into context only when relevant. Anthropic ships some; you can author your own.

Browse what's out there

The Claude Skills Browser catalogs Anthropic-published Skills with searchable descriptions and use cases.

Which one?

Frequently asked questions

What is a Claude Skill?
A Claude Skill is a pre-packaged capability bundle that Claude can invoke automatically when a user's request matches it. Skills include instructions and optionally scripts, are loaded lazily (only when relevant), and can be authored by developers or published by Anthropic.
What is the difference between Claude Skills and tool use?
Tool use (function calling) runs your code — you define a schema, Claude returns a call, your server executes it. Skills are pre-packaged behaviors that Claude loads and runs from its own context, without requiring a real-time API round-trip to your server.
Do Claude Skills count as extra input tokens?
Skills are loaded into context when invoked, so they do consume input tokens. However, they are loaded lazily — a Skill not triggered by the current request does not appear in the context and does not add to your token count.

Free tools

Cost Calculator → Prompt-Pricing Recommender → Diff Summarizer → Skills Browser →

Related

Claude Opus 4.7 vs Sonnet 4.6 Pricing (2026 Comparison)How Much Does Claude Cost? (2026 API Pricing Guide)Claude Prompt Caching: 90% Cost Savings Explained (2026)Claude API Cost Calculator: Estimate Your Anthropic BillClaude vs GPT-4 Pricing: 2026 API Cost Comparison