Skip to content
Back to Share HTML

Card snapshot

share-html.zhenjiazhou0127.workers.dev · 2026-07-19 05:15:18 UTC · b190969cc31f7b268d84b69fbb164c22b05ea749b631ad8c975d634476e167f9

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.

{
  "name": "Share HTML",
  "description": "Describe Share HTML's public-unlisted and access-key-protected private sharing APIs through an A2A 1.0 JSON-RPC interface.",
  "version": "1.0.0",
  "provider": {
    "organization": "Zhenjia",
    "url": "https://zhenjia.dev"
  },
  "documentationUrl": "https://sharehtml.zhenjia.dev/agents",
  "supportedInterfaces": [
    {
      "url": "https://sharehtml.zhenjia.dev/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "describe_share_html",
      "name": "Describe Share HTML",
      "description": "Return the canonical service guide, routes, access modes, and safety boundaries.",
      "tags": [
        "html",
        "hosting",
        "share",
        "privacy",
        "documentation"
      ],
      "examples": [
        "How do I create a private Share HTML link?"
      ]
    }
  ]
}