{
  "name": "RWB Charity",
  "description": "RWB Charity (Retinue Without Border) is a Denmark-registered nonprofit providing sustained financial support for education, healthcare, and poverty relief for underprivileged children globally. Agents can help users donate, find active campaigns, and learn about the organization's impact.",
  "url": "https://rwb.charity",
  "version": "1.0",
  "documentationUrl": "https://rwb.charity/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "donate",
      "name": "Make a Donation",
      "description": "Direct users to make a one-time or recurring donation to support children's education and poverty relief programs.",
      "tags": ["donation", "charity", "education", "nonprofit", "recurring"],
      "examples": [
        "I want to donate to RWB charity",
        "How can I sponsor a child's education?",
        "Set up a monthly donation to RWB"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "impact",
      "name": "Impact and Reports",
      "description": "Provide information about RWB's programs, impact statistics, annual reports, and areas of operation.",
      "tags": ["impact", "reports", "programs", "statistics", "transparency"],
      "examples": [
        "What has RWB charity accomplished?",
        "Show me RWB's annual impact report",
        "How many children has RWB helped?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "campaigns",
      "name": "Active Campaigns",
      "description": "Browse current fundraising campaigns and student sponsorship programs.",
      "tags": ["campaigns", "sponsorship", "students", "causes"],
      "examples": [
        "What campaigns is RWB running now?",
        "Show me active sponsorship programs"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}
