Card snapshot
pixel-agent.for-ai-agents.workers.dev
·
2026-08-03 21:15:27 UTC
·
630a361b1cca5d3a392a040e1a7e6c3d93eba5bd4d2ee3e3ecc75c9c6eedd769
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": "Pixel Agent",
"description": "Convert one image to PNG, JPEG, WebP, or AVIF through browser, REST, or MCP workflows.",
"url": "https://pixel-agent.for-ai-agents.workers.dev",
"version": "1.0.0",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"skills": [
{
"id": "convert-image",
"name": "Convert image",
"description": "Convert image bytes to PNG, JPEG, WebP, or AVIF without storing inputs or outputs.",
"tags": [
"image-conversion",
"mcp",
"openapi"
],
"examples": [
"Convert this PNG to WebP.",
"Inspect the MCP convert_image tool."
]
}
],
"endpoints": {
"mcp": "https://pixel-agent.for-ai-agents.workers.dev/mcp",
"mcpServerCard": "https://pixel-agent.for-ai-agents.workers.dev/.well-known/mcp.json",
"openapi": "https://pixel-agent.for-ai-agents.workers.dev/openapi.json",
"capabilities": "https://pixel-agent.for-ai-agents.workers.dev/v1/capabilities",
"recipe": "https://pixel-agent.for-ai-agents.workers.dev/recipes/mcp-image-converter.html",
"skill": "https://pixel-agent.for-ai-agents.workers.dev/skills/pixel-agent/SKILL.md"
},
"authentication": {
"required": false
}
}