Skip to content
Back to Micro

Card snapshot

micro.mu · 2026-08-15 00:57:40 UTC · c1bcd85107e1ca5a9e42ed598b422828ebae365550a60d19031c3c37bc729452

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": "weather",
      "name": "Weather Agent",
      "description": "Weather forecasts and conditions"
    },
    {
      "id": "video",
      "name": "Video Agent",
      "description": "Video feeds and YouTube search"
    },
    {
      "id": "apps",
      "name": "Apps Agent",
      "description": "Build, find, and run small web apps"
    },
    {
      "id": "search",
      "name": "Search Agent",
      "description": "Web search and content fetching"
    },
    {
      "id": "places",
      "name": "Places Agent",
      "description": "Find coworking spaces, cafes, restaurants, and local spots"
    },
    {
      "id": "social",
      "name": "Social Agent",
      "description": "Social feed, blog posts, content creation"
    },
    {
      "id": "faith",
      "name": "Faith Agent",
      "description": "Islamic prayer times, qibla, reflections, Quran, Hadith"
    },
    {
      "id": "news",
      "name": "News Agent",
      "description": "News, current events, and headlines"
    },
    {
      "id": "markets",
      "name": "Markets Agent",
      "description": "Crypto prices, market data, price analysis"
    },
    {
      "id": "mail",
      "name": "Mail Agent",
      "description": "Email inbox, sending messages, mail summaries"
    }
  ]
}