{
  "name": "WireClaw",
  "description": "Multi-agent platform for autonomous AI assistants. Deploy agents that communicate via WhatsApp, email, SMS, and web.",
  "url": "https://wireclaw.dev",
  "provider": {
    "organization": "WireClaw",
    "url": "https://wireclaw.dev"
  },
  "version": "1.0.0",
  "documentationUrl": "https://wireclaw.dev",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "agent-management",
      "name": "Agent Management",
      "description": "Create, configure, and manage autonomous AI agents"
    },
    {
      "id": "multi-channel",
      "name": "Multi-Channel Communication",
      "description": "Agents communicate via WhatsApp, email, SMS, and web interfaces"
    },
    {
      "id": "task-scheduling",
      "name": "Task Scheduling",
      "description": "Schedule recurring tasks and reminders for agents"
    }
  ]
}
