Beta
Skills · RegistryLive · 15 skills · 3 ecosystems · 8 frontier tier

Every Agent Skill · Rated

Cross-ecosystem agent skills directory · Claude Skills, OpenClaw ClawHub, and the generic AgentSkills-compatible format graded on the Gecko Rating ladder, with install snippets for every runtime.

Gecko RatingScripts + runtimeInstall-ready snippetsRefreshed daily

An agent skill is a packaged capability · a SKILL.md instruction file plus optional scripts and dependencies · that an AI agent installs and invokes like a plugin. Skills teach an agent how to do something (read a PDF, run a git workflow, scrape a page) while MCP servers give it the tools to actually execute those actions against real systems.

Claude Skills
Anthropic

Drop SKILL.md files into ~/.claude/skills/ · Claude Code, Desktop, and the API auto-discover them on next launch.

Browse Claude Skills
OpenClaw ClawHub
Community

Install via `openclaw skills install <slug>` from the ClawHub registry · versioned, sandboxed, community-curated.

Browse OpenClaw skills
AgentSkills
Spec-compatible

Generic SKILL.md + YAML frontmatter format · one skill works across Claude, OpenClaw, and any spec-compatible harness.

Browse cross-ecosystem skills
Not the same as:MCP servers·Agents·Models
· 15 skills graded

Maturity-first quality tier · we score each skill on release maturity, creator type, runnable scripts, cross-client support, and metadata hygiene. Untested is neutral· it means we don't have enough public signal to rate the skill, not that it is bad.

53.3%
8

Official + production-ready · 1.0+ release, company-backed, scripts included, cross-client support.

13.3%
2

Mature community skill · stable release, public repo, multiple tested clients.

0.0%
0

Not enough public signal yet · no clear maturity indicator, try at your own pace.

No skills in this tier yet.

One skills concept · 3 ecosystems · every format tracked

9
7 frontier·7 official

Anthropic's Claude Skills · drop SKILL.md files into ~/.claude/skills/ and Claude Code + Desktop + API auto-discover them. Official skills ship from the anthropics/skills repo.

Browse all Claude Skills
3
0 frontier·0 official

OpenClaw ClawHub registry · skills install via `openclaw skills install <slug>` from the community registry at clawhub.ai. Versioned, reviewable, sandboxed.

Browse all OpenClaw
3
1 frontier·0 official

Generic AgentSkills-compatible format · SKILL.md + YAML frontmatter + optional scripts. Works with any agent harness that reads the spec · cross-ecosystem by design.

Browse all AgentSkills

Every skill category · bubbles sized by count

Top 5 skills for common facets · rankings refresh every time the data does, no editorial picks.

· 15 of 15 skills
Ecosystem
Category
Tier
#EcosystemCategoryCreator
1
PDF
Read, extract, and analyze PDF documents · text + layout + tables + form fields. Official Anthropic skill bundled with Claude Skills.
Claude SkillsDocs · PDF · Office95v1.0.03Anthropic
2
Excel
Read and write .xlsx files · parse sheets, extract data, author new workbooks with formulas and formatting. Official Anthropic skill.
Claude SkillsDocs · PDF · Office95v1.0.03Anthropic
3
PowerPoint
Author and edit .pptx presentations · slides, layouts, text, images, charts. Official Anthropic skill for Claude.
Claude SkillsDocs · PDF · Office95v1.0.03Anthropic
4
Word
Author and edit .docx documents · paragraphs, headings, tables, styles. Official Anthropic skill for Claude.
Claude SkillsDocs · PDF · Office95v1.0.03Anthropic
5
Skill Creator
Meta-skill that helps Claude scaffold new skills · generates SKILL.md frontmatter, instructions, and project structure. Bootstraps new skill authoring.
Claude SkillsDev Tools95v1.0.03Anthropic
6
PDF Forms
Specialized PDF skill for filling, validating, and submitting PDF forms · AcroForm + XFA support. Official Anthropic advanced skill.
Claude SkillsDocs · PDF · Office95v1.0.02Anthropic
7
Anthropic Brand Guidelines
Applies Anthropic's brand guidelines to generated assets · colors, typography, voice, layout rules. Reference skill for brand-aware skill authoring.
Claude SkillsCreative · Brand91v1.0.03Anthropic
8
Web Scraper
Generic AgentSkills-compatible web scraper · cross-ecosystem skill working with any agent that reads SKILL.md. Handles JS-rendered pages via headless chromium.
AgentSkillsWeb · Scraping80v1.0.03Community
9
Web Research
Multi-source web research skill · dispatches parallel searches, deduplicates, synthesizes findings with citations. ClawHub listed.
OpenClawResearch78v1.2.01ClawHub Community
10
Git Workflow
Opinionated git workflow skill for OpenClaw · handles branch naming, commit format, rebase-on-main, and PR description generation. Published to ClawHub.
OpenClawDev Tools62v0.9.11ClawHub Community
11
Code Review
Structured code-review skill for OpenClaw agents · lints diffs, catches common bugs, suggests refactors, and writes review comments in GitHub/GitLab format.
OpenClawDev Tools58v0.7.01ClawHub Community
12
SQL Explorer
Generic SQL schema-discovery + query-generation skill · introspects a database, finds tables, writes SELECT queries, explains results. Cross-ecosystem.
AgentSkillsData · SQL56v0.8.03Community
13
Terraform DevOps
Generic terraform skill · reads .tf files, validates, plans, applies with safety gates. Works across Claude, OpenClaw, and generic agent harnesses.
AgentSkillsDevOps · IaC56v0.5.23Community
14
API Tester
Sends HTTP requests against a running API, validates responses against an OpenAPI spec, and writes missing tests. Community Claude skill.
Claude SkillsDev Tools41v0.4.01Community
15
Screenshot Analyzer
Community Claude skill that takes screenshots of a running app and analyzes them for UI regressions · pairs with a headless browser MCP.
Claude SkillsCreative · Brand37v0.3.01Community

Answers pulled from the dataset · updated daily

What is an agent skill?

An agent skill is a packaged capability · a SKILL.md instruction file plus optional scripts and dependencies · that an AI agent installs and invokes like a plugin. Claude Skills live in ~/.claude/skills/, OpenClaw skills install from ClawHub, and the generic AgentSkills format works across any spec-compatible agent harness.

How many agent skills does BenchGecko track?

BenchGecko tracks 15 agent skills across 3 ecosystems and 7 categories · Claude Skills (9), OpenClaw ClawHub (3), and generic AgentSkills-compatible (3). Every skill is graded on the Gecko Rating ladder and refreshed daily.

How does Gecko Rating work for skills?

We score each skill 0-100 on version maturity, creator type, scripts included, cross-client support, and testing signal · then bucket into Frontier (≥80 · 8 skills), Solid (≥60 · 2), Beta (≥35 · 5), and Untested (0). Skills don't have GitHub stars the way MCP servers do, so the ladder leans on release maturity and metadata hygiene.

What is the difference between a Claude Skill and an OpenClaw Skill?

Claude Skills are Anthropic's native format · SKILL.md files that Claude Code, Claude Desktop, and the Claude API auto-discover from ~/.claude/skills/. OpenClaw skills are versioned packages published to the ClawHub registry and installed via `openclaw skills install <slug>`. Both read the same SKILL.md shape · spec-compatible skills work in either ecosystem.

Are agent skills the same as MCP servers?

No · they are complementary layers. Skills are instruction packages the agent reads to know *how* to do something. MCP servers are long-running processes the agent talks to over a protocol to actually *execute* tool calls against external systems. Many skills pair with MCP servers · a "database explorer" skill might use a Postgres MCP server.

What is the highest-rated agent skill right now?

PDF tops the Gecko Rating ladder with 95/100 · an Claude Skills skill by Anthropic for Docs · PDF · Office.

How do I install an agent skill?

Each skill detail page on BenchGecko includes ready-to-paste install snippets for its native ecosystem. Claude Skills copy the SKILL.md into ~/.claude/skills/<slug>/. OpenClaw skills run `openclaw skills install <slug>`. Generic AgentSkills-compatible skills clone the repo into your agent harness skills folder.

Can I submit a skill to BenchGecko?

You don't need to · we sync the official Anthropic Skills repo, the OpenClaw ClawHub registry, and the AgentSkills-compatible community index automatically. If a skill is missing, open a PR on the BenchGecko skills-seed.json file or publish it to one of the upstream registries.

Keep exploring the BenchGecko graph