Install
openclaw skills install @caoyachao/github-to-rednoteConvert 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.
openclaw skills install @caoyachao/github-to-rednoteConvert GitHub repositories into RedNote-style technical articles.
This skill transforms GitHub repository information into engaging RedNote (小红书) formatted articles suitable for Chinese tech community promotion.
Supported Article Types:
# 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
Project introduction and recommendation
Technical review and evaluation
Usage guide
Tool collection
Version release notes
RedNote style includes:
generate_article.py - Main script for article generationgithub_api.py - GitHub API wrapperformatters.py - RedNote formatting utilitiesprompts.md - LLM prompt templates for each article typerednote-style.md - RedNote formatting guidelines