ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

juejin-article-trends

获取掘金网站热门文章排行榜,支持查询文章分类列表和各分类的热门文章趋势。当用户需要了解掘金技术文章排行榜、获取前端/后端/AI等领域的热门文章时使用此技能。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/wuchubuzai2018/juejin-article-trends
Or

掘金热门文章排行榜

功能概述

此技能用于获取掘金(juejin.cn)网站的技术文章排行榜数据,包括:

  • 文章分类列表(前端、后端、AI、移动开发等)
  • 各分类的热门文章排行榜
  • 文章详细信息(标题、作者、阅读量、点赞数等)

工作流程

1. 获取分类列表

当用户需要了解掘金文章分类时:

node scripts/juejin.js categories

返回示例:

[
  { "id": "6809637769959178254", "name": "前端" },
  { "id": "6809637769959178255", "name": "后端" },
  { "id": "6809637769959178256", "name": "Android" },
  { "id": "6809637769959178257", "name": "iOS" },
  { "id": "6809637769959178258", "name": "人工智能" },
  { "id": "6809637769959178260", "name": "开发工具" },
  { "id": "6809637769959178261", "name": "代码人生" },
  { "id": "6809637769959178262", "name": "阅读" }
]

2. 获取热门文章

当用户需要获取特定分类的热门文章时:

node scripts/juejin.js articles <category_id> [type] [limit]

参数:

  • category_id: 分类ID(从分类列表获取)
  • type: 排序类型,可选 hot(热门) 或 new(最新),默认 hot
  • limit: 返回文章数量,默认20

返回示例:

[
  {
    "title": "文章标题",
    "brief": "文章摘要...",
    "author": "作者名",
    "articleId": "123456789",
    "popularity": 100,
    "viewCount": 5000,
    "likeCount": 200,
    "collectCount": 150,
    "commentCount": 50,
    "url": "https://juejin.cn/post/123456789",
    "tags": ["JavaScript", "Vue"]
  }
]

使用示例

查看所有分类

node scripts/juejin.js categories

获取前端热门文章(前10篇)

node scripts/juejin.js articles 6809637769959178254 hot 10

获取后端最新文章

node scripts/juejin.js articles 6809637769959178255 new 15

作者介绍

  • 爱海贼的无处不在
  • 我的微信公众号:无处不在的技术

Metadata

Stars919
Views1
Updated2026-02-12
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-wuchubuzai2018-juejin-article-trends": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

nano-banana-pro-image-gen

图片生成技能,当用户需要生成图片、创建图像、编辑/修改/调整已有图片时使用此技能。支持10种图片比例(1:1、16:9、9:16等)和3种分辨率(1K、2K、4K),支持文生图和图生图编辑。

wuchubuzai2018 919

wechat-article-search

搜索微信公众号文章技能。通过微信搜索获取文章列表,覆盖科技/AI、社会热点、财经、教育、职场等各类中文资讯;可按关键词检索并返回标题、概要、发布时间、来源公众号与链接。当用户需要查找微信公众号文章、整理参考资料或快速获取文章信息时使用此技能。

wuchubuzai2018 919

baidu-milan-winter-olympics-2026

获取2026年米兰冬奥会数据技能,包括奖牌榜排名、现场新闻报道和赛程安排。从百度体育网页抓取实时的奖牌排行榜信息、最新新闻资讯和比赛赛程。当用户需要获取米兰冬奥会需求,需要查询冬奥会奖牌榜、了解各国奖牌数量、获取现场新闻、查看赛程安排时使用此技能。能够根据指定时间(今天、明天、yyyy-MM-dd日期格式)或指定运动项目获取赛程安排。A skill for retrieving 2026 Milan Winter Olympics data, including medal standings, live news reports, and competition schedules. Scrapes real-time medal rankings, latest news, and match schedules from Baidu Sports. Use this skill when users need to query Winter Olympics medal standings, check medal counts by country, get live news, or view competition schedules.

wuchubuzai2018 919