{ "version": 1, "name": "jinrikan", "title": "今日看", "description": "全网热榜聚合站:57 个平台热榜、跨平台话题聚类、AI 每日简报。每天三分钟,知晓天下事。", "homepage": "https://www.jinrikan.com", "docs": "https://www.jinrikan.com/open", "skills": [ { "id": "top-topics", "name": "全网总榜话题", "description": "跨平台聚类的当前全网热点话题(按同榜平台数排序,含各平台上榜条目)", "interfaces": [ { "type": "mcp", "url": "https://www.jinrikan.com/api/mcp", "tool": "get_top_topics" }, { "type": "rest", "method": "GET", "url": "https://www.jinrikan.com/api/openapi/v1/topics", "auth": "apiKey" }, { "type": "rest", "method": "GET", "url": "https://www.jinrikan.com/api/top.json", "auth": "none" } ] }, { "id": "platform-hot", "name": "单平台热榜", "description": "获取指定平台当前热榜条目(57 个可用平台源)", "interfaces": [ { "type": "mcp", "url": "https://www.jinrikan.com/api/mcp", "tool": "get_platform_hot" }, { "type": "rest", "method": "GET", "url": "https://www.jinrikan.com/api/openapi/v1/node/{platform}", "auth": "apiKey" } ] }, { "id": "list-platforms", "name": "平台清单", "description": "列出全部可用热榜平台及其分类", "interfaces": [ { "type": "mcp", "url": "https://www.jinrikan.com/api/mcp", "tool": "list_platforms" }, { "type": "rest", "method": "GET", "url": "https://www.jinrikan.com/api/openapi/v1/nodes", "auth": "apiKey" } ] } ] }