Back to Code Lieshout Agent
Card snapshot
code-lieshout.nl
·
2026-05-23 02:01:19 UTC
·
dc7a7f8a9933186c70cb7b88063dc5b394432bc0ccdd6c060501a9177c820e9f
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": "Code Lieshout Agent",
"version": "1.0.0",
"description": "Agent-to-agent interface voor Code Lieshout (Pim van Lieshout). Exposeert de Agent-Ready Scanner en gecureerde markdown-content voor AI-agents die namens hun gebruikers met deze site willen werken.",
"url": "https://code-lieshout.nl",
"provider": {
"name": "Code Lieshout",
"url": "https://code-lieshout.nl"
},
"supportedInterfaces": [
{
"url": "https://code-lieshout.nl/agent-ready/api/scan",
"transport": "https",
"protocol": "json-rpc-like",
"description": "POST JSON {url} to trigger an agent-readiness scan"
},
{
"url": "https://code-lieshout.nl/",
"transport": "https",
"protocol": "markdown-negotiation",
"description": "GET with Accept: text/markdown to receive curated markdown content"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"multiTurn": false,
"contentTypes": [
"application/json",
"text/markdown"
]
},
"authSchemes": [
{
"scheme": "none",
"description": "Public discovery. No authentication required for agent-ready scans or markdown retrieval."
}
],
"skills": [
{
"id": "scan_agent_readiness",
"name": "Agent-readiness scan",
"description": "Scan any public URL against 19 agent-readiness standards and return a score with failing checks."
},
{
"id": "get_page_markdown",
"name": "Get page markdown",
"description": "Retrieve a curated markdown version of a code-lieshout.nl page (/, /about, /portfolio, /ai-agents, /contact, /blog)."
},
{
"id": "list_site_sections",
"name": "List site sections",
"description": "Return the main navigable sections of code-lieshout.nl with URLs and descriptions."
},
{
"id": "get_contact_info",
"name": "Get contact info",
"description": "Return public contact information for Code Lieshout."
}
]
}