ZCF is a command-line setup tool for configuring Claude Code and Codex with agents, instructions, skills, hooks, commands, and settings. It is for developers who want to install and personalize these coding-agent workflows through an interactive setup.
Borrowing it
Nothing to install: this file belongs to UfoMiao/zcf. 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/UfoMiao/zcf/main/.claude/skills/zcf-add-sponsor/SKILL.mdgit clone --depth 1 https://github.com/UfoMiao/zcfWrote 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/ufomiao/zcf/zcf-add-sponsor)<a href="https://agentmods.dev/skills/ufomiao/zcf/zcf-add-sponsor"><img src="https://agentmods.dev/badge/skills/ufomiao/zcf/zcf-add-sponsor/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/ufomiao/zcf/zcf-add-sponsor"><img src="https://agentmods.dev/badge/skills/ufomiao/zcf/zcf-add-sponsor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00030 | $0.02744 |
| Opus 5 | $0.00015 | $0.01372 |
| Sonnet 5 | $0.00006 | $0.00549 |
| Haiku 4.5 | $0.00003 | $0.00274 |
Grade A, and why
zcf-add-sponsor 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.
How it starts
The opening of the file, as written. The whole thing — 230 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ZCF Add Sponsor — Quick Sponsor Onboarding
Quickly onboard a new corporate sponsor across the ZCF project: README sponsor lists by default, with optional API provider preset and documentation ad placements.
Usage
/zcf-add-sponsor [--with-api] [--with-ad] [--name <name>] [--url <url>] [--id <provider-id>] [--logo <path>] [--badge <emoji>]
Parameters
Mode flags
--with-api— Also append a new entry tosrc/config/api-providers.ts(API_PROVIDER_PRESETS)--with-ad— Also insert ad cards into:README.md,README_zh-CN.md,README_ja-JP.md(top♥️ Sponsorssection, table card)docs/en/index.md,docs/zh-CN/index.md,docs/ja-JP/index.md(top♥️ Sponsorsection, table card)
- (no flag) — Default: only add a single bullet entry to the Our Sponsors → Corporate Sponsors lists in the three READMEs
Sponsor info (prompt interactively if missing)
--name <name>— Display name (e.g.FooAI)--url <url>— Affiliate/registration URL (used in every link)--id <provider-id>— API provider id, kebab-case (only required with--with-api, e.g.fooai)--logo <path>— Local logo path undersrc/assets/(only required with--with-ad, e.g../src/assets/fooai.png)--badge <emoji>— Trailing emoji badge for the list bullet (default:🎁)
Context
- Default scope: Only the
Our Sponsors → Corporate Sponsorsbullet list in the three READMEs (zh-CN, en, ja-JP).docs/*/index.mddoes not contain a sponsor list — it only contains an ad section, handled by--with-ad. - API preset format: Match the existing
ApiProviderPresetinterface insrc/config/api-providers.ts. Ask the user aboutbaseUrl,authType,wireApi,defaultModels, and which code tools are supported (claude-code,codex, or both). - Ad cards: Mirror the existing AICodeMirror / Crazyrouter card layout exactly —
<table><tr><td width="180"><a><img></a></td><td>...description...</td></tr></table>, appended after the last existing sponsor card and before the next##heading. - Image paths:
- In
README*.mduse relative path./src/assets/<file> - In
docs/*/index.mduse absolute GitHub raw URLhttps://raw.githubusercontent.com/UfoMiao/zcf/main/src/assets/<file>
- In
- Trilingual descriptions: Always generate three localized descriptions (zh-CN / en / ja-JP). Translate from the user-provided source description while preserving brand names, URLs, and discount numbers verbatim.
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 · 230 lines · 30 tokens per session scan A 32cbdb66022b
zcf-add-sponsor is a skill published in the GitHub repository UfoMiao/zcf (6,083 stars, last pushed 12d ago), licensed MIT. It adds 30 tokens to every session and 2,744 once invoked, about $0.0002 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
cli-forge-github
Audit and fix GitHub repository health: rulesets vs CI alignment, branch hygiene, PR lifecycle, release automation flow, permission issues, and transient CI failures. Detects misconfigurations that cause PRs to hang, CI to fail silently, branches to accumulate, and releases to stall. Use when the user says 'PR stuck'…
cli-audit-tangle
Detect spaghetti code and dependency cycles using graph theory, spectral analysis, and biomimetic patterns. Finds god functions, circular dependencies, dead code, suboptimal module boundaries, CI/CD pipeline deadlocks, and inefficient call patterns. Uses call graph topology (not just line-level metrics) to identify…
cli-watermark
Steganographic code watermarking for IP defense. Generates multi-layered fingerprints that survive AI rewrites, language changes, renaming, and clean-code passes. Produces timestamped cryptographic commitments for legal proof of authorship. Use when the user wants to watermark a codebase, protect IP, prove code…
cli-audit-data
Audit PostgreSQL database safety in Rust/SQLx applications. Use for schemas, migrations, constraints, indexes, transactions, repositories, state transitions, idempotency, concurrency, queues, multi-tenancy, soft deletion, ledgers, auditability, repair, database incidents, or whenever SQLx and PostgreSQL changes could…
cli-forge-doc
Generate and audit comprehensive project documentation from a Git repository. Produces standard documentation (CONTRIBUTING.md, architecture, troubleshooting) in Diataxis structure with zero AI markers by default. Use this skill whenever someone asks to document a project, generate docs, create a README, write API…
cli-forge-resilience
Generate a production-parity resilience blueprint: test battery, troubleshooting runbook, agent-ready operations pack, failure-injection plan, and incident blackbox templates. Uses biological and physical reasoning — genome/contracts, membranes/boundary conditions, homeostasis/health checks, immune system/negative…