Summary
- 长文生成与深度写作工具,支持结构化长文(2000字以上)的生成,包括教程、研究报告、分析报告等。
- Use when:
- - 生成长篇教程(2000字以上)generate long tutorials 2000+ words
- - 撰写研究报告 write research reports
- - 创建深度分析报告…
wulaosiji/skills
长文生成与深度写作工? Use when: - 生成长篇教程(2000字以上)generate long tutorials 2000+ words - 撰写研究报告 write research reports - 创建深度分析报告 create in-depth analysis - 将原始数据转为叙事结构 transform data to narrative - 扩写大纲为完整? - 多章节长文档生成 multi-chapter document generation Part of UniqueClub toolkit. Learn more: https://uniqueclub.ai
npx skills add wulaosiji/skills --skill long-form-writer
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality…
26.2K installsCLI tools for Svelte 5 documentation lookup and code analysis. MUST be used whenever creating, …
9.7K installsCreate or refresh reviewer-facing PR titles and descriptions. Use when opening a PR, updating i…
3.9K installsGuide users through creating Agent Skills for Claude Code. Use when the user wants to create, w…
3.1K installsAlways use this skill when the task involves writing, reviewing, or editing files in the `/docs…
3.1K installsCreate, synthesize, and iteratively improve agent skills following the Agent Skills specificati…
1.9K installsOther skills from wulaosiji/skills · top by installs.
npx skills add wulaosiji/skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
6,330 B
SUMMARY.md
672 B
🚀 Migrated to wulaosiji/founder-skills as
founder-content-writer.
This version is kept for backward compatibility. For the latest updates, use the founder-skills version.
Generate comprehensive long-form articles and reports with structured depth.
Chinese:
English:
Define the article architecture:
## Article Blueprint
**Type**: [tutorial | report | analysis | guide]
**Target Length**: [3000 | 5000 | 8000 | 10000] words
**Audience**: [technical | general | executive]
### Chapter Plan
1. [Title] - [Word count] - [Key points]
2. [Title] - [Word count] - [Key points]
...
Generate each chapter independently:
For each chapter:
1. Write 500-1500 words
2. Include: concept + example + application
3. Add subsections if needed (recursive)
4. Mark [EXPAND] for sections needing more depth
Add supporting materials:
Apply quality standards:
# Input: analysis.json
# Output: comprehensive report
long-form-writer generate \
--input data.json \
--type report \
--template structured \
--output report.md
# Input: outline.md
# Output: full tutorial
long-form-writer expand \
--outline outline.md \
--depth 3 \
--word-count 5000 \
--output article.md
# Extract cases from chat, generate guide
long-form-writer guide \
--chat-history chat.json \
--topic "OpenClaw Usage" \
--output guide.md
| Skill | Usage |
|---|---|
| content-extractor | 提取外部素材作为写作原料 |
| document-hub | 导出为Word/Excel格式 |
| 生成最终PDF交付物 | |
| email-sender | 发送报告邮件 |
| md-to-wechat | 转换为公众号文章 |
Before delivery, verify:
| Skill | Relationship | Use Case |
|---|---|---|
| content-extractor | 素材来源 | 提取外部内容作为写作素材 |
| document-hub | 格式输出 | 生成Word/Excel版本 |
| 格式输出 | 生成专业PDF文档 | |
| email-sender | 分发渠道 | 发送报告邮件 |
| md-to-wechat | 平台适配 | 转换为公众号文章格式 |
| image-ocr | 素材处理 | 识别图片中的文字素材 |
See references/examples.md for sample outputs.
Part of the UniqueClub toolkit - a collection of skills for AI-powered content creation and automation.