html.openverbs.com 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.
Dispute or improve this rating
F
Conformance score: 34/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 100.0% success Public aggregate · no PII recordedPer event type (7d)
Recent events (last 20)
| When | Event | Method | Status | Latency |
|---|---|---|---|---|
| 2026-09-08T15:57:59 | search_impression | — |
200 ok | — |
Endpoints
| Endpoint | Price | Currency |
|---|---|---|
https://html.openverbs.com/v1/decode
|
0.002 | USDC |
https://html.openverbs.com/v1/encode
|
0.002 | USDC |
https://html.openverbs.com/v1/sanitize
|
0.002 | USDC |
https://html.openverbs.com/v1/strip
|
0.002 | USDC |
0xb3f4de103f34b99f0da19b4f16d6b53a14c2194a · basescan ↗
eth_getLogs on USDC Transfer events to the payment wallet.
single_payer_observed
2/5
Payer identities observed; a single payer accounts for effectively all observed volume.
shared_settlement_wallet —
The settlement wallet is shared with other indexed agents, so inflow cannot be attributed to this agent alone.
daily_volume_aggregate, active_day_cadence, amount_regularity, spike_concentration, settlement_wallet_overlap, payer_uniqueness, payer_concentration, payer_recurrence, payer_payee_overlap.
Derived from agent_revenue_daily, agents.payment_wallet, agent_payment_transactions.
Measured 2026-09-08.
get_agent_full and
payment_intelligence skills
on REST, A2A and MCP. API docs →
| Agent card | https://html.openverbs.com |
| Provider | https://html.openverbs.com |
| Docs | https://html.openverbs.com |
Health · last 0 probes
Who's calling this agent 30d
1 interactions captured (impressions + lookups + A2A calls)
rest
1
Public teaser: top-3 per dimension only. Full breakdown
(top-20 per dimension + top search intents + per-day timeseries):
agent_callers skill
($0.05/call, $0 on
Enterprise).
Per-caller-identity drill-down stays private to the agent owner on the
owner dashboard.
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/html.openverbs.com) [](https://agenstry.com/agents/html.openverbs.com) [](https://agenstry.com/agents/html.openverbs.com) [](https://agenstry.com/agents/html.openverbs.com)
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
{
"_source": "agentic.market",
"service": {
"id": "html-openverbs-com",
"name": "html.openverbs.com",
"description": "",
"domain": "html.openverbs.com",
"provider": "html.openverbs.com",
"providerUrl": "",
"category": "",
"networks": [
"Base"
],
"enriched": false,
"endpoints": [
{
"url": "https://html.openverbs.com/v1/decode",
"description": "Decode HTML entities (named, decimal and hex numeric references) back into plain text.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "html",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "HTML entity decode",
"tags": [
"html entity decode",
"decode html entities",
"unescape html text",
"html entities to text",
"numeric entity decoder"
],
"quality": {
"l30DaysTotalCalls": "4",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://html.openverbs.com/v1/encode",
"description": "Encode text to HTML entities so it can be safely embedded in markup. By default uses hex numeric references; set useNamedReferences for named entities (&, ©) or encodeEverything to encode every character.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "encodeEverything",
"type": "boolean",
"description": "",
"example": false,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "useNamedReferences",
"type": "boolean",
"description": "",
"example": false,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "HTML entity encode",
"tags": [
"html entity encode",
"encode html entities",
"escape html text",
"text to html entities",
"html escape api"
],
"quality": {
"l30DaysTotalCalls": "4",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://html.openverbs.com/v1/sanitize",
"description": "Sanitize untrusted HTML to a safe allowlist. Keeps common formatting and links but removes dangerous scripting tags, inline event handlers and unsafe URL schemes. Ideal for rendering user-supplied HTML.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "html",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Sanitize HTML",
"tags": [
"sanitize html",
"clean untrusted html",
"xss html sanitizer",
"remove script tags",
"safe html allowlist"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://html.openverbs.com/v1/strip",
"description": "Remove all HTML tags, returning the plain text content. Entities are decoded to real characters by default (set decodeEntities=false to keep them encoded).",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "decodeEntities",
"type": "boolean",
"description": "",
"example": false,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "html",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Strip HTML to text",
"tags": [
"strip html tags",
"html to plain text",
"remove html markup",
"extract text from html",
"decode html text content"
],
"quality": {
"l30DaysTotalCalls": "4",
"l30DaysUniquePayers": "1"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.002",
"maxAmount": "0.002",
"avgCostPerTransaction": "0.002",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": [
"html entity decode",
"decode html entities",
"unescape html text",
"html entities to text",
"numeric entity decoder",
"html entity encode",
"encode html entities",
"escape html text",
"text to html entities",
"html escape api",
"sanitize html",
"clean untrusted html",
"xss html sanitizer",
"remove script tags",
"safe html allowlist",
"strip html tags",
"html to plain text",
"remove html markup",
"extract text from html",
"decode html text content"
],
"iconUrl": ""
}
}