Agent skill
universal-writer
通用写作技能:从数据到文章的自动化写作工作流。 支持多种写作模板(专题、教程、分析、总结、文档),可根据数据源或交互式生成文章。 当用户说"写作"、"生成文章"、"写文档"、"universal-writer"时触发。
Install this agent skill to your Project
npx add-skill https://github.com/ttmouse/skills/tree/main/universal-writer
SKILL.md
Universal Writer - 通用写作技能
从数据到文章的自动化写作工作流
技能位置
~/.claude/skills/universal-writer/
核心功能
1. 多模板支持
| 模板 | 适用场景 |
|---|---|
| 专题深度拆解 | designprompt 专题文章 |
| 技术教程 | 技能使用、工具教程 |
| 案例分析 | Twitter 案例研究 |
| 经验总结 | 工作复盘、方法论 |
| 产品文档 | 技能文档、使用指南 |
2. 三种使用方式
方式 1: 直接生成
cd ~/.claude/skills/universal-writer
./venv/bin/python3 scripts/writer.py \
--template "专题深度拆解" \
--topic "液体飞溅摄影" \
--output "article.md"
方式 2: 数据驱动
./venv/bin/python3 scripts/writer.py \
--template "专题深度拆解" \
--data "cases.json" \
--auto-generate \
--output "article.md"
方式 3: 交互式
./venv/bin/python3 scripts/writer.py --interactive
依赖安装
cd ~/.claude/skills/universal-writer
python3 -m venv venv
./venv/bin/pip install -r requirements.txt
完整工作流
数据采集 → 内容生成 → 图片处理 → 发布
↓ ↓ ↓ ↓
twitter- universal- twitter- qiaomu-x-
collector writer image- article-
downloader publisher
创建时间:2026-02-01 版本:v1.0 状态:MVP 实现
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
template-skill
Replace with description of the skill and when Claude should use it.
prompt-analyzer
提示词分析与洞察 - 查看Prompt详情、对比差异、推荐相似提示词、元素库统计
meta-skill
元技能 - 对话复盘与技能进化。在对话结束后分析:已用技能是否可优化、未形成技能的流程是否值得沉淀。当用户说"复盘"、"回顾对话"、"优化技能"、"沉淀经验"、"这个流程可以复用吗"、"技能体系复盘"、"技能健康检查"等关键词时触发,或用户显式调用 /meta-skill。
doc-coauthoring
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
downloads-organizer
Automatically organize and clean up downloads folder by categorizing files, removing duplicates, and optimizing storage space
gemini-gen
Generates images using Google's Gemini model. Prioritizes standard resolution to save quota. Automatically opens images on macOS.
Didn't find tool you were looking for?