Borrowing it
Nothing to install: this file belongs to sophonfinance-wq/finance-automation-portfolio. 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/sophonfinance-wq/finance-automation-portfolio/main/.claude/skills/site-update/SKILL.mdgit clone --depth 1 https://github.com/sophonfinance-wq/finance-automation-portfolioWrote 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/sophonfinance-wq/finance-automation-portfolio/site-update)<a href="https://agentmods.dev/skills/sophonfinance-wq/finance-automation-portfolio/site-update"><img src="https://agentmods.dev/badge/skills/sophonfinance-wq/finance-automation-portfolio/site-update/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/sophonfinance-wq/finance-automation-portfolio/site-update"><img src="https://agentmods.dev/badge/skills/sophonfinance-wq/finance-automation-portfolio/site-update.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.00030 | $0.00448 |
| Opus 5 | $0.00015 | $0.00224 |
| Sonnet 5 | $0.00006 | $0.00090 |
| Haiku 4.5 | $0.00003 | $0.00045 |
Grade A, and why
site-update 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.
What it actually says
sophonfinance.com Updates
The site is served by GitHub Pages from main: docs/index.html is the landing page, and generated engine datasheets live under docs/engines/. Changes go live only when merged to main.
Conventions
- Sections:
<section class="alt" id="...">on wash background;.sec-kickereyebrow,h2,.lead. Scroll-reveal via.revealclasses (IntersectionObserver adds.in). - Palette vars in
:root:--navy #0f2a5c, --blue #2563eb, --sky #00a8ff, --slate, --wash. - Trap:
.flow-captionis styled for DARK bands (light text). On light sections use inline dark styles instead. - Assets must live under
docs/assets/(Pages serves only /docs). Nav links are in the.nav-linksblock. - Engine datasheets are generated from
site-datasheets/specs/; update the source spec or shared partials and regenerate instead of hand-editingdocs/engines/*.html. - The "Self-Healing Operations" section (
#loops) embedsdocs/assets/self-healing-loop.svg.
Verify before pushing
Extract the section + <style> into a temp page, force-reveal (.reveal{opacity:1!important;transform:none!important}), render with headless chromium FROM the docs/ directory (so relative asset paths resolve), and Read the PNG. Check tag balance (sections/divs open == close).
Guardrail
The site promises "0 Numbers Finalized Without Approval" and "Humans stay the gate". Frame autonomy as governed autonomy (self-heal routine drift, escalate judgment, client sets the gate) unless the user explicitly re-positions — and if they do, the trust bar + principles sections must be rewritten too so the page doesn't contradict itself.
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 · 22 lines · 30 tokens per session scan A f5d0268a6265
site-update is a skill published in the GitHub repository sophonfinance-wq/finance-automation-portfolio (11 stars, last pushed 16d ago), licensed MIT. It adds 30 tokens to every session and 448 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
qa
QA test your code changes by reading your git diff, choosing the right validation path for frontend/browser and backend changes, and reporting pass/fail with evidence.
gemigo-cli
Use when the user wants to publish an already-built static website or front-end app through GemiGo, such as a Vite/React/Vue static build, plain HTML/CSS/JS page, landing page, demo, docs site, or small browser app, and get a hosted public URL.
ui-ux-pro-max
Use when the user wants professional UI/UX design guidance, design-system generation, UX review, or stack-specific frontend guidance through a bundled local UI/UX Pro Max dataset and Python search runtime.
panel-app-react-vite-creator
Create or update an engineering-style NextClaw Panel component with pnpm, Vite, React, TypeScript, and Tailwind CSS, then build it into a static .panel directory inside a schema v2 package or an explicitly loose workspace Panel. Use for modern, reusable, complex, Agent-powered, typed Panel interfaces.
coding-standards
A set of general coding standards and practical patterns for TypeScript, JavaScript, React, and Node.js. It covers readable naming, simple designs, avoiding repetition, and delaying unnecessary features.
artifacts-builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.