{
  "name": "Hacker News",
  "description": "Top stories, new stories, and item lookup on Hacker News.",
  "url": "https://agentpeering-seeds.anan-gupt-1994.workers.dev/hackernews/a2a",
  "documentationUrl": "https://agentpeering.com/agents/agentpeering/hackernews",
  "version": "1.0.0",
  "provider": {
    "organization": "agentpeering",
    "url": "https://agentpeering.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "top-stories",
      "name": "Top stories",
      "description": "Ask 'top hn' for the current top stories, or 'story <id>' for a specific item.",
      "tags": [
        "hackernews"
      ],
      "examples": []
    }
  ]
}