{
  "name": "OkiMail Public Information Agent",
  "description": "OkiMailの公開機能、利用条件、プライバシー情報、ローカルeml解析方法を案内する読み取り専用エージェントです。",
  "supportedInterfaces": [
    {
      "url": "https://mail.wplaceoki.com/a2a/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Wplace沖ノ鳥島開発 技術局",
    "url": "https://mail.wplaceoki.com/contact/"
  },
  "iconUrl": "https://mail.wplaceoki.com/okimail-icon-192.png",
  "version": "1.0.0",
  "documentationUrl": "https://mail.wplaceoki.com/ai/markdown/index.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "describe-okimail-public-information",
      "name": "OkiMail公開情報案内",
      "description": "OkiMailの公開機能、ログイン要否、利用条件と情報の取り扱いを案内します。",
      "tags": [
        "okimail",
        "email",
        "privacy",
        "documentation"
      ],
      "examples": [
        "OkiMailでログインせずに利用できる機能を教えてください。"
      ]
    },
    {
      "id": "describe-local-eml-analysis",
      "name": "emlローカル解析案内",
      "description": "emlをOkiMailへアップロードせず端末内で解析する方法と制限を案内します。",
      "tags": [
        "okimail",
        "eml",
        "mime",
        "local-processing"
      ],
      "examples": [
        "emlファイルを外部へ送信せず解析する方法を教えてください。"
      ]
    }
  ]
}