{
  "protocolVersion": "0.3.0",
  "name": "Rumors pick-up lines",
  "description": "Read-only agent over the published, native-editor-curated pick-up line collections on rumors.app (Tagalog, Portuguese, Indonesian, Spanish, Hindi and English). Every line comes with a literal English gloss and its source URL.",
  "supportedInterfaces": [
    {
      "url": "https://rumors.app/api/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://rumors.app/api/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3"
    }
  ],
  "url": "https://rumors.app/api/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "provider": {
    "organization": "Rumors Dating Inc.",
    "url": "https://rumors.app"
  },
  "documentationUrl": "https://rumors.app/.well-known/agent-skills/rumors-lines/SKILL.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "search_pickup_lines",
      "name": "Search pick-up lines",
      "description": "Case-insensitive substring search across native text, transliteration and English gloss. Send the search text as the message.",
      "tags": [
        "pick-up lines",
        "dating",
        "tagalog",
        "portuguese",
        "indonesian"
      ],
      "examples": [
        "kilig",
        "cantada",
        "gombal"
      ]
    },
    {
      "id": "random_pickup_line",
      "name": "Random pick-up line",
      "description": "One random published line. Send \"random\", optionally followed by a language code such as \"random tl\".",
      "tags": [
        "pick-up lines",
        "random"
      ],
      "examples": [
        "random",
        "random pt"
      ]
    }
  ]
}
