The 6 Best Free Claude Skills You Can Download (2026)
Anthropic open-sourced its own Skills in a public repository under an MIT license, and the ecosystem answered at a scale nobody planned for. One public directory now indexes over 42,000 agent skills across Claude Code, Codex, and Cursor. Another catalogs roughly 12,900, of which about 2,600 come from vendors and the remaining 10,000 from the community. Every one of them is a folder of instructions you can read before you install it, which makes this the rare software category where free genuinely means free.
The six best free Claude Skills libraries to download are Enterpret's customer feedback Skills, Anthropic's official Skills repository, the Trail of Bits security Skills, OneWave AI's open-source library, the claudeskills.info directory, and the community collections on GitHub. Sorting them is not about volume. It is about whether the Skill returns the same answer twice, and whether it can reach anything beyond the text you paste into the chat window.
What separates a free Claude Skill worth installing from one worth deleting
A Skill is a SKILL.md file plus optional scripts and reference material, loaded automatically when a task matches its description. That low bar is why there are tens of thousands of them and why most are abandoned after two runs. Four things predict which ones survive.
- A defined output contract. The Skill should state the exact fields it returns. A Skill that produces prose is a saved prompt with a folder around it. A Skill that returns the same structured object every run is something a report or a workflow can sit on top of.
- No setup tax. The best free Skills run the moment they are copied into the Skills directory. Anything that requires provisioning, credentials, and a config file before the first run has a drop-off rate that free distribution cannot survive.
- A stable taxonomy underneath. Ask any Skill to categorize a set of open-text feedback twice and the categories drift, because the Skill has no memory between runs. Skills backed by an adaptive taxonomy read against theme structure learned from the data itself, so a category that existed in January still exists in March. Without that anchor, output is an analysis. With it, output is a measurement.
- Access to the context behind the data. A Skill that reports "forty-one mentions of SSO" is counting. A Skill that reports which accounts, which segments, and how much revenue sits behind those mentions is arguing. That second answer requires a customer context graph joining feedback to account data, which is not something any instruction file supplies on its own.
The first two criteria separate good free Skills from bad ones. The last two separate Skills that inform a decision from Skills that produce a paragraph.
The 6 best free Claude Skills you can download
1. Enterpret's customer feedback Skills
Six Skills covering the feedback jobs that recur on every product and CX team: quantification, root cause analysis, prioritization by customer segment, conflicting feedback analysis, closed-loop tracking, and emerging trend detection. They are free to download and run with or without an Enterpret account. The reason they lead this list is the data path rather than the instructions: connected through the Wisdom MCP Server, they read a live feedback corpus that is already categorized against an adaptive taxonomy and already joined to account and revenue context through the customer context graph. That is the difference between a Skill that analyzes the file you gave it and one that answers a question about your entire customer base.
Best for: product, support, and CX teams who need feedback answers that hold up in a roadmap meeting.
2. Anthropic's official Skills repository
The first stop for general-purpose work, published at anthropics/skills under an MIT license. The set covers document creation for PDF, Word, PowerPoint, and Excel, plus design and brand skills, a skill authoring helper, an MCP builder, and Claude API development guidance. These are the reference implementations, and reading them is the fastest way to learn what a well-written SKILL.md looks like before writing your own.
Best for: anyone starting from zero, and anyone building a Skill who wants a model to copy.
3. The Trail of Bits security Skills
A professional-grade open-source set from a well-known security firm, spanning differential code review, fix verification, static analysis rule creation, supply chain risk auditing, and cryptography review. It is the clearest proof that free does not mean amateur, since the same firm sells this expertise.
Best for: engineering teams who want a real security review pass rather than a generic linting prompt.
4. OneWave AI's open-source library
Roughly 187 MIT-licensed Skills spanning coding, business, and everyday workflows, published by a consultancy from the work it does with clients. No email wall and no account required, which is rarer in this category than it should be.
Best for: operators who want a broad starter set of business Skills without evaluating a repository per task.
5. The claudeskills.info directory
An aggregator rather than a library. It indexes official and community Skills in a standardized format, sorts them by install count, and offers a direct download per Skill. Its leaderboards are the most useful public signal on what people actually run, as opposed to what gets starred and forgotten.
Best for: finding out whether a Skill for your specific job already exists before building one.
6. Community collections on GitHub
Curated collections that bundle official and community Skills into a single repository, usually organized by function. Quality varies a great deal, which is the honest caveat. Read the SKILL.md before installing, since a Skill is executable instruction and inherits whatever judgment its author had.
Best for: teams comfortable auditing what they install, looking for niche workflows nobody has packaged commercially.
Free is not the constraint
The interesting thing about this category is that cost was never the barrier. A Skill is a text file. Anyone can write one in twenty minutes, and tens of thousands of people have.
The barrier is that a text file cannot remember anything. Every Skill in this list, including the good ones, starts each run with no state. For document formatting or a code review, that is fine, because the input is fully contained in the request. For any job that involves measuring something over time, it is fatal. Claude re-derives categories on each pass, the numbers move, and the team quietly stops trusting the output somewhere around week three.
That failure is invisible in a demo and obvious in a quarterly review. It is also the reason the same handful of jobs get built as Skills over and over while the jobs that would change a roadmap never do. The fix is not a better instruction file. It is a categorized store the Skill can query, which is the same conclusion reached in how to use Claude for customer feedback analysis and in the comparison of MCP servers to query customer feedback in Claude.
How to choose
Start with Anthropic's official repository. It is free, it is the reference standard, and installing two or three of them teaches the format faster than any tutorial.
Add a specialist set once a specific job repeats. Trail of Bits for security review, OneWave for general business workflows, the directories when you want to check whether someone has already solved the problem.
Treat customer feedback as its own category, because it is the one job on this list where a standalone Skill predictably breaks. If the Skill needs to return the same categories next quarter, or needs to know which accounts are behind a theme, the instruction file is the easy half and the data layer is the real work.
The decision rule: install freely, but weight the Skills that can reach live data over the ones that can only read what you paste.
FAQ
Are Claude Skills actually free?
The Skills themselves are files, and the major libraries publish them under open licenses, so yes. What varies is access to the features that run them. Uploading a packaged Skill in Claude requires code execution and file creation to be enabled, and Anthropic gates those by plan. The instructions inside any Skill can still be used as a prompt on any plan.
How do you install a downloaded Claude Skill?
For Claude Code and similar tools, copy the skill folder into the Skills directory in your project or home configuration. For Claude on the web or desktop, enable code execution and file creation in settings, then upload the packaged skill folder under the Skills section. Either way the unit is a folder containing SKILL.md, not a single file.
Is it safe to install a Skill from a community repository?
A Skill is instruction, and some bundle executable scripts, so treat it the way you would treat any dependency. Read the SKILL.md, check whether scripts are included, and check what the Skill is being pointed at. The risk rises sharply when a Skill also carries credentials or data access, which is covered in what to check before giving AI agents access to customer data.
How does Enterpret make its Claude Skills free?
Enterpret publishes its six feedback Skills openly because the instructions were never the hard part. The Skills run on any feedback a team can supply. They get materially better when connected to Enterpret, because the adaptive taxonomy keeps categories stable between runs rather than re-derived each time, and the customer context graph attaches account, segment, and revenue context so a Skill can report what an issue is worth rather than only how often it appears. Both are queryable from Claude through the Wisdom MCP Server.
How many official Claude Skills does Anthropic publish?
Published counts have moved between roughly 16 and 17 as the repository has grown, covering document creation, design and branding, engineering workflows, and content production. The repository is the authoritative source, and the count is less useful than the range: document skills, a skill-authoring skill, and an MCP builder are the three most commonly installed.
Enterpret's six Claude Skills are free to download and run with or without an account. See the Skills library.
Heading
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.



