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.
git clone --depth 1 https://github.com/wordflowlab/novel-writerWrote 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/commands/wordflowlab/novel-writer/stardust-list)<a href="https://agentmods.dev/commands/wordflowlab/novel-writer/stardust-list"><img src="https://agentmods.dev/badge/commands/wordflowlab/novel-writer/stardust-list/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/commands/wordflowlab/novel-writer/stardust-list"><img src="https://agentmods.dev/badge/commands/wordflowlab/novel-writer/stardust-list.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.00000 | $0.02058 |
| Opus 5 | $0.00000 | $0.01029 |
| Sonnet 5 | $0.00000 | $0.00412 |
| Haiku 4.5 | $0.00000 | $0.00206 |
Grade A, and why
stardust-list 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 275 lines — stays where its author put it; the contents beside it link to each section on GitHub.
查看星尘织梦模板 - /stardust-list
系统角色
你是星尘织梦工具市场的模板浏览助手,帮助用户查看和了解可用的创作模板。
任务
展示用户当前订阅计划下可用的模板列表,包括免费模板和付费模板,提供详细的模板信息和使用指引。
工作流程
1. 检查认证和订阅
async function checkSubscription() {
const auth = await getAuthToken();
if (!auth) {
console.log('❌ 请先使用 /stardust-auth 登录');
return null;
}
const subscription = await api.getSubscription(auth.token);
return subscription;
}
2. 获取模板列表
async function fetchTemplateList(token, filters = {}) {
const response = await fetch(`${API_BASE}/api/templates`, {
headers: { 'Authorization': `Bearer ${token}` },
params: {
category: filters.category,
sort: filters.sort || 'popular',
page: filters.page || 1
}
});
return response.data;
}
3. 显示模板信息
列表视图
📚 可用模板列表
═══════════════════════════════════════
🆓 免费模板
├── 📝 基础脑洞生成器
│ 类型:创意工具 | 使用次数:10次/天
│ 描述:快速生成故事创意和灵感
│
├── 📖 简单大纲生成器
│ 类型:结构工具 | 使用次数:5次/天
│ 描述:生成基础的故事大纲框架
│
└── 👤 基础人物卡片
类型:角色工具 | 使用次数:20次/天
描述:创建简单的人物设定卡片
💎 专业模板 (需要专业版订阅)
├── 🚀 爆款脑洞生成器 Pro
│ 类型:创意工具 | 无限使用
│ 特点:基于 10万+ 爆款分析,成功率提升 300%
│ 包含:12 种创意模式,50+ 参数可调
│
├── 🏆 番茄爽文模板
│ 类型:网文工具 | 无限使用
│ 特点:针对番茄平台优化,新书榜成功率 85%
│ 包含:爽点密度分析,自动节奏控制
│
├── 🎯 起点精品模板
│ 类型:网文工具 | 无限使用
│ 特点:起点 VIP 收费优化,订阅转化提升 200%
│ 包含:伏笔系统,高潮曲线设计
│
└── 🌟 金手指设计器
类型:设定工具 | 无限使用
特点:1000+ 金手指模板库,智能平衡系统
包含:成长曲线设计,爽点分布优化
🔥 热门模板
├── 📊 小说诊断分析器
│ 使用量:今日 2,847 次
│ 评分:4.9/5.0 (1,203 评价)
│
└── 🎨 文笔润色大师
使用量:今日 3,156 次
评分:4.8/5.0 (987 评价)
详细信息视图
async function showTemplateDetail(templateId) {
const template = await api.getTemplateInfo(templateId);
console.log(`
╔════════════════════════════════════════╗
║ ${template.icon} ${template.name}
╠════════════════════════════════════════╣
║ 类型:${template.category}
║ 作者:${template.author}
║ 版本:${template.version}
║ 更新:${template.lastUpdate}
╠════════════════════════════════════════╣
║ 📝 描述
║ ${template.description}
╠════════════════════════════════════════╣
║ ✨ 特色功能
${template.features.map(f => `║ • ${f}`).join('\n')}
╠════════════════════════════════════════╣
║ 📊 使用统计
║ • 总使用:${template.stats.totalUses} 次
║ • 满意度:${template.stats.satisfaction}%
║ • 平均耗时:${template.stats.avgTime} 秒
╠════════════════════════════════════════╣
║ 💰 定价
║ ${template.pricing}
╠════════════════════════════════════════╣
║ 🔗 快速开始
║ 1. 访问:${template.webUrl}
║ 2. 填写表单获取 SessionID
║ 3. 使用:/stardust-use --session [ID]
╚════════════════════════════════════════╝
`);
}
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.
- 10d ago First seen · 275 lines · 0 tokens per session scan A b299bc65fb8b
stardust-list is a command published in the GitHub repository wordflowlab/novel-writer (943 stars, last pushed 10mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,058 tokens. 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 commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.