Starcat: Skill for Claude Code

.claude/skills/starcat-public-site-and-promo/SKILL.md

starcat-public-site-and-promo is a skill for Claude Code, Codex from starcat-app/Starcat. It costs 104 tokens per session (647 once invoked), scanned A, original, MIT.

A process for publishing the Starcat website and keeping its public changelog and project-promotion sections up to date. A changelog is a page listing notable product changes.

In plain words
What is it for?
Use it to deploy the direct website, update its web-server configuration, generate the changelog page, or synchronize promotional sections across support-project READMEs.
Why use it?
It reduces the risk of deploying the wrong website files or leaving project documentation out of sync with the public site.

Skill for Claude CodeCodex

Written for Claude Code and Codex: installed under .claude/, but also agents/openai.yaml present.

This is starcat-app/Starcat's own configuration. It tells Claude Code and Codex how to work on Starcat itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Starcat configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/starcat-app/Starcat/main/.claude/skills/starcat-public-site-and-promo/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/starcat-app/Starcat

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for starcat-public-site-and-promo

README.md
[![agentmods](https://agentmods.dev/badge/skills/starcat-app/starcat/starcat-public-site-and-promo/github.svg)](https://agentmods.dev/skills/starcat-app/starcat/starcat-public-site-and-promo)
Your own site
<a href="https://agentmods.dev/skills/starcat-app/starcat/starcat-public-site-and-promo"><img src="https://agentmods.dev/badge/skills/starcat-app/starcat/starcat-public-site-and-promo/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.

agentmods 80×15 button for starcat-public-site-and-promo

Your own site · 80×15
<a href="https://agentmods.dev/skills/starcat-app/starcat/starcat-public-site-and-promo"><img src="https://agentmods.dev/badge/skills/starcat-app/starcat/starcat-public-site-and-promo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 647 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00104 $0.00647
Opus 5 $0.00052 $0.00324
Sonnet 5 $0.00021 $0.00129
Haiku 4.5 $0.00010 $0.00065

Measured 12d ago against content hash 6f550a5c0222, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

starcat-public-site-and-promo 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 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.

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.

.claude/skills/starcat-public-site-and-promo/SKILL.md · 47 lines

What it actually says

Starcat 官网与推广同步

使用这个 skill 处理 supports/starcat-site/ 官网部署、nginx 配置发布、官网 changelog 生成,以及 supports 各项目 README 推广区块同步。

硬性规则

  • 先说明会改本地文件还是远程服务器,等确认后再执行。
  • supports/starcat-site/direct/deploy.sh 会通过 ssh/rsync 修改 aliyun2 服务器,属于生产副作用。
  • supports/starcat-site/direct/deploy.sh 会依次上传 nginx 配置、reload nginx 并同步静态资源,必须确认完整副作用。
  • sync-starcat-readme-promo.py 会批量改 supports 多个 README,执行前先说明影响范围。
  • 不要复制公开图片到各项目;推广区块统一引用 starcat-pro 的远程图片。

入口选择

任务 使用入口
部署 Direct 官网与 nginx cd supports/starcat-site/direct && ./deploy.sh
部署 Direct 测试站与 nginx cd supports/starcat-site/direct-test && ./deploy.sh
生成官网 changelog 页面 python3 supports/starcat-site/direct/generate-changelog.py
同步 README 推广区块 supports/scripts/sync-starcat-readme-promo.py
Direct 发布时全链路官网/appcast 使用 starcat-release skill 的 release-direct.sh

标准工作流

  1. 读取 references/site-promo-map.md
  2. 只读检查:
    • git status --short
    • ls supports/starcat-site
    • test -f supports/starcat-site/direct/starcat.ink.conf
    • 需要远程操作时先确认 ~/.ssh/configaliyun2
  3. 对本地生成类任务先执行并检查 diff。
  4. 对远程部署类任务先说明命令、远程目录和可验证 URL。
  5. 等确认后执行。
  6. 验证:
    • 官网:https://starcat.ink
    • changelog:https://starcat.ink/changelog.html
    • nginx:ssh aliyun2 "nginx -t" 或脚本内校验结果。

参考

详细命令、排除规则、README marker 和失败恢复见 references/site-promo-map.md

Files

What ships with it

2 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.

Changes

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.

  1. 12d ago First seen · 47 lines · 104 tokens per session scan A 6f550a5c0222

Subscribe to this mod's changes

starcat-public-site-and-promo is a skill published in the GitHub repository starcat-app/Starcat (165 stars, last pushed yesterday), licensed MIT. It adds 104 tokens to every session and 647 once invoked, about $0.0005 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.

Related

Other skills, from other repositories