Card snapshot
micro.mu
·
2026-08-19 08:25:24 UTC
·
c31c635105fc5dc215df17fdb74c8e13136ca910495cad7c64611f1a5ea11dc5
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": "Micro",
"description": "Personal AI agent with news, markets, trading, mail, weather, search, and more",
"version": "1.0.0",
"provider": {
"organization": "Micro",
"url": "https://github.com/micro/mu"
},
"supportedInterfaces": [
{
"url": "https://micro.mu/a2a",
"protocolBinding": "jsonrpc-over-http",
"protocolVersion": "1.0.0"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"text"
],
"defaultOutputModes": [
"text"
],
"skills": [
{
"id": "markets",
"name": "Markets",
"description": "Crypto prices, market data, price analysis"
},
{
"id": "social",
"name": "Social",
"description": "Social feed, blog posts, content creation"
},
{
"id": "faith",
"name": "Faith",
"description": "Islamic prayer times, qibla, reflections, Quran, Hadith"
},
{
"id": "search",
"name": "Search",
"description": "Web search and content fetching"
},
{
"id": "news",
"name": "News",
"description": "News, current events, and headlines"
},
{
"id": "mail",
"name": "Mail",
"description": "Email inbox, sending messages, mail summaries"
},
{
"id": "weather",
"name": "Weather",
"description": "Weather forecasts and conditions"
},
{
"id": "places",
"name": "Places",
"description": "Find coworking spaces, cafes, restaurants, and local spots"
},
{
"id": "video",
"name": "Video",
"description": "Video feeds and YouTube search"
},
{
"id": "apps",
"name": "Apps",
"description": "Build, find, and run small web apps"
}
]
}