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 skills/rahmanef63/si-coder-agent/sc-cfnpx skills add rahmanef63/si-coder-agent --skill sc-cfgit clone --depth 1 https://github.com/rahmanef63/si-coder-agentWrote 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/rahmanef63/si-coder-agent/sc-cf)<a href="https://agentmods.dev/skills/rahmanef63/si-coder-agent/sc-cf"><img src="https://agentmods.dev/badge/skills/rahmanef63/si-coder-agent/sc-cf.svg" alt="Measured on agentmods" 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 | $0.00086 | $0.05910 |
| Opus 5 | $0.00043 | $0.02955 |
| Sonnet 5 | $0.00017 | $0.01182 |
| Haiku 4.5 | $0.00009 | $0.00591 |
Grade A, and why
sc-cf 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 — 292 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/sc-cf — Cloudflare
Status: DNS is implemented (
lib/cloudflare.js+scripts/dns.js). Workers, Pages, R2 and Zero Trust tunnel are not implemented — see Not implemented yet.
flowchart TD
A["/sc-cf set --domain be.example.com"] --> B["resolve zone<br/>longest suffix wins<br/>(or CLOUDFLARE_ZONE_ID pin)"]
B --> C["GET /zones/:id/dns_records<br/>?type=A&name.exact=be.example.com"]
C --> D{"exact name+type<br/>matches?"}
D -->|"0"| E["POST /dns_records<br/>proxied:false"]
D -->|"1, content+proxied ok"| F["no-op ✅<br/>{ alreadyExists: true }"]
D -->|"1, wrong"| G["PATCH /dns_records/:recordId<br/>that ONE id"]
D -->|">1"| H["refuse ⚠️<br/>{ skipped:true, reason:'ambiguous' }"]
E --> I["settle 5s, then ✅<br/>{ skipped:false, created:true }"]
G --> I
When to use
- The domain's nameservers point at Cloudflare. That is the whole deciding factor — see Hostinger vs Cloudflare.
- You need a subdomain A record so Traefik/Dokploy can obtain a Let's Encrypt certificate (the driving case).
/sc-allneeds a DNS provider andCLOUDFLARE_API_TOKENis set —configureDnshere is signature-compatible withlib/hostinger.js.
Scope (implemented)
lib/cloudflare.js is the client; skills/sc-cf/scripts/dns.js is the CLI over it.
- Zone resolution — longest-matching-suffix probe (
GET /zones?name=<candidate>, longest-first), so a delegatedsub.example.comzone beats its parent. Falls back to paginated enumeration (per_page=50, hard cap 20 pages) when a token's listing ignores the name filter. - Idempotent record sync —
configureDnsRecordno-ops when the record already matches on content,proxiedandttl, PATCHes one record id when it doesn't, POSTs when it's absent. Never throws. An explicit--ttlonsetis therefore applied to an otherwise-matching record (lowering TTL ahead of a planned cutover actually takes effect). - Target validation before anything destructive — an
Atarget must be a dotted-quad IPv4,AAAAan IPv6,CNAMEa hostname. Checked before the zone lookup, so a malformed target costs no API call and — crucially — can never cost the clashing record that would have been deleted to make room for it.TXTcontent is arbitrary and is not shape-checked. - Recoverable clash removal — when a clash is deleted and the replacement create then fails, the removed record is re-created (best effort) and the result carries
destroyed/restored/priorRecords.skipped: truenever silently means "a live record was destroyed". - Per-record CRUD —
listRecords/createRecord/updateRecord/deleteRecord, all bound by the same 15s abort timeout that stays armed across the body read. The unfiltered record listing is paginated (per_page=100, hard cap 20 pages) for the same reason zone enumeration is: a single page silently truncates, anddeletewould then report a record past row 100 as "not found in zone". An exactname+typelookup stays one request. - A↔CNAME clash handling — removes the one clashing record found by an exact name+type lookup. TXT is exempt (SPF/DKIM/ACME challenges legitimately coexist).
/sc-alldrop-in —configureDns({ fullDomain, dokployApiUrl })resolves the Dokploy host to an IPv4 (family:4+ dotted-quad guard) and writes the A record.
What ships with it
1 file 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.
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 · 292 lines · 86 tokens per session scan A 628364bd205b
sc-cf is a skill published in the GitHub repository rahmanef63/si-coder-agent (14 stars, last pushed 6d ago), licensed MIT. It adds 86 tokens to every session and 5,910 once invoked, about $0.0004 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
convex-self-hosting
Integrate Convex static self hosting into existing apps using the latest upstream instructions from get-convex/self-hosting every time. Use when setting up upload APIs, HTTP routes, deployment scripts, migration from external hosting, or troubleshooting static deploy issues across React, Vite, Next.js, and other…
setup-convex-worktrees
Set up, repair, or explain isolated Convex development deployments for Git worktrees and coding agents, including per-worktree env bindings, temporary deployment creation, baseline data seeding, frontend port isolation, and AGENTS.md guardrails. Use when separate checkouts are clobbering one shared Convex dev…
deployhq
Deploy code, manage servers, and automate infrastructure via the DeployHQ CLI (dhq). Use when the user wants to deploy, check deployment status, manage projects/servers, or interact with the DeployHQ platform.
Convex Cron Jobs
Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring, retry strategies, and best practices for long-running tasks.
cloud-sync
Set up or check claude-mem cloud sync with cmem.ai Pro. Use when the user says "set up cloud sync", "sync my memories", "cmem pro", "cloud backup", "sync status", or wants their memory database backed up or synced to their cmem.ai account.
interactive-login
How to complete browser/interactive logins (aws / gh / glab / gcloud). The platform backgrounds the login poller so it survives the human's browser round-trip — and when that does NOT work.