github-to-rednote

Convert GitHub repositories into RedNote (小红书) style technical articles. Use when user wants to generate tech promotion content from GitHub repos - including project intros, reviews, tutorials, tool lists, or release notes. Supports 5 article templates with emoji formatting and hashtag tags.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "github-to-rednote" with this command: npx skills add caoyachao/github-to-rednote

GitHub to RedNote

Convert GitHub repositories into RedNote-style technical articles.

Overview

This skill transforms GitHub repository information into engaging RedNote (小红书) formatted articles suitable for Chinese tech community promotion.

Supported Article Types:

  1. Intro - Project recommendation/overview
  2. Review - Technical review and evaluation
  3. Tutorial - Usage guide and tutorial
  4. List - Tool collection/list
  5. Release - Version release notes

Quick Start

# Basic usage - generate intro article
python3 scripts/generate_article.py <github-url>

# Specify article type
python3 scripts/generate_article.py <github-url> --type review

# Save to file
python3 scripts/generate_article.py <github-url> --output article.md

Workflow

  1. Parse URL - Extract owner/repo from GitHub URL
  2. Fetch Data - Get repo info, README, languages via GitHub API
  3. Generate Content - Use LLM to create RedNote-style article
  4. Format Output - Apply emoji formatting and hashtags

Article Types

1. Intro (项目推荐)

Project introduction and recommendation

  • Focus: What it does, key features, why use it
  • Style: Enthusiastic but technical

2. Review (项目测评)

Technical review and evaluation

  • Focus: Pros/cons, use cases, comparison
  • Style: Objective analysis

3. Tutorial (使用教程)

Usage guide

  • Focus: Installation, quick start, examples
  • Style: Step-by-step instructions

4. List (工具合集)

Tool collection

  • Focus: Multiple related tools, categorized
  • Style: Curated list with brief descriptions

5. Release (版本发布)

Version release notes

  • Focus: New features, changes, migration
  • Style: Changelog format

Output Format

RedNote style includes:

  • Emoji decorations (🔥💡⚡️🚀)
  • Section dividers
  • Topic hashtags (#技术分享 #开源项目 #程序员)
  • Concise paragraphs (适合手机阅读)

Resources

scripts/

  • generate_article.py - Main script for article generation
  • github_api.py - GitHub API wrapper
  • formatters.py - RedNote formatting utilities

references/

  • prompts.md - LLM prompt templates for each article type
  • rednote-style.md - RedNote formatting guidelines

assets/

  • Templates and example outputs

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Kiro Cli Openclaw Bridge

通过本地 ACP-to-OpenAI Bridge 将 OpenClaw(或任何 OpenAI 兼容客户端)连接到 kiro-cli 的 ACP 后端,支持流式响应和工具调用。

Registry SourceRecently Updated
Coding

nextjs-developer

Expert Next.js developer mastering Next.js 14+ with App Router and full-stack features. Specializes in server components, server actions, performance optimiz...

Registry SourceRecently Updated
Coding

96push

User-approved 96Push desktop client publishing helper — query platforms/accounts, create content, inspect platform rules, and publish only after explicit con...

Registry SourceRecently Updated
Coding

file-upload-cli

Upload files to the litterbox.catbox.moe file sharing service and get shareable URLs (72h expiry). Use when the user wants to share a file temporarily or nee...

Registry SourceRecently Updated