Juejin
检索与摘要掘金公开技术文章和话题,提取标题、互动数据及技术要点,支持趋势统计,遵守采集限制。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 33 · 0 current installs · 0 all-time installs
byClawKK@CodeKungfu
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
Current versionv0.1.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
掘金
用途与边界
- 面向公开文章/专栏/话题页的检索与技术要点摘要
- 不提供接口逆向或批量抓取能力
- 仅用于公开页面的轻量信息整理
关键入口
- 主页:https://juejin.cn/
- 文章/话题频道:站点入口
- 搜索入口:https://juejin.cn/search
常见任务
- 指定关键词的技术文章摘要(标题、标签、点赞/收藏/评论)
- 代码示例的技术栈与关键点提取
- 话题分布与趋势统计
数据字段
- 标题、作者、发布时间、标签、点赞/收藏/评论数、链接
- 技术栈、问题与解决方案摘要
- 采集时间、来源链接
自动化要点
- 动态渲染与人机校验,建议人工打开后触发解析
- 请求频率需控制,不进行批量抓取
- 不进行接口调用
示例流程
- 文章摘要:输入关键词 → 搜索 → 抽取条目 → 输出互动指标
- 示例要点:访问文章页 → 抽取技术栈/关键点 → 输出摘要
- 趋势统计:收集条目 → 基于标签分类 → 生成趋势分布
合规提示
- 遵守平台规则,不进行接口调用或批量采集
- 结果仅用于内部分析与提醒
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
