← Back to Skills Marketplace
20645
Downloads
12
Stars
3
Active Installs
7
Versions
Install in OpenClaw
/install juejin-skills
Description
掘金技术社区一站式操作技能,支持热门文章排行榜查询、Markdown 文章发布(默认草稿)和文章下载保存为 Markdown。
Usage Guidance
Install only if you are comfortable letting the skill store a Juejin login cookie locally and act as your Juejin account for drafts, publishing after confirmation, and article downloads. Avoid shared or CI machines, review drafts before public publishing, and delete ~/.juejin_cookie.json when you no longer need authenticated access.
Capability Assessment
Purpose & Capability
The code and documentation consistently match the stated purpose: Juejin hot-article lookup, Markdown draft/publish workflow, and article download to Markdown.
Instruction Scope
Activation is scoped to explicit Juejin-related requests, publishing defaults to draft-only, public publishing requires explicit opt-in flags and interactive confirmation in the provided CLIs, and bulk downloads require confirm_bulk=True with a hard cap.
Install Mechanism
Dependencies are standard pinned PyPI packages, and there is no hidden install script, obfuscation, or unexpected executable persistence mechanism.
Credentials
The skill uses network access, Playwright browser automation, and a stored Juejin cookie, but these are disclosed and proportionate for logging in, querying Juejin APIs, publishing drafts, and downloading Juejin articles.
Persistence & Privilege
It persists the Juejin session cookie at ~/.juejin_cookie.json in plaintext JSON with chmod 0600 and gives deletion guidance; this is sensitive but clearly disclosed and purpose-aligned.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install juejin-skills - After installation, invoke the skill by name or use
/juejin-skills - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.8
重新发布1.0.7版本的安全修复:./output写边界守卫(_validate_output_dir) + download_user_articles双重确认门(confirm_bulk=True) + 批量硬上限BULK_DOWNLOAD_HARD_CAP=50;SKILL.md声明bulk_download_policy
v1.0.7
修复Scope Creep与Description-Behavior Mismatch:downloader增加_validate_output_dir写边界守卫(./output / $JUEJIN_OUTPUT_ROOT),download_user_articles增加confirm_bulk双重确认与硬上限50,SKILL.md声明bulk_download_policy并修正filesystem_write边界声明
v1.0.6
修复MCP最小权限问题:publisher增加.md路径白名单与大小限制,SKILL.md声明filesystem_read权限并收紧触发关键词,移除一键发布等模糊措辞
v1.0.5
修复安全漏洞:添加图片下载域名白名单限制,缩小技能触发关键词范围
v1.0.2
**Version 1.0.2 changelog (juejin-skills):**
- Enhanced SKILL.md metadata with version, source, homepage, author, and repository information.
- Clarified authentication file security: explicitly sets cookie file permissions to 0600 and documents security practices.
- Added strict public publish safeguards: API and CLI now require multiple explicit confirmations for publishing articles publicly; defaults remain draft-only.
- Updated credential and permission descriptions with more detailed hardening, file format, and ignore list notes.
- No core functionality changes to the main publishing, download, or ranking features.
v1.0.1
**Changelog for juejin-skills v1.0.1**
- Added explicit credentials, permissions, and publish policy declarations in SKILL.md for enhanced security and transparency.
- The skill now documents how the juejin login session cookie is stored, its permissions, and instructions for revocation.
- Declares required permissions for network, local write (for cookies and downloads), and browser automation in SKILL.md.
- Default publish behavior is set to draft-only, with explicit user confirmation needed for public article publishing.
- No functional or API changes to skill logic; updates focus on credential and permission handling documentation.
v1.0.0
Juejin Skills 1.0.0 – Initial Release
- Query trending articles, category rankings, and article categories from Juejin.
- One-click publish Markdown articles to Juejin, including login support via Playwright.
- Download and save Juejin articles (single or batch) as Markdown, with image and metadata support.
- Natural language command support for all main actions.
Metadata
Frequently Asked Questions
What is 掘金技能集?
掘金技术社区一站式操作技能,支持热门文章排行榜查询、Markdown 文章发布(默认草稿)和文章下载保存为 Markdown。 It is an AI Agent Skill for Claude Code / OpenClaw, with 20645 downloads so far.
How do I install 掘金技能集?
Run "/install juejin-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 掘金技能集 free?
Yes, 掘金技能集 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 掘金技能集 support?
掘金技能集 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 掘金技能集?
It is built and maintained by enoyao (@wscats); the current version is v1.0.8.
More Skills