juejin-skill

Automate Juejin category queries, login, Markdown publishing, and article downloads.

3|Updated May 24, 2026
One-click install
npx skills add https://github.com/Moosphan/juejin-skill --skill juejin-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: juejin-skill
Source: https://github.com/Moosphan/juejin-skill/tree/main
Command: npx skills add https://github.com/Moosphan/juejin-skill --skill juejin-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates the end-to-end workflow for Juejin: discovering categories and hot posts, authenticating, publishing Markdown drafts (with image uploads), updating articles, and downloading content as local Markdown.

Core Features & Use Cases

  • Discover categories and hot posts to plan content.
  • Publish Markdown drafts to Juejin with optional public publishing and automatic image uploads.
  • Update drafts or published articles with optional public publishing.
  • Download individual articles or author archives as Markdown files.

Quick Start

Run juejin-skill login to authenticate, then publish or download articles as local Markdown.

Frequently Asked Questions about juejin-skill

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

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

To automate publishing Markdown articles to Juejin, you can use a CLI tool that handles login workflows, converts Markdown to Juejin drafts, uploads inline images via the Juejin API, and optionally publishes them publicly.

Can I download Juejin articles as local Markdown files?

Yes, you can download Juejin articles as local Markdown files. The CLI supports downloading individual articles or entire author archives locally, enabling offline reading and content backup.

How does login authentication work for Juejin automation?

Juejin login authentication for automation works by using Playwright to handle the login workflow, allowing you to securely authenticate your account before executing publish, update, or download commands.

What is the best way to discover Juejin categories and hot lists for content planning?

The best way to discover Juejin categories and hot lists for content planning is using an automation CLI that queries Juejin API endpoints, returning current category structures and trending posts to guide your publishing strategy.

Does this Juejin automation CLI work across different coding environments?

Yes, this Juejin automation CLI works across both Codex and Claude Code environments, providing a unified Node.js command-line interface to support category discovery, login, publishing, and downloading tasks.

Can I update existing Juejin drafts or published articles via CLI?

Yes, you can update existing Juejin drafts or published articles via CLI. The tool calls Juejin API endpoints to modify your content and provides options to push updates with or without public publishing.