Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add xiaomoBoy/claude-writing-skills --skill score-optimizergit clone --depth 1 https://github.com/xiaomoBoy/claude-writing-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/xiaomoboy/claude-writing-skills/score-optimizer)<a href="https://agentmods.dev/skills/xiaomoboy/claude-writing-skills/score-optimizer"><img src="https://agentmods.dev/badge/skills/xiaomoboy/claude-writing-skills/score-optimizer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/xiaomoboy/claude-writing-skills/score-optimizer"><img src="https://agentmods.dev/badge/skills/xiaomoboy/claude-writing-skills/score-optimizer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00066 | $0.00691 |
| Opus 5 | $0.00033 | $0.00345 |
| Sonnet 5 | $0.00013 | $0.00138 |
| Haiku 4.5 | $0.00007 | $0.00069 |
Grade A, and why
score-optimizer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Score Optimizer
这个 skill 只负责一件事:优化文章评分系统本身。
它适合做的是:
- 调整文章爆款评分 Prompt
- 批量给样本文集打分
- 对照标注数据评估评分准确度
- 研究评分维度、权重、few-shot 示例是否更合理
它不负责:
- 直接改文章正文
- 平台改写
- 发布包装
Working Scope
适用场景:
- 用户说“优化文章评分 prompt”
- 用户说“让这个爆款评分系统更准”
- 用户说“跑一轮样本文集评分实验”
- 用户说“校准 viral score / composite score 的打分规则”
不适用场景:
- 用户说“直接把这篇文章改高分”
- 用户说“按这个评分器去优化文章内容”
后者应改用 article-optimizer。
Required Reads
开始前先读:
需要看实现时再读:
样本文集位置(用户自己提供,本 skill 不带样本):
assets/articles/samples/—— 把你自己标注过的 .md 文章放进来,然后cp labels.example.json labels.json填上你的评分。详见 assets/articles/samples/README.md
Workflow
- 先确认当前任务是在优化评分器,不是在改文章。
- 读取
references/score_program.md,按它的实验约束执行。 - 默认只改
references/score_prompt.md,不要动评估脚本。 - 运行批量评分脚本,再运行评估脚本。
- 比较
composite_score、mae、spearman、classification。 - 记录结果,决定保留还是回滚。
Commands
在 skill 根目录执行:
python3 scripts/run_scoring.py > scoring.log 2>&1
python3 scripts/evaluate.py > eval.log 2>&1
grep "^composite_score:\|^mae:\|^spearman:\|^classification:" eval.log
如果需要图表:
python3 scripts/generate_score_chart.py
Guardrails
- 默认不要改
scripts/evaluate.py - 默认不要改
scripts/run_scoring.py - 默认不要安装新依赖
- 如果只是想提高某一篇文章分数,不要用这个 skill
What ships with it
8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 87 lines · 66 tokens per session scan A ed0c569ea465
score-optimizer is a skill published in the GitHub repository xiaomoBoy/claude-writing-skills (31 stars, last pushed 3mo ago), licensed MIT. It adds 66 tokens to every session and 691 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
story-import
A tool for turning an existing novel into a structured writing project. It analyzes the book and organizes its characters, settings, plot plans, chapters, and tracking data for later writing.
story-long-analyze
A long-form fiction analysis workflow for breaking down a novel’s opening chapters, characters, pacing, turning points, relationships, and overall structure.
story-deslop
A writing editor for Chinese web novels that detects writing patterns often associated with AI-generated text and makes the prose feel more natural.
story-short-analyze
A Chinese-language guide for analysing short popular web fiction, such as stories published on 番茄, 故事会, or 知乎盐选. It examines the core premise, plot structure, emotional arc, twists, writing techniques, and reader appeal.
story
A Chinese-language routing tool for fiction writers that directs requests to tools for outlining, writing, analysis, reviews, covers, importing novels, browser control, and project management.
story-long-write
A Chinese-language coaching workflow for creating long online novels, from the initial idea and outline through characters, plot threads, and chapter drafts. It also supports continuing, revising, or rewriting specified chapters.