← Back to search
75
Agent Ready
Agentic Readiness Score
+25 llms.txt +20 ai-plugin missing +20 OpenAPI
ai-tools apimcpllms-txtai-plugin

Agentic Signals

📄
Found
🤖
Found
📖
OpenAPI Spec
Not found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Found
MCP Server
Found

Embed this badge

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

Agentic Ready 75/100

            

llms.txt Content

# ProofSlip > Provider-backed release proofs for GitHub Actions. Verify the workflow job identity behind a release, then share a public proof URL. Website: https://proofslip.ai Docs: https://proofslip.ai/docs OpenAPI: https://proofslip.ai/.well-known/openapi.json Privacy: https://proofslip.ai/privacy Full agent reference: https://proofslip.ai/llms-full.txt ## Primary agent workflow: proofslip-release-proof skill Install: npx skills add Johnny-Z13/proofslip --skill proofslip-release-proof Source: https://github.com/Johnny-Z13/proofslip/tree/master/.agents/skills/proofslip-release-proof Use the skill to verify an existing release-proof URL or to prepare the smallest change to the GitHub Actions workflow that actually deploys or releases a project. Inspect before editing, show the proposed change, and ask for approval. Do not create a synthetic proof-only workflow. Do not commit, push, or release without separate authorization. The bundled verification helper accepts a proof ID or URL: node .agents/skills/proofslip-release-proof/scripts/verify-proof.mjs https://proofslip.ai/proof/prf_... Report provider-verified issuer facts, ProofSlip observations, submitted context, expiry, and limitations as separate lanes. ## API contract: release-proof/v1 Create: POST /v1/proofs/releases/github-actions Authorization: Bearer <GitHub Actions OIDC token> The OIDC token must use audience https://proofslip.ai. No ProofSlip account or API key is required. Optional JSON body: { "schema_version": "release-proof/v1", "idempotency_key": "owner/repo:run_id:attempt", "deployment": {"url": "https://app.example.com", "health_path": "/health"}, "submitted_context": {"environment": "production"} } Successful creation returns 201. An identical replay or idempotent retry returns 200. Fetch JSON: GET /v1/proofs/{proof_id} Human view: GET /proof/{proof_id} Both fetch routes are public. Proofs have a 90-day validity window. Expired proofs remain inspectable and return 410 with