← Back to Skills Marketplace
233
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install juejin-hot-trend
Description
检索与摘要掘金公开技术文章和话题,提取标题、互动数据及技术要点,支持趋势统计,遵守采集限制。
README (SKILL.md)
掘金
用途与边界
- 面向公开文章/专栏/话题页的检索与技术要点摘要
- 不提供接口逆向或批量抓取能力
- 仅用于公开页面的轻量信息整理
关键入口
- 主页:https://juejin.cn/
- 文章/话题频道:站点入口
- 搜索入口:https://juejin.cn/search
常见任务
- 指定关键词的技术文章摘要(标题、标签、点赞/收藏/评论)
- 代码示例的技术栈与关键点提取
- 话题分布与趋势统计
数据字段
- 标题、作者、发布时间、标签、点赞/收藏/评论数、链接
- 技术栈、问题与解决方案摘要
- 采集时间、来源链接
自动化要点
- 动态渲染与人机校验,建议人工打开后触发解析
- 请求频率需控制,不进行批量抓取
- 不进行接口调用
示例流程
- 文章摘要:输入关键词 → 搜索 → 抽取条目 → 输出互动指标
- 示例要点:访问文章页 → 抽取技术栈/关键点 → 输出摘要
- 趋势统计:收集条目 → 基于标签分类 → 生成趋势分布
合规提示
- 遵守平台规则,不进行接口调用或批量采集
- 结果仅用于内部分析与提醒
Usage Guidance
This skill appears coherent and low-risk, but before installing consider: (1) confirm the agent will respect rate limits and robots.txt and avoid automated bulk scraping or evading CAPTCHA; (2) do not provide any credentials — none are needed; (3) if you need large-scale or frequent data, prefer official APIs or explicit permission from juejin.cn to avoid ToS/legal issues; (4) ask the skill author to add explicit throttling guidance and clarify how dynamic pages are fetched to avoid accidental aggressive crawling.
Capability Analysis
Type: OpenClaw Skill
Name: juejin-hot-trend
Version: 0.1.0
The skill bundle consists of metadata and Markdown instructions (SKILL.md) for an AI agent to summarize public technical articles and trends from the Juejin platform. It includes explicit constraints against API reverse engineering, batch scraping, and unauthorized data collection, focusing solely on legitimate web-based information retrieval and summarization.
Capability Assessment
Purpose & Capability
Name/description describe retrieving and summarizing public Juejin content. The skill requests no credentials, binaries, or installs — which is proportional and expected for a read-only, public-web scraping/summary helper.
Instruction Scope
SKILL.md instructs the agent to search public site pages, open article pages, and extract title/tags/metrics/technical points. It explicitly disclaims bulk scraping and API reverse-engineering and recommends human-in-the-loop for dynamic rendering/CAPTCHA. The instructions are narrowly scoped to public content, but they are somewhat high-level (no concrete fetch/throttling limits), which could lead to differing agent implementations; recommend explicit rate limits and respect for robots.txt/site TOS.
Install Mechanism
No install spec and no code files — instruction-only skill. This is the lowest-risk install model (nothing written to disk).
Credentials
The skill declares no environment variables, credentials, or config paths. That is proportional for a read-only public-data summarizer.
Persistence & Privilege
always is false and autonomous invocation is allowed by default. There is no request for permanent system-wide presence or modification of other skills/config — appropriate for this skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install juejin-hot-trend - After installation, invoke the skill by name or use
/juejin-hot-trend - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of juejin-hot-trend skill.
- Enables retrieval and summarization of trending content from Juejin's public articles, columns, and topics.
- Supports keyword-based article summaries, key technical stack extraction, and trend statistics.
- Restricts usage to lightweight, manual tasks (no API reverse-engineering or mass scraping).
- Outputs include titles, authors, engagement metrics, tech-stack highlights, and brief solutions.
- Emphasizes compliance with platform rules and respects data access boundaries.
Metadata
Frequently Asked Questions
What is Juejin?
检索与摘要掘金公开技术文章和话题,提取标题、互动数据及技术要点,支持趋势统计,遵守采集限制。 It is an AI Agent Skill for Claude Code / OpenClaw, with 233 downloads so far.
How do I install Juejin?
Run "/install juejin-hot-trend" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Juejin free?
Yes, Juejin is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Juejin support?
Juejin is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Juejin?
It is built and maintained by ClawKK (@codekungfu); the current version is v0.1.0.
More Skills