Skip to content
Back to VPS Claude Task Runner

Card snapshot

agent-webhook.ngocnhat.info · 2026-07-19 19:44:42 UTC · 738e2eac94353e0cbf750c33145758854b3d655d0fdae6e5aa2dbd5970997000

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "VPS Claude Task Runner",
  "description": "Runs Claude Code tasks on a VPS and reports status until completion.",
  "url": "https://agent-webhook.ngocnhat.info/v1/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "provider": {
    "organization": "your-org",
    "url": "https://agent-webhook.ngocnhat.info"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "run-task",
      "name": "Run Claude Task",
      "description": "Queues a Claude Code task on the VPS and reports its status until completion.",
      "tags": [
        "claude",
        "automation",
        "tasks"
      ],
      "examples": [
        "Li\u1ec7t k\u00ea file trong ~/",
        "Deploy nh\u00e1nh main",
        "T\u00f3m t\u1eaft log l\u1ed7i g\u1ea7n nh\u1ea5t"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ],
  "securitySchemes": {
    "bearerAuth": {
      "type": "http",
      "scheme": "bearer"
    }
  },
  "security": [
    {
      "bearerAuth": []
    }
  ]
}