Back to AgentUtil Text
Card snapshot
text.agentutil.net
·
2026-05-21 02:39:55 UTC
·
8eadd0d6c621d75e8455d383d86c47b14430d3c20fba872c3513ff2726e7e8d7
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": "AgentUtil Text",
"description": "Regex, diff, slugify, word count, markdown/HTML/JSON processing for autonomous agents",
"version": "1.0.0",
"url": "https://text.agentutil.net",
"capabilities": {
"skills": [
{
"id": "regexOperation",
"name": "Execute regex operations on text",
"description": "Execute regex operations on text",
"tags": [
"text",
"regexOperation"
]
},
{
"id": "textTransform",
"name": "Apply text transformations",
"description": "Apply text transformations",
"tags": [
"text",
"textTransform"
]
},
{
"id": "textDiff",
"name": "Compute line-based diff between two texts",
"description": "Compute line-based diff between two texts",
"tags": [
"text",
"textDiff"
]
},
{
"id": "formatConvert",
"name": "Convert between markdown, HTML, and JSON formats",
"description": "Convert between markdown, HTML, and JSON formats",
"tags": [
"text",
"formatConvert"
]
},
{
"id": "jsonOperation",
"name": "Parse, format, validate, minify, or query JSON",
"description": "Parse, format, validate, minify, or query JSON",
"tags": [
"text",
"jsonOperation"
]
}
]
},
"endpoint": "https://text.agentutil.net",
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"authentication": {
"type": "none",
"note": "Free tier: 10 queries/day, no auth required"
},
"provider": {
"organization": "AgentUtil",
"url": "https://agentutil.net"
}
}