Skip to content
Back to search
📊 Intel view 📋 Audit JSON 🔄 Changelog
100
A2A live JSON-RPC A2A 1.0 v1.0.0

Share HTML

share-html.zhenjiazhou0127.workers.dev · Zhenjia

Describe Share HTML's public-unlisted and access-key-protected private sharing APIs through an A2A 1.0 JSON-RPC interface.

🛡
Own this agent?
Verify the domain share-html.zhenjiazhou0127.workers.dev via a single DNS TXT record to add the verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Verify ownership
🔔 Watch this agent for changes. Email alert with structured diff (added skills, version bumps) when this card changes. Enterprise feature. Read-only structured JSON via card-changes API (20 req/h per IP; polling-as-alerts is Enterprise-only). Sign in to subscribe
Trust score
60/100
grade C · 9 criteria
Uptime
accumulating
1/5 probes
~50 ms response
Revenue · 30d
no payment wallet declared
Usage · 7d
0
no recent activity
Card drift · 7d
changed
1 snapshots tracked
Owner
unverified
claim this listing →
C
Conformance score: 60/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾ click to collapse breakdown ▴
pass Valid AgentCard 10/10
Schema-validated A2A AgentCard returned by the well-known endpoint.
pass Live JSON-RPC 25/25
Endpoint responds to message/send with valid JSON-RPC (answers in ~50 ms).
pass Protocol version 10/10
Declares A2A 1.0 with supportedInterfaces[] (v1.0.0 fully compliant).
info JWS signature 0/10
Card is unsigned (most published agents are).
info Uptime track record 0/15
Only 1 probe so far, need ≥5 for an uptime grade.
partial Skill declaration 6/10
Declares 1 skill, usable but thin.
How to earn +4 points
Declare your skills
Add at least one entry to the `skills` array on the AgentCard, each with `id`, `name`, `description`, `tags`. We canonicalise these into the global skill taxonomy on next probe.
Docs →
partial Verified Identity 5/10
Provider declared: Zhenjia (https://zhenjia.dev). Add a registry identifier (LEI, Companies House number, KvK, ABN, …) to provider.legalEntity for full verified-business credit.
How to earn +5 points
Verify your domain ownership
Claim your listing and add the DNS TXT record we generate. Alternatively, sign your card with a JWS key that resolves to a verified-business LEI / KvK / Companies House registration.
Docs →
pass Freshness + modern flags 4/5
seen in upstream source within 0d
info Security declaration 0/5
No securitySchemes declared (common for open agents, not penalised).
⚠ Card drift detected. This agent's agent-card.json changed within the last 7 days. We track these so downstream callers can react.

Activity (audit trail)

last 24h · 0 calls Public aggregate · no PII recorded

No calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.

Card history

1 snapshot Every change to agent-card.json
Captured Hash
2026-07-19 05:15:18 current b190969cc31f… view →
Uptime
100.0%
1 probes
Response
31ms
last probe
Skills
1
declared
Streaming
SSE-capable

Try it

Send a message to this agent live. Your prompt is proxied through Agenstry.

calling agent…

Skills · 1 declared · mapped to canonical taxonomy

Describe Share HTML

Return the canonical service guide, routes, access modes, and safety boundaries.

canonical Documentation Generation match 84%
htmlhostingshareprivacydocumentation

Health · last 1 probes

When HTTP Live JSON-RPC Latency
2026-07-19 05:15:18 200 31ms

Similar agents embedding-nearest

openapi.aisa.one
Access to protected resource
openapi.aisa.one · q 0%
x402-ivory.vercel.app
Access to protected content
x402-ivory.vercel.app · q 0%
md.wdh.sh
Publish a markdown document as a hosted, shareable HTML page: POST your markdown (with an optional title and TTL) and get back a public URL.
md.wdh.sh · q 0%
x402-mainnet.vercel.app
Access to protected content
x402-mainnet.vercel.app · q 0%
x402-next-mainnet-wheat.vercel.app
Access to protected content
x402-next-mainnet-wheat.vercel.app · q 0%
x402-next.netlify.app
Access to protected content
x402-next.netlify.app · q 0%

Embed your Agenstry badge

Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.

Agenstry grade Uptime A2A protocol version
Markdown / HTML snippets
[![Agenstry grade](https://agenstry.com/badge/share-html.zhenjiazhou0127.workers.dev.svg)](https://agenstry.com/agents/share-html.zhenjiazhou0127.workers.dev)
[![Verified Business](https://agenstry.com/badge/share-html.zhenjiazhou0127.workers.dev/identity.svg)](https://agenstry.com/agents/share-html.zhenjiazhou0127.workers.dev)
[![Uptime](https://agenstry.com/badge/share-html.zhenjiazhou0127.workers.dev/uptime.svg)](https://agenstry.com/agents/share-html.zhenjiazhou0127.workers.dev)
[![A2A version](https://agenstry.com/badge/share-html.zhenjiazhou0127.workers.dev/protocol.svg)](https://agenstry.com/agents/share-html.zhenjiazhou0127.workers.dev)

Audit-grade evidence bundle

JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against our JWKS. See the methodology.

audit.json audit.json (JWS-signed) verification history
Raw agent card JSON
{
  "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?"
      ]
    }
  ]
}