{
  "name": "AgentOps Platform",
  "description": "A2A-compatible agent platform with 19 specialized agents: email, research, SEO, code review, orchestration, and more",
  "url": "https://agentops-tools.pages.dev/api/agents/orchestrator",
  "version": "1.0.0",
  "provider": {
    "organization": "AgentOps Tools",
    "url": "https://agentops.tools"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "email",
      "name": "Email Writer",
      "description": "Compose, improve, and reply to professional emails",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "basic"
      ]
    },
    {
      "id": "summarize",
      "name": "Text Summarizer",
      "description": "Condense long content into key points",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "basic"
      ]
    },
    {
      "id": "translate",
      "name": "Translator",
      "description": "Translate text to any language",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "basic"
      ]
    },
    {
      "id": "grammar",
      "name": "Grammar Checker",
      "description": "Fix grammar and improve writing clarity",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "basic"
      ]
    },
    {
      "id": "keywords",
      "name": "Keyword Extractor",
      "description": "Extract and rank keywords and topics",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "basic"
      ]
    },
    {
      "id": "sentiment",
      "name": "Sentiment Analyzer",
      "description": "Analyse sentiment and emotions in text",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "basic"
      ]
    },
    {
      "id": "social",
      "name": "Social Media Agent",
      "description": "Create platform-optimised social media posts",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "basic"
      ]
    },
    {
      "id": "code-explain",
      "name": "Code Explainer",
      "description": "Explain code in plain English with step-by-step tracing",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "basic"
      ]
    },
    {
      "id": "reformat",
      "name": "Content Reformatter",
      "description": "Convert between JSON, Markdown, HTML, CSV, YAML, XML",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "basic"
      ]
    },
    {
      "id": "faq",
      "name": "FAQ Generator",
      "description": "Generate comprehensive FAQ from content or topic",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "basic"
      ]
    },
    {
      "id": "research",
      "name": "Research Agent",
      "description": "Web research, topic analysis, competitive research",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "medium"
      ]
    },
    {
      "id": "seo",
      "name": "SEO Agent",
      "description": "SEO audit, keyword strategy, meta tag generation",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "medium"
      ]
    },
    {
      "id": "code-review",
      "name": "Code Review Agent",
      "description": "Multi-pass code review for bugs, security, performance",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "medium"
      ]
    },
    {
      "id": "orchestrator",
      "name": "Orchestrator",
      "description": "Decompose complex tasks, delegate to specialist agents, synthesise results",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "advanced"
      ]
    },
    {
      "id": "screenshot",
      "name": "Screenshot Agent",
      "description": "Capture webpage screenshots",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "heavy"
      ]
    },
    {
      "id": "web-scraper",
      "name": "Web Scraper",
      "description": "Extract structured content from webpages",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "heavy"
      ]
    },
    {
      "id": "bg-remover",
      "name": "Background Remover",
      "description": "Remove backgrounds from images",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "heavy"
      ]
    },
    {
      "id": "ocr",
      "name": "OCR Agent",
      "description": "Extract text from images",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "heavy"
      ]
    },
    {
      "id": "deep-research",
      "name": "Deep Research Agent",
      "description": "Multi-step deep research with structured reports",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "heavy"
      ]
    }
  ],
  "agents": [
    {
      "name": "Email Writer",
      "url": "https://agentops-tools.pages.dev/api/agents/email",
      "tier": "basic"
    },
    {
      "name": "Text Summarizer",
      "url": "https://agentops-tools.pages.dev/api/agents/summarize",
      "tier": "basic"
    },
    {
      "name": "Translator",
      "url": "https://agentops-tools.pages.dev/api/agents/translate",
      "tier": "basic"
    },
    {
      "name": "Grammar Checker",
      "url": "https://agentops-tools.pages.dev/api/agents/grammar",
      "tier": "basic"
    },
    {
      "name": "Keyword Extractor",
      "url": "https://agentops-tools.pages.dev/api/agents/keywords",
      "tier": "basic"
    },
    {
      "name": "Sentiment Analyzer",
      "url": "https://agentops-tools.pages.dev/api/agents/sentiment",
      "tier": "basic"
    },
    {
      "name": "Social Media Agent",
      "url": "https://agentops-tools.pages.dev/api/agents/social",
      "tier": "basic"
    },
    {
      "name": "Code Explainer",
      "url": "https://agentops-tools.pages.dev/api/agents/code-explain",
      "tier": "basic"
    },
    {
      "name": "Content Reformatter",
      "url": "https://agentops-tools.pages.dev/api/agents/reformat",
      "tier": "basic"
    },
    {
      "name": "FAQ Generator",
      "url": "https://agentops-tools.pages.dev/api/agents/faq",
      "tier": "basic"
    },
    {
      "name": "Research Agent",
      "url": "https://agentops-tools.pages.dev/api/agents/research",
      "tier": "medium"
    },
    {
      "name": "SEO Agent",
      "url": "https://agentops-tools.pages.dev/api/agents/seo",
      "tier": "medium"
    },
    {
      "name": "Code Review Agent",
      "url": "https://agentops-tools.pages.dev/api/agents/code-review",
      "tier": "medium"
    },
    {
      "name": "Orchestrator",
      "url": "https://agentops-tools.pages.dev/api/agents/orchestrator",
      "tier": "advanced"
    },
    {
      "name": "Screenshot Agent",
      "url": "https://agentops-tools.pages.dev/api/agents/screenshot",
      "tier": "heavy"
    },
    {
      "name": "Web Scraper",
      "url": "https://agentops-tools.pages.dev/api/agents/web-scraper",
      "tier": "heavy"
    },
    {
      "name": "Background Remover",
      "url": "https://agentops-tools.pages.dev/api/agents/bg-remover",
      "tier": "heavy"
    },
    {
      "name": "OCR Agent",
      "url": "https://agentops-tools.pages.dev/api/agents/ocr",
      "tier": "heavy"
    },
    {
      "name": "Deep Research Agent",
      "url": "https://agentops-tools.pages.dev/api/agents/deep-research",
      "tier": "heavy"
    }
  ]
}