Borrowing it
Nothing to install: this file belongs to starcat-app/Starcat. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/starcat-app/Starcat/main/.claude/skills/starcat-changelog-cdn-sync/SKILL.mdgit clone --depth 1 https://github.com/starcat-app/StarcatWrote 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/starcat-app/starcat/starcat-changelog-cdn-sync)<a href="https://agentmods.dev/skills/starcat-app/starcat/starcat-changelog-cdn-sync"><img src="https://agentmods.dev/badge/skills/starcat-app/starcat/starcat-changelog-cdn-sync/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/starcat-app/starcat/starcat-changelog-cdn-sync"><img src="https://agentmods.dev/badge/skills/starcat-app/starcat/starcat-changelog-cdn-sync.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.00118 | $0.02721 |
| Opus 5 | $0.00059 | $0.01360 |
| Sonnet 5 | $0.00024 | $0.00544 |
| Haiku 4.5 | $0.00012 | $0.00272 |
Grade C, and why
starcat-changelog-cdn-sync scanned grade C with 2 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 12d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
可选:若目录删空后只剩 `.DS_Store`,可提醒用户,但不要主动 `rm -rf` 整个目录,除非用户明确要求。 Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -fsS http://127.0.0.1:36677/ >/dev/null How it starts
The opening of the file, as written. The whole thing — 242 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Starcat Changelog CDN 同步
以主仓库 CHANGELOG-ZH.md 为唯一编辑源,把「本地临时截图 + 中文条目改动」收口到
四份正式更新日志,并清理临时媒体文件。
四份文件
| 角色 | 路径 |
|---|---|
| 源(只从此处开始) | CHANGELOG-ZH.md |
| App Store 英文 | CHANGELOG.md |
| Direct 中文 | supports/starcat-pro/CHANGELOG-ZH.md |
| Direct 英文 | supports/starcat-pro/CHANGELOG.md |
遵守 docs/5-规范/Changelog-更新规范.md:渠道专属条目只留在对应渠道;公共功能四份语义对齐。
硬性边界
- 必须等 dong4j 明确触发本 skill / 说「开干」后才改文件;讨论阶段只读。
- 作用域只限最新版本段:
CHANGELOG-ZH.md里从上往下第一个## X.Y.Z(或## X.Y.Z-待发布)到下一个##之前;更旧版本一律不动。 - 只处理相对路径本地图,形如:
./CHANGELOG-ZH/xxx.png./CHANGELOG-ZH/xxx.webp./CHANGELOG/xxx.png(若出现)
- 已是
https://cdn.dong4j.site/...的图不要重复上传,除非用户明确要求换图。 - PicList 必须已在跑:内置 Server
http://127.0.0.1:36677;当前图床应为腾讯云tcyun,pathsource/image/,customUrlhttps://cdn.dong4j.site。 - CDN
HEAD/GET返回 200 之前,禁止删除任何本地临时文件。 - 删除白名单极严(见 Step 5);禁止清空整个目录、禁止删未引用文件、禁止删 CDN 上已有但本次未处理的历史资源。
- 不要 git commit / push,除非用户另行要求。
- 不要改
supports/starcat-site/direct/changelog*.html,不要跑官网生成脚本。
触发方式
dong4j 通常流程:
- 先手改主仓库
CHANGELOG-ZH.md(可含本地./CHANGELOG-ZH/*.png与中文描述改动); - 再调用本 skill(或说「同步 changelog 图到 CDN」)。
Agent 不要在用户未改 ZH 时主动发明截图或条目。
动手前清单(强制)
在改任何文件之前,先在回复里列出:
- 将转换 / 上传的本地图路径;
- 将替换成的预期 CDN URL(basename 可知时);
- 将同步文案的短标题(中 ↔ 英);
- 将删除的临时文件(若已能预判);
- 将跳过的渠道专属条目。
- 若本轮用户已明确说「开干 / 改吧 / GO / 动手 / 实施」→ 列出后直接执行,无需再等一轮。
- 若仅讨论或只说「看看」→ 只列清单,等确认后再改。
前置检查
# PicList 内置 Server
curl -fsS http://127.0.0.1:36677/ >/dev/null
# WebP 转换
which cwebp
# 源文件存在
test -f CHANGELOG-ZH.md
若 PicList 未监听 36677:停下来让用户打开 PicList(启用内置 Server),不要改用其它上传通道, 除非用户明确授权。
Step 1 — 扫描源文件中的本地图
只扫最新版本段(第一个 ## X.Y.Z … 下一 ## 之前),在其中找出:


记录清单:相对路径 → 绝对路径 → 所属短标题(bullet 冒号前)。
若没有本地相对路径图,跳过 Step 2–3 的上传,仍可做 Step 4 的文案同步(同样只限最新版本段)。
Step 2 — PNG → WebP
对清单中每个 .png:
cwebp -q 80 "CHANGELOG-ZH/foo.png" -o "CHANGELOG-ZH/foo.webp"
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.
- 12d ago First seen · 242 lines · 118 tokens per session scan C fa650a2e0a13
starcat-changelog-cdn-sync is a skill published in the GitHub repository starcat-app/Starcat (165 stars, last pushed today), licensed MIT. It adds 118 tokens to every session and 2,721 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
my-wiki
A skill for managing a local Markdown knowledge vault that stores captured webpages, PDFs, Office files, notes, images, folders, and ZIP files. It links preserved source material, called References, to durable topic pages, called Concepts.
memobase
A Russian-language skill for searching a local knowledge base built from documents and other sources such as web pages, YouTube, audio, and Obsidian notes.
chromadb-manager
Query the ChromaDB Manager document base over MCP.
clone-projects
Clone or sync the project repositories you work on into a local workspace laid out by the same domains as the vault, so notes and code sit side by side. Use when setting up a machine, onboarding a new project, or refreshing all clones.
skill-installer
A cross-platform assistant for installing coding-agent skills on Windows, macOS, and Linux. It adapts installation commands and handles common Git, network, and file-path issues.
mem0-test-integration
Verify a Mem0 integration produced by /mem0-integrate. Runs in the same workspace on the same branch (loose coupling) — installs dependencies, runs the repo's native test suite, then exercises a real end-to-end smoke flow against the user's API key. Produces a scorecard. TRIGGER when: user has just run /mem0-integrate…