← All skills
Tencent SkillHub · Data Analysis

Juejin Article Trends

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/juejin.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

功能概述

此技能用于获取掘金(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

作者介绍

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

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/juejin.js Scripts