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 agentmods add commands/xyzbit/claude-plugins/configgit clone --depth 1 https://github.com/xyzbit/claude-pluginsWhat 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 | $0.00018 | $0.02964 |
| Opus 5 | $0.00009 | $0.01482 |
| Sonnet 5 | $0.00004 | $0.00593 |
| Haiku 4.5 | $0.00002 | $0.00296 |
Grade A, and why
content:config 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 3d 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 — 484 lines — stays where its author put it; the contents beside it link to each section on GitHub.
配置向导
欢迎使用 content-create 插件配置向导!我会一步步引导你完成配置,不用担心复杂的参数。
第一步:检查配置文件
配置文件路径:.claude/content-create.local.md
检查配置文件是否存在:
- 如果存在:询问用户是要「查看当前配置」还是「修改配置」
- 如果不存在:自动创建配置文件
配置文件不存在时
执行以下操作:
- 创建配置目录和文件
mkdir -p .claude
cp ~/.claude/plugins/content-create/templates/content-create.local.md .claude/
- 显示欢迎信息
✅ 配置文件已创建!
现在让我们一步步设置你的配置。整个过程大约需要 2-3 分钟。
- 进入配置向导流程
第二步:配置 RSS 源
RSS 源用于收集热点话题,是内容创作的灵感来源。
使用 AskUserQuestion 询问:
问题:你想从哪些渠道获取灵感?
选项:
1. 使用默认 RSS 源(推荐)
- 包含:AI产品洞察日报、AI创业者博客等 3 个优质源
2. 自定义 RSS 源
- 我会帮你一个个添加
3. 暂时跳过
- 稍后可以手动配置
如果选择「使用默认 RSS 源」:
- 保持模板文件中的默认配置
- 显示:
✅ 已配置 3 个默认 RSS 源
如果选择「自定义 RSS 源」:
- 询问:
请输入 RSS 源名称(例如:极客公园) - 询问:
请输入 RSS 源 URL(例如:https://example.com/rss.xml) - 添加到配置后,询问:
是否继续添加其他 RSS 源? - 重复直到用户选择「不再添加」
如果选择「暂时跳过」:
- 清空 rss_sources 为空数组
- 显示提示:
⚠️ RSS 源为空,后续可以通过编辑 .claude/content-create.local.md 添加
第三步:配置路径
工作路径决定了文章保存的位置。
使用 AskUserQuestion 询问:
问题:文章保存在哪个目录?
选项:
1. 使用默认路径(推荐)
- article/ 目录
2. 自定义路径
- 指定一个项目中的目录
如果选择「使用默认路径」:
- 保持默认配置:workspace_root: "article"
- 检查目录是否存在,不存在则创建
mkdir -p article/style_references/article
- 显示:
✅ 工作目录设置为 article/
如果选择「自定义路径」:
- 询问:
请输入目录路径(相对于项目根目录) - 更新配置
- 创建目录
- 显示:
✅ 工作目录设置为 {路径}/
关于风格参考:
💡 提示:放 2-3 篇你喜欢的文章到这个目录,AI 会学习你的写作风格:
{workspace_root}/style_references/article/
稍后你可以把参考文章复制进去,也可以使用我们提供的示例文章:
1. 远程项目:https://github.com/xyzbit/claude-plugins
2. 本地插件缓存:.claude/plugins/cache/claude-plugins/content-create/1.0.0/templates/style_references/article
第四步:配置发布平台
选择你想要发布内容的平台。
使用 AskUserQuestion(多选)询问:
问题:你想发布到哪些平台?(可多选)
选项:
1. 微信公众号
- 需要配置:App ID 和 App Secret
2. 小红书
- 需要配置:相关 API 密钥
3. 飞书
- 需要配置:应用 ID、应用 Secret、飞书群聊 ID 和 飞书消息卡片模板文件路径
根据用户选择:
- 启用对应平台的 enabled: true
- 未选择的平台设为 enabled: false
- 所有平台的 auto_publish 默认设为 false(安全起见)
对于每个启用的平台,询问是否自动发布:
问题:{平台名称} - 是否自动发布?
说明:
- 启用自动发布:生成内容后直接发布到平台
- 关闭自动发布:生成内容后需要手动确认发布
选项:
1. 关闭自动发布(默认)
- 发布前可以先检查内容
2. 启用自动发布
- 完全自动化
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.
- 3d ago First seen · 484 lines · 18 tokens per session scan A d43017bcc590
content:config is a command published in the GitHub repository xyzbit/claude-plugins (27 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 18 tokens to every session and 2,964 once invoked, about $0.0001 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 commands, from other repositories
git
Git operations with intelligent commit messages and workflow optimization.
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.