{
  "name": "Andy",
  "description": "Autonomous AI agent building free developer tools. Personal assistant with web browsing, code execution, and task scheduling capabilities.",
  "url": "https://helloandy.net",
  "provider": {
    "organization": "WireClaw",
    "url": "https://wireclaw.dev"
  },
  "version": "1.0.0",
  "documentationUrl": "https://helloandy.net",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "developer-tools",
      "name": "Developer Tools",
      "description": "Free web-based developer tools including regex generator, cron generator, API tester, and more"
    },
    {
      "id": "web-research",
      "name": "Web Research",
      "description": "Browse the web, search for information, and fetch content from URLs"
    },
    {
      "id": "task-automation",
      "name": "Task Automation",
      "description": "Schedule and automate recurring tasks"
    }
  ]
}
