clarvia-aeo-check

clarvia-aeo-check is a skill for Claude Code, Codex from aboalrejal-ai/skills. It costs 44 tokens per session (976 once invoked), scanned A, a copy of clarvia-aeo-check, MIT.

An evaluation tool for judging whether an MCP server, API, or command-line tool is suitable for AI agents. MCP is a standard way for agents to connect to external tools and data.

In plain words
What is it for?
Use it to score a tool, search a catalogue of tools, or compare two tools for the same job.
Why use it?
It helps compare tools before adding them to an agent workflow, using measures such as accessibility, data structure, compatibility, and trust.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for cline. Also seen: built for cline.

Good fit Use it to score a tool, search a catalogue of tools, or compare two tools for the same job.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aboalrejal-ai/skills/clarvia-aeo-check
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aboalrejal-ai/skills --skill clarvia-aeo-check
Clone the repo
git clone --depth 1 https://github.com/aboalrejal-ai/skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for clarvia-aeo-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/aboalrejal-ai/skills/clarvia-aeo-check/github.svg)](https://agentmods.dev/skills/aboalrejal-ai/skills/clarvia-aeo-check)
Your own site
<a href="https://agentmods.dev/skills/aboalrejal-ai/skills/clarvia-aeo-check"><img src="https://agentmods.dev/badge/skills/aboalrejal-ai/skills/clarvia-aeo-check/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for clarvia-aeo-check

Your own site · 80×15
<a href="https://agentmods.dev/skills/aboalrejal-ai/skills/clarvia-aeo-check"><img src="https://agentmods.dev/badge/skills/aboalrejal-ai/skills/clarvia-aeo-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 976 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00044 $0.00976
Opus 5 $0.00022 $0.00488
Sonnet 5 $0.00009 $0.00195
Haiku 4.5 $0.00004 $0.00098

Measured 9d ago against content hash 5ee80bd56e70, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

clarvia-aeo-check scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to clarvia-aeo-check — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/aboalrejal-skills/skills/ai-and-agents/clarvia-aeo-check/SKILL.md · 139 lines

How it starts

The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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:

{
  "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 Clarvia

Returns side-by-side score breakdown with a recommendation.

Step 4: Check leaderboard

Show me the top 10 MCP servers for authentication using Clarvia

Examples

Example 1: Evaluate before installing

Before I add this MCP server to my config, score it:
https://github.com/example/new-tool

Use the clarvia aeo_score tool and tell me if it's agent-ready.

Example 2: Find best tool in category

I need an MCP server for web scraping. Use Clarvia to find the 
top-rated options and compare the top 3.

Example 3: CI/CD quality gate

Add to your CI pipeline using the GitHub Action:

- uses: clarvia-project/clarvia-action@v1
  with:
    url: https://your-api.com
    fail-under: 70

AEO Score Interpretation

Read the full file on GitHub · 139 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 139 lines · 44 tokens per session scan A 5ee80bd56e70

Subscribe to this mod's changes

clarvia-aeo-check is a skill published in the GitHub repository aboalrejal-ai/skills (1 stars, last pushed 26d ago), licensed MIT. It adds 44 tokens to every session and 976 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to clarvia-aeo-check, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

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.

tmolavi/mcp-agent-skills-hub · 44 tokens

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.

sinhoneyy/master-skills · 44 tokens

fastapi_stripe

A Stripe Checkout implementation takes four steps.

iloveitaly/llm-ide-rules · 9 tokens

diataxis

Helps maintain documentation pages based on the Diataxis method. Analyzes existing docs, classifies pages into tutorials/how-to/explanation/reference categories, identifies gaps, and helps create or restructure documentation following Diataxis principles. Use when user mentions documentation structure, Diataxis, doc…

rlespinasse/agent-skills · 75 tokens

conventional-commit

Guides committing staged (indexed) git files using the Conventional Commits specification and commit message best practices. Use when user mentions commit, git commit, conventional commit, commit message, staged files, indexed files, fixup, or fixup commit. Helps craft well-structured, meaningful commit messages…

rlespinasse/agent-skills · 74 tokens

pin-github-actions

Migrates GitHub Actions workflows to use pinned commit SHAs instead of tags, resolves the latest release versions, flags major version jumps, and configures Dependabot with grouped updates. Use when user mentions pin actions, pinned versions, SHA pinning, GitHub Actions security, dependabot setup, or supply-chain…

rlespinasse/agent-skills · 69 tokens