﻿{
    "name":  "imango",
    "description":  "Verified Web3 market intelligence agent for Telegram-native crypto updates, token watchlists, and risk-aware alert drafts using provided data only.",
    "url": "https://imango-agent.vercel.app/api/a2a",
    "version":  "1.0.0",
    "provider":  {
                     "organization":  "Igor Mangov"
                 },
    "capabilities":  {
                         "streaming":  false,
                         "pushNotifications":  false
                     },
    "defaultInputModes":  [
                              "text/plain"
                          ],
    "defaultOutputModes":  [
                               "text/plain"
                           ],
    "skills":  [
                   {
                       "id":  "crypto_market_update",
                       "name":  "Crypto Market Update Drafting",
                       "description":  "Formats provided market data into concise Telegram-ready crypto updates with NFA/DYOR disclaimers.",
                       "tags":  [
                                    "crypto",
                                    "telegram",
                                    "market-update",
                                    "risk"
                                ]
                   },
                   {
                       "id":  "token_watchlist",
                       "name":  "Token Watchlist Formatting",
                       "description":  "Turns provided token data into structured watchlists without inventing prices, news, or unsupported claims.",
                       "tags":  [
                                    "watchlist",
                                    "token-analysis",
                                    "web3"
                                ]
                   },
                   {
                       "id":  "risk_aware_alert_draft",
                       "name":  "Risk-Aware Alert Drafting",
                       "description":  "Creates cautious market alert drafts using only provided data and avoids financial advice or guaranteed signals.",
                       "tags":  [
                                    "risk",
                                    "alerts",
                                    "nfa-dyor"
                                ]
                   },
                   {
                       "id":  "telegram_post_formatting",
                       "name":  "Telegram Post Formatting",
                       "description":  "Creates short, clear, Telegram-native crypto posts from provided facts.",
                       "tags":  [
                                    "telegram",
                                    "content",
                                    "formatting"
                                ]
                   }
               ]
}

