{
  "specVersion": "1.0",
  "host": {
    "displayName": "Crabbox",
    "documentationUrl": "https://crabbox.sh/integrations/agents.html"
  },
  "entries": [
    {
      "identifier": "urn:air:crabbox.sh:skill:crabbox",
      "displayName": "Crabbox Agent Skill",
      "type": "application/agent-skills+md",
      "url": "https://crabbox.sh/.well-known/agent-skills/crabbox/SKILL.md",
      "description": "Detect and use Crabbox for repository tests and validation on remote runners. Use when crabbox.yaml or .crabbox.yaml exists, the crabbox CLI is available, or work needs remote compute, a clean or reusable environment, target-platform coverage, or auditable execution evidence.",
      "tags": [
        "remote-testing",
        "remote-execution",
        "developer-tools",
        "agent-skill"
      ],
      "capabilities": [
        "RemoteTestExecution",
        "ReusableRemoteEnvironment",
        "CrossPlatformValidation",
        "AuditableExecutionEvidence"
      ],
      "representativeQueries": [
        "run this repository's tests on a clean remote machine",
        "validate this change on Linux, macOS, or Windows",
        "use Crabbox to collect auditable remote test evidence"
      ]
    }
  ]
}
