juejin-skills

Automate Juejin hot-article discovery, Markdown publishing, and article retrieval.

52|3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Zhow01/SkillAttack --skill juejin-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: juejin-skills
Source: https://github.com/Zhow01/SkillAttack/tree/main/data/hot100skills/081_wscats_juejin-skills
Command: npx skills add https://github.com/Zhow01/SkillAttack --skill juejin-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Juejin-skills unifies the repetitive processes of exploring hot articles, drafting Markdown content, and publishing or saving posts on Juejin, enabling consistent, automated workflows for content creators.

Core Features & Use Cases

  • Hot-articles ranking and category browsing across Juejin categories to inform content strategy.
  • Markdown-based publishing workflow including draft creation and final publish via official APIs, with cookie-based authentication handled by Playwright.
  • Article downloading and offline archiving with Markdown conversion and optional image downloads.

Quick Start

Ask it to fetch hot articles for a category, draft a Markdown post, and publish to Juejin.

Frequently Asked Questions about juejin-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate publishing Markdown articles to Juejin?

You can automate Juejin Markdown publishing through REST API endpoints that handle draft creation and final publishing via cookie-based authentication. The workflow converts Markdown content and pushes it directly to the platform.

How does Playwright login work for obtaining Juejin cookies?

Playwright login for Juejin cookies works by automating a browser session to authenticate your account and capture the resulting session cookies. These cookies are then used to authorize REST API requests for publishing and fetching articles.

Can I download and archive Juejin articles as Markdown files?

Yes, you can download and archive Juejin articles as Markdown files offline. The retrieval process includes Markdown conversion and optional image downloads, allowing individual contributors and teams to store content locally.

What is the best way to browse Juejin hot articles by category?

The best way to browse Juejin hot articles by category is through automated hot-article ranking and category browsing. This discovers trending content across Juejin categories to help inform your content strategy without manual searching.

Do I need to manually manage cookies to automate Juejin tasks?

No, you do not need to manually manage cookies to automate Juejin tasks. The Skill relies on Playwright-based login to automatically obtain and handle cookie-based authentication for REST API endpoints.

Are there limitations when using REST API endpoints for Juejin drafts?

Limitations of using REST API endpoints for Juejin drafts include dependency on valid cookie-based authentication obtained via Playwright. If the login session or cookies expire, the automated publishing and retrieval workflows will fail.