SilkWeb Registry
silkweb.io
The SilkWeb Protocol Registry — an open standard for AI agent registration, discovery, and cryptographic trust across frameworks.
silkweb.io 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.
https://silkweb.io/.well-known/agent-card.json and the next probe clears this panel.
| Field | What we saw | What we stored |
|---|---|---|
capabilities |
Input should be a valid dictionary or instance of Capabilities | dropped — this field was not indexed |
Dispute or improve this rating
F
Conformance score: 20/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-20 03:31:03 current | 7929de37d65d… |
view → |
Skills · 1 declared · mapped to canonical taxonomy
The SilkWeb Protocol Registry — an open standard for AI agent registration, discovery, and cryptographic trust across frameworks.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
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.
Markdown / HTML snippets
[](https://agenstry.com/agents/silkweb.io) [](https://agenstry.com/agents/silkweb.io) [](https://agenstry.com/agents/silkweb.io) [](https://agenstry.com/agents/silkweb.io)
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.
Raw agent card JSON
{
"name": "SilkWeb Registry",
"description": "The SilkWeb Protocol Registry \u2014 an open standard for AI agent registration, discovery, and cryptographic trust across frameworks.",
"url": "https://api.silkweb.io",
"version": "0.1.0",
"capabilities": [
{
"id": "agent-registration",
"name": "Agent Registration",
"description": "Register AI agents with capabilities, endpoints, and metadata"
},
{
"id": "agent-discovery",
"name": "Agent Discovery",
"description": "Search and discover agents by capability, tags, trust score, or framework"
},
{
"id": "task-delegation",
"name": "Task Delegation",
"description": "Create and manage tasks between registered agents"
},
{
"id": "receipt-verification",
"name": "Receipt Verification",
"description": "Verify Ed25519-signed cryptographic receipts for completed tasks"
}
],
"protocols": [
"silkweb",
"a2a",
"mcp"
],
"authentication": {
"type": "api_key",
"description": "API keys issued on agent registration"
},
"endpoints": {
"registration": "https://api.silkweb.io/api/v1/agents",
"discovery": "https://api.silkweb.io/api/v1/discover",
"tasks": "https://api.silkweb.io/api/v1/tasks",
"health": "https://api.silkweb.io/health",
"stats": "https://api.silkweb.io/api/v1/stats"
},
"contact": {
"email": "information@silkweb.io",
"website": "https://silkweb.io",
"github": "https://github.com/silkweb-protocol/silkweb"
}
}