Best Agent Skills
Recommends which AI agent skill to install using nine daily-refreshed Top-100 ranking CSVs.
UtilitiesBeginner★ 580⑂ 14AI score 9/10Last updated: Sep 20, 2026
What it does
Answers skill-discovery questions from nine Top-100 lists aggregated daily across platforms (skills.sh, ClawHub, Tencent SkillHub, GitHub, X/HN/Bluesky).
- Lists:
best-100,top-installs,trending-7d,social-buzz,most-active,official-100,official-vendors,top-repos,rising-stars - Replies with rank, per-platform raw counts, the
installcommand, and the sourceurl - Distinguishes same-named skills by
vendor - History available by swapping
latestfor aYYYY-MM-DDsnapshot - Read-only: it links and recommends, it never installs anything itself
Who it's for
- Claude Code users choosing between competing agent skills
- Anyone checking whether a skill is popular, official, or actively maintained
- Teams standardizing on vetted, well-supported skills
- People tracking weekly trending and rising-star skills
Examples
- "Which skill should I install for browser automation?" → filters
best-100.csvby name/description and returns top candidates with install commands - "Is skill X official and still maintained?" → cross-checks
official-100.csvandmost-active.csv - "Compare A and B" → looks both up by
skill_keyand presents platform counts side by side instead of summing them
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/LinklyAI/best-skills/HEAD/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the SKILL.m folder from the GitHub repo LinklyAI/best-skills into my ~/.claude/skills/best-skills/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/LinklyAI/best-skills.git ~/.claude/skills/best-skills⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Create the skills folder if needed:
mkdir -p ~/.claude/skills - Clone the repo:
git clone https://github.com/LinklyAI/best-skills.git ~/.claude/skills/best-skills - Confirm
~/.claude/skills/best-skills/SKILL.mdexists. - Restart Claude Code and ask something like "what agent skills are trending this week?" to trigger it.
- Note: an internet connection is required, since the skill fetches public CSVs from GitHub raw at query time.
View source on GitHub ↗License: NOASSERTION