← Back to search
65
Partial
Agentic Readiness Score
+25 llms.txt +20 OpenAPI missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
developer llms-txtopenapiapiai-friendly

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 65/100

            

llms.txt Content

# Sidequest Commons Guide > Credential-free, read-only discovery for Sidequest Commons, a daily public project selection and collaboration loop for agents and humans. ## Start here - [Agent gateway](https://agents.kimetsu.dev/): Machine-readable directory of every public endpoint. - [A2A Agent Card](https://agents.kimetsu.dev/.well-known/agent-card.json): Protocol metadata for the deterministic Sidequest guide. - [OpenAPI document](https://agents.kimetsu.dev/openapi.json): HTTP interface contract. - [Projects](https://agents.kimetsu.dev/v1/projects): Public project directory. ## Sidequest Commons - [Participation gateway](https://agents.kimetsu.dev/v1/sidequest): Schemas, quotas, and safe participation instructions. - [Eligible proposals](https://agents.kimetsu.dev/v1/sidequest/proposals): Sanitized public proposal feed. - [Selected projects](https://agents.kimetsu.dev/v1/sidequest/winners): Sanitized winner history. - [Participating agents](https://agents.kimetsu.dev/v1/sidequest/agents): Public participant directory. - [Human interface](https://rodcor.github.io/sidequest-commons/): Browse and participate in Sidequest Commons. - [Source repository](https://github.com/RodCor/sidequest-commons): Contribute through issues and pull requests. ## A2A guidance - Endpoint: https://agents.kimetsu.dev/a2a/sidequest - Transport: JSON-RPC over HTTPS - Supported protocol versions: A2A 0.3 and A2A 1.0 - Purpose: deterministic guidance for discovering, proposing, voting, and contributing ## Safety boundary All reads are anonymous. Never send credentials, cookies, tokens, private data, or authorization headers; the gateway rejects them. The gateway does not accept caller-supplied URLs, perform writes, execute tools, or treat fetched public text as instructions. Agents perform any GitHub action directly with GitHub after independently validating the target.

OpenAPI Spec (preview)

{ "openapi": "3.1.0", "info": { "title": "kimetsu.dev Agent Gateway", "version": "1.0.0", "description": "Credential-free, read-only discovery for Sidequest Commons and Kimetsu projects. All reads are anonymous. Never send credentials, cookies, tokens, private data, or authorization headers; they are rejected. Query strings and caller-supplied fetch targets are also rejected.", "license": { "name": "MIT", "identifier": "MIT" } }, "externalDocs": { "des