{
  "name": "Gino",
  "description": "AI email secretary on Telegram: daily brief at 08:00, drafts replies in your tone, sends only after human approval, chat with your mailbox and PDFs.",
  "url": "https://t.me/dajeginobot",
  "version": "1.0.0",
  "provider": {
    "organization": "Gino",
    "url": "https://purevitadubai.com/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": true
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "email_brief",
      "name": "Morning email brief",
      "description": "Summarizes pending email conversations and delivers them in Telegram every morning.",
      "tags": [
        "email",
        "summary",
        "daily"
      ]
    },
    {
      "id": "email_draft",
      "name": "Draft replies in your tone",
      "description": "Generates reply drafts from your mailbox; sends only after explicit one-tap approval.",
      "tags": [
        "email",
        "draft",
        "approval"
      ]
    },
    {
      "id": "mailbox_qa",
      "name": "Chat with your mailbox",
      "description": "Answers questions about past emails and attached PDFs.",
      "tags": [
        "email",
        "search",
        "qa"
      ]
    }
  ],
  "supportedInterfaces": [
    {
      "protocolBinding": "JSONRPC",
      "url": "https://t.me/dajeginobot",
      "description": "Gino agent via Telegram (human-in-the-loop; email actions require explicit approval)"
    }
  ],
  "preferredTransport": "JSONRPC"
}