{
  "schemaVersion": "1.0",
  "item": {
    "slug": "juejin-article-trends",
    "name": "Juejin Article Trends",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/wuchubuzai2018/juejin-article-trends",
    "canonicalUrl": "https://clawhub.ai/wuchubuzai2018/juejin-article-trends",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/juejin-article-trends",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=juejin-article-trends",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/juejin.js"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/juejin-article-trends"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/juejin-article-trends",
    "agentPageUrl": "https://openagent3.xyz/skills/juejin-article-trends/agent",
    "manifestUrl": "https://openagent3.xyz/skills/juejin-article-trends/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/juejin-article-trends/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "功能概述",
        "body": "此技能用于获取掘金(juejin.cn)网站的技术文章排行榜数据，包括：\n\n文章分类列表（前端、后端、AI、移动开发等）\n各分类的热门文章排行榜\n文章详细信息（标题、作者、阅读量、点赞数等）"
      },
      {
        "title": "1. 获取分类列表",
        "body": "当用户需要了解掘金文章分类时：\n\nnode scripts/juejin.js categories\n\n返回示例：\n\n[\n  { \"id\": \"6809637769959178254\", \"name\": \"前端\" },\n  { \"id\": \"6809637769959178255\", \"name\": \"后端\" },\n  { \"id\": \"6809637769959178256\", \"name\": \"Android\" },\n  { \"id\": \"6809637769959178257\", \"name\": \"iOS\" },\n  { \"id\": \"6809637769959178258\", \"name\": \"人工智能\" },\n  { \"id\": \"6809637769959178260\", \"name\": \"开发工具\" },\n  { \"id\": \"6809637769959178261\", \"name\": \"代码人生\" },\n  { \"id\": \"6809637769959178262\", \"name\": \"阅读\" }\n]"
      },
      {
        "title": "2. 获取热门文章",
        "body": "当用户需要获取特定分类的热门文章时：\n\nnode scripts/juejin.js articles <category_id> [type] [limit]\n\n参数：\n\ncategory_id: 分类ID（从分类列表获取）\ntype: 排序类型，可选 hot(热门) 或 new(最新)，默认 hot\nlimit: 返回文章数量，默认20\n\n返回示例：\n\n[\n  {\n    \"title\": \"文章标题\",\n    \"brief\": \"文章摘要...\",\n    \"author\": \"作者名\",\n    \"articleId\": \"123456789\",\n    \"popularity\": 100,\n    \"viewCount\": 5000,\n    \"likeCount\": 200,\n    \"collectCount\": 150,\n    \"commentCount\": 50,\n    \"url\": \"https://juejin.cn/post/123456789\",\n    \"tags\": [\"JavaScript\", \"Vue\"]\n  }\n]"
      },
      {
        "title": "查看所有分类",
        "body": "node scripts/juejin.js categories"
      },
      {
        "title": "获取前端热门文章（前10篇）",
        "body": "node scripts/juejin.js articles 6809637769959178254 hot 10"
      },
      {
        "title": "获取后端最新文章",
        "body": "node scripts/juejin.js articles 6809637769959178255 new 15"
      },
      {
        "title": "作者介绍",
        "body": "爱海贼的无处不在\n我的微信公众号：无处不在的技术"
      }
    ],
    "body": "掘金热门文章排行榜\n功能概述\n\n此技能用于获取掘金(juejin.cn)网站的技术文章排行榜数据，包括：\n\n文章分类列表（前端、后端、AI、移动开发等）\n各分类的热门文章排行榜\n文章详细信息（标题、作者、阅读量、点赞数等）\n工作流程\n1. 获取分类列表\n\n当用户需要了解掘金文章分类时：\n\nnode scripts/juejin.js categories\n\n\n返回示例：\n\n[\n  { \"id\": \"6809637769959178254\", \"name\": \"前端\" },\n  { \"id\": \"6809637769959178255\", \"name\": \"后端\" },\n  { \"id\": \"6809637769959178256\", \"name\": \"Android\" },\n  { \"id\": \"6809637769959178257\", \"name\": \"iOS\" },\n  { \"id\": \"6809637769959178258\", \"name\": \"人工智能\" },\n  { \"id\": \"6809637769959178260\", \"name\": \"开发工具\" },\n  { \"id\": \"6809637769959178261\", \"name\": \"代码人生\" },\n  { \"id\": \"6809637769959178262\", \"name\": \"阅读\" }\n]\n\n2. 获取热门文章\n\n当用户需要获取特定分类的热门文章时：\n\nnode scripts/juejin.js articles <category_id> [type] [limit]\n\n\n参数：\n\ncategory_id: 分类ID（从分类列表获取）\ntype: 排序类型，可选 hot(热门) 或 new(最新)，默认 hot\nlimit: 返回文章数量，默认20\n\n返回示例：\n\n[\n  {\n    \"title\": \"文章标题\",\n    \"brief\": \"文章摘要...\",\n    \"author\": \"作者名\",\n    \"articleId\": \"123456789\",\n    \"popularity\": 100,\n    \"viewCount\": 5000,\n    \"likeCount\": 200,\n    \"collectCount\": 150,\n    \"commentCount\": 50,\n    \"url\": \"https://juejin.cn/post/123456789\",\n    \"tags\": [\"JavaScript\", \"Vue\"]\n  }\n]\n\n使用示例\n查看所有分类\nnode scripts/juejin.js categories\n\n获取前端热门文章（前10篇）\nnode scripts/juejin.js articles 6809637769959178254 hot 10\n\n获取后端最新文章\nnode scripts/juejin.js articles 6809637769959178255 new 15\n\n作者介绍\n爱海贼的无处不在\n我的微信公众号：无处不在的技术"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/wuchubuzai2018/juejin-article-trends",
    "publisherUrl": "https://clawhub.ai/wuchubuzai2018/juejin-article-trends",
    "owner": "wuchubuzai2018",
    "version": "0.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/juejin-article-trends",
    "downloadUrl": "https://openagent3.xyz/downloads/juejin-article-trends",
    "agentUrl": "https://openagent3.xyz/skills/juejin-article-trends/agent",
    "manifestUrl": "https://openagent3.xyz/skills/juejin-article-trends/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/juejin-article-trends/agent.md"
  }
}