中文 | English
AI Agent Skills maintained by 雪踏乌云 for Codex, Claude Code, and other Agent workflows that support SKILL.md.
The collection covers Chinese writing, content extraction, motion direction, original reference-motion studies, style-specific video production, openers, and evidence-based replica QA.
Requirements
- Codex, Claude Code, or another Agent that supports project-level skills.
- A target project that can load
.agents/skills/<skill-name>/SKILL.md.
Installation
Claude Code Plugin Marketplace
claude plugin marketplace add Pluviobyte/rnskill
claude plugin install rn-renhua@rnskill
Universal (Codex / Claude Code)
npx -y skills add Pluviobyte/rnskill -g --all
Or install a single skill:
npx -y skills add Pluviobyte/rnskill --skill rn-renhua
Manual Install
Copy only the skill you need into your project:
# Codex
mkdir -p <project>/.agents/skills
cp -R skills/rn-renhua <project>/.agents/skills/rn-renhua
cp -R skills/rn-motion-replica <project>/.agents/skills/rn-motion-replica
# Claude Code
mkdir -p <project>/.claude/skills
cp -R skills/rn-renhua <project>/.claude/skills/rn-renhua
cp -R skills/rn-motion-replica <project>/.claude/skills/rn-motion-replica
Available Skills
Writing
| Skill | Description |
|---|---|
rn-renhua |
Chinese AI/tech writing de-AI editor. Removes AI-flavored patterns while preserving author voice, facts, and judgment. |
Content Extraction
| Skill | Description |
|---|---|
rn-wechat-extract |
Extract full text from WeChat public account articles via MicroMessenger UA spoofing. Stdlib only, no API key. |
Video Production
| Skill | Description |
|---|---|
rn-motion-director |
Motion-first AI video director. Turns topics into motion video concepts with visual metaphors, beat graphs, and anti-PPT QC. |
rn-motion-replica |
Builds an original, editable HyperFrames motion study from an authorized reference range, with analysis evidence and final-MP4 QC. |
rn-dark-saas-video |
Dark cinematic SaaS product video in "magic UI" style. 8 scene blueprints, 3 timing presets, hard style rules. |
rn-bw-text-opener |
Black-white typed text opener animation with synced typing SFX. 3 timing presets. Includes a Python timing plan generator. |
Quality Control
| Skill | Description |
|---|---|
rn-replica-qc |
SOP v2 replica QA. Five fidelity levels plus asset, runtime, and delivery full-frame gates; exact replay and parametric motion are registered separately. |
Directory Structure
rnskill/
├── skills/
│ ├── rn-renhua/ # Writing: de-AI editor
│ ├── rn-wechat-extract/ # Extraction: WeChat article reader
│ ├── rn-motion-director/ # Video: motion director
│ ├── rn-motion-replica/ # Video: original editable motion study
│ ├── rn-dark-saas-video/ # Video: dark SaaS style
│ ├── rn-bw-text-opener/ # Video: typed text opener
│ └── rn-replica-qc/ # QC: reference video replica
├── docs/ # Per-skill overview pages
├── assets/ # Showcase images and videos
├── tools/ # Build and packaging scripts
├── .claude-plugin/ # Claude Code marketplace manifest
└── .github/workflows/ # Release automation
Maintainer Sync
The four mirrored video skills are developed in Pluviobyte/video-production-skills. Refresh them without touching repository-native skills such as rn-renhua and rn-motion-replica:
python3 tools/sync-video-skills.py --source /path/to/video-production-skills
python3 tools/sync-video-skills.py --source /path/to/video-production-skills --check
Author
雪踏乌云 · @Pluvio9yte
Comments