Case Writer Hybrid
/install case-writer-hybrid
Case Writer Hybrid
Turn the structured brief into a stage-1 article draft, a writing pack sidecar, and a review trace that can flow into image generation and WeChat formatting.
Quick Start
Run the default command:
.venv/bin/python -m skill_runtime.cli run-skill case-writer-hybrid --input content-production/inbox/20260403-ai-content-system-brief.md
Prepare Input
Expect a markdown file with these sections:
基础信息核心观点背景与语境论证方向可用案例 / 素材
Important fields inside 基础信息:
dateslugtopictarget_readerpublish_goal
Follow Drafting Workflow
- Read the brief and preserve explicit user-supplied claims, framing, and evidence.
- Use
论证方向as the backbone for the major argument sections. - Pull material from
可用案例 / 素材into the matching sections instead of inventing new examples first. - Build a stable first draft structure: title, 导语, 问题提出, 核心判断, 论证段, 结论, 可传播总结.
- Run up to 3 local rounds of
writer -> critic -> humanizer-zh -> judge. - If the score still fails after 3 rounds, stop and emit a quality-gate notice instead of continuing downstream.
Write Output
Write the markdown draft to:
content-production/drafts/\x3Cslug>-article.md
Also write:
content-production/drafts/\x3Cslug>-writing-pack.md
content-production/drafts/\x3Cslug>-writing-pack.json
content-production/drafts/\x3Cslug>-review-trace.json
If the draft fails the quality gate after 3 rounds, also write:
content-production/published/YYYYMMDD-\x3Cslug>-quality-gate.md
Respect Constraints
- Treat the result as a controlled local draft loop, not a free-form creative writer
- If the brief is sparse, preserve structure and fill gaps conservatively
- Prefer explicit user-supplied arguments over invented framing
- Do not continue to image generation or formatting if the quality gate fails
Read Related Files
- Runtime entry:
skill_runtime/engine.py - Usage guide:
docs/case-writer-hybrid-execution-spec.md - Downstream skills:
generate-image,wechat-formatter
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install case-writer-hybrid - 安装完成后,直接呼叫该 Skill 的名称或使用
/case-writer-hybrid触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Case Writer Hybrid 是什么?
Expand a structured brief in `content-production/inbox/` into a reusable long-form markdown article draft, then run a local writer / critic / judge quality l... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。
如何安装 Case Writer Hybrid?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install case-writer-hybrid」即可一键安装,无需额外配置。
Case Writer Hybrid 是免费的吗?
是的,Case Writer Hybrid 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Case Writer Hybrid 支持哪些平台?
Case Writer Hybrid 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Case Writer Hybrid?
由 Abigale-cyber(@abigale-cyber)开发并维护,当前版本 v1.0.0。