{
  "name": "RepoRadar",
  "version": "1.0.0",
  "description": "A unified repository management agent that monitors, organizes, and tracks repositories across GitHub, GitLab, and Bitbucket. Provides repository insights, analytics summaries, sync status, and weekly digest reports.",
  "url": "https://reporadar.app",
  "supportedInterfaces": [
    {
      "type": "a2a",
      "url": "https://api.reporadar.app/api",
      "transport": "https",
      "contentType": "application/json"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransition": false
  },
  "authentication": {
    "type": "bearer",
    "documentation": "https://reporadar.app/auth.md"
  },
  "skills": [
    {
      "id": "repository-insights",
      "name": "Repository Insights",
      "description": "Query repository metadata, activity metrics, and health status across all connected platforms."
    },
    {
      "id": "analytics-summary",
      "name": "Analytics Summary",
      "description": "Get aggregate analytics: total repositories, active count, stale count, and language breakdown."
    },
    {
      "id": "sync-status",
      "name": "Sync Status & Control",
      "description": "Check sync status across providers and trigger repository sync operations."
    },
    {
      "id": "weekly-digest",
      "name": "Weekly Digest",
      "description": "Generate a weekly digest of repository activity, new additions, and stale repositories."
    },
    {
      "id": "user-notifications",
      "name": "Notification Preferences",
      "description": "Manage user notification preferences and alert settings for repository events."
    }
  ]
}
