📋
AB-163
Skill.json (JSON-LD) availability
🤖 Machine-Readable
Pillar: Discovery
Moderate effort
Severity: low
Est. cost: $0
Gap: documentation
Fix: deterministic
What it means
Your site serves /skill.json as JSON-LD with @context, @type, name, and url/endpoints for machine-readable agent onboarding.
Why it matters
AI agents can discover and understand your onboarding contract in a standardized JSON-LD format, enabling automated capability discovery.
✗
What's wrong
GET /skill.json → 404
✓
What's right
{"@context":"https://schema.org","@type":"SoftwareApplication","name":"MyAgent","url":"https://example.com/docs"}
Check this rule on your site
Enter your URL to check just this one rule (AB-001).
Related rules in Machine-Readable
Machine-Readable
This rule is also available as JSON: /rules/AB-163.json
Explore More
-
All Rules
Browse the complete rules catalog
-
Agent Guide
Learn how to fix this rule
-
Blog
Related articles on agent readiness