{
  "name": "IdeaTrace 社媒热评 Agent",
  "description": "穿透中外社媒官媒，实时获取高赞文章与评论。支持 HN / Reddit / Lobsters / Dev.to 等多平台，AI 摘要，每日简报推送。",
  "url": "https://pulse.ideatrace.cn/api/agent",
  "version": "2.1.0",
  "documentationUrl": "https://pulse.ideatrace.cn/agent",
  "openapiUrl": "https://pulse.ideatrace.cn/openapi.json",
  "skillUrl": "https://pulse.ideatrace.cn/agent-skills/ideatrace-pulse/SKILL.md",
  "access": {
    "public": "Anonymous read access",
    "member": "Membership applies to premium browsing and subscription settings",
    "rule": "Agent and human access share the same entitlement boundary"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": true,
    "stateTransitionHistory": false
  },
  "authentication": null,
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "skills": [
    {
      "id": "hot-items",
      "name": "获取热门文章",
      "description": "获取当前全网高赞文章，支持按平台/时间/热度筛选",
      "tags": ["social-media", "trending", "articles"]
    },
    {
      "id": "top-comments",
      "name": "获取高赞评论",
      "description": "获取当前全网高赞评论，支持按平台/情感/热度筛选",
      "tags": ["social-media", "comments", "trending"]
    },
    {
      "id": "daily-report",
      "name": "每日简报",
      "description": "生成每日社媒热评简报，支持飞书/钉钉/Discord 推送",
      "tags": ["report", "daily", "push"]
    },
    {
      "id": "trends",
      "name": "话题趋势",
      "description": "获取当前跨平台热门话题趋势，分析平台视角差异",
      "tags": ["trends", "analysis", "cross-platform"]
    }
  ]
}
