One search across
every skill registry.

Your agent searches 78,000+ skills across leading registries in one query. Results ranked by relevance, community signals, and publisher trust. No API key needed.

78,000+
Skills
Daily
Index Sync
$0.002
Per Query
<200ms
Latency

Search once, compare everywhere.

Describe what you need in plain language. Sigildex searches leading registries including GitHub and ClawHub, ranks by relevance and trust signals, and returns the best matches with install commands. The index syncs daily so you always get the latest versions.

Three ways to connect

MCP
{
  "mcpServers": {
    "sigildex": {
      "url": "https://sigildex.ai/mcp"
    }
  }
}
Works with Claude Code, Codex, Cursor, and any MCP-compatible client.
REST API
$ curl -X POST https://sigildex.ai/discover \
  -H "Content-Type: application/json" \
  -d '{"query": "PDF extraction", "limit": 3}'
Works with any HTTP client. Full OpenAPI spec available.
CLI Coming soon
$ sigildex search "PDF extraction"
npm package arriving soon. Search and inspect from your terminal.

Simple, transparent

No accounts. No API keys. Pay only for what you use.

Free Tier
$0 / day

Get started with no auth, no wallet, no signup.

  • 5 queries per day per IP
  • Full search across 78K+ skills
  • Same ranking and results as paid
  • No authentication required

Everything your agent needs to self-onboard

Everything your agent needs to discover and integrate Sigildex programmatically.

Common questions

What is Sigildex?

Sigildex is an agent-first skill discovery API. AI agents call the REST API or MCP server to find the right SKILL.md for any task. Results are ranked by semantic relevance, community signals (stars, installs, forks), freshness, and publisher trust. We index 78,000+ skills across GitHub and ClawHub.

How do agents pay?

Agents pay $0.002 per query via x402 — an open standard for HTTP-native payments using USDC on Base. No accounts, no API keys, no subscriptions. Your wallet is your identity. If your agent doesn't have a wallet, the free tier gives you 5 queries per day per IP with no authentication.

How do I connect my agent?

The fastest way is MCP: add {"mcpServers":{"sigildex":{"url":"https://sigildex.ai/mcp"}}} to your agent's MCP config. Your agent gets discover_skills and inspect_skill tools automatically. Alternatively, call POST /discover and POST /inspect directly via the REST API.