Agent skill · Backend & API

clarvia-aeo-check

Score any MCP server, API, or CLI for agent-readiness using Clarvia AEO (Agent Experience Optimization). Search 15,400+ indexed tools before adding them to your workflow.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill clarvia-aeo-check --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Declared author: digitamaz
Path: skills/agent/clarvia-aeo-check/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Clarvia AEO Check ## Overview Before adding any MCP server, API, or CLI tool to your agent workflow, use Clarvia to score its agent-readiness. Clarvia evaluates 15,400+ AI tools across four AEO dimensions: API accessibility, data structuring, agent compatibility, and trust signals. ## Prerequisites Add Clarvia MCP server to your config: ```json { "mcpServers": { "clarvia": { "command": "npx", "args": ["-y", "clarvia-mcp-server"] } } } ``` ## When to Use This Skill - Use when evaluating a new MCP server before adding it to your config - Use when comparing two tools for the same job - Use when building an agent that selects tools dynamically - Use when you want to find the highest-quality tool in a category ## How It Works ### Step 1: Score a specific tool Ask Claude to score any tool by URL or name: ``` Score https://github.com/example/my-mcp-server for agent-readiness ``` Clarvia returns a 0-100 AEO score with breakdown across four dimensions. ### Step 2: Search tools by category ``` Find the top-rated database MCP servers using Clarvia ``` Returns ranked results from 15,400+ indexed tools. ### Step 3: Compare tools head-to-head ``` Compare supabase-mcp vs firebase-mcp using Clar

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. When to Use This Skill
  4. How It Works
  5. Step 1: Score a specific tool
  6. Step 2: Search tools by category
  7. Step 3: Compare tools head-to-head
  8. Step 4: Check leaderboard
  9. Examples
  10. Example 1: Evaluate before installing
  11. Example 2: Find best tool in category
  12. Example 3: CI/CD quality gate
  13. AEO Score Interpretation
  14. Best Practices
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the clarvia-aeo-check skill do?

Score any MCP server, API, or CLI for agent-readiness using Clarvia AEO (Agent Experience Optimization). Search 15,400+ indexed tools before adding them to your workflow.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill clarvia-aeo-check --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going