Agent Skills Discovery - Tester

Agent Skills Discovery defines a mechanism for discovering Agent Skills using the .well-known URI path prefix (RFC 8615).

Location checked:

  • Index: /.well-known/agent-skills/index.json

The index enumerates all available skills with name, type, description, URL, and SHA-256 digest.

Required fields per skill entry: name, type, description, url, digest. The index MUST include $schema and skills.

Lookup

Enter a domain to check for an agent-skills index:

API usage

There is also an API that returns the same results in JSON format, its endpoint is: /api/lookup?url=example.com

You can find the OpenAPI specification and Swagger UI at /api-docs/ui/