hello-site

hello-site is a skill for Claude Code, Codex from fanchenggang/Davflare. It costs 33 tokens per session (409 once invoked), scanned A, original, MIT.

A walkthrough for publishing a small static website, meaning web pages served as stored files rather than generated by a server. It uses existing MCP tools to upload files and publish the site.

In plain words
What is it for?
Use it to publish a demo or simple site, optionally upload an image, and republish the updated HTML.
Why use it?
It gives a repeatable path from a local HTML folder to a publicly reachable page without inventing new tools or exposing API keys.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to publish a demo or simple site, optionally upload an image, and republish the updated HTML.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fanchenggang/davflare/hello-site
Install

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.

Any agent
npx skills add fanchenggang/Davflare --skill hello-site
Clone the repo
git clone --depth 1 https://github.com/fanchenggang/Davflare

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 hello-site

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/fanchenggang/davflare/hello-site"><img src="https://agentmods.dev/badge/skills/fanchenggang/davflare/hello-site.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 409 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.00033 $0.00409
Opus 5 $0.00016 $0.00204
Sonnet 5 $0.00007 $0.00082
Haiku 4.5 $0.00003 $0.00041

Measured 5d ago against content hash 931631f5a33b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

hello-site 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 5d 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.

agents/examples/hello-site/SKILL.md · 35 lines

What it actually says

Hello site (reproducible)

Goal: from Cursor chat, publish this folder so https://sites.<your-domain>/hello/ serves a real page. No new APIs — only tools already on /mcp.

Prerequisites

  1. Davflare deployed; #/settings leaves API Key, MCP, Sites (and Image host if you want a hero image) on.
  2. Pages env SITES_HOST = your sites hostname only (e.g. sites.example.com), then redeploy.
  3. Cursor mcp.json points at https://<drive-host>/mcp with a Bearer API key (see README).

Steps (copy into the agent)

  1. Read agents/examples/hello-site/index.html from this repo (or paste its contents).
  2. Upload it into a drive folder, e.g. examples/hello-site/index.html (mkdir + upload, encoding utf8).
  3. Call publish_site with slug: "hello" and source: "examples/hello-site".
  4. Open https://<SITES_HOST>/hello/ — you should see the hello page.
  5. Optional: call image_upload with a small PNG (base64), then edit the HTML to use the returned Markdown / URL and publish_site again.

Do not

  • Do not invent new MCP tools.
  • Do not put raw API keys in files under agents/ (${env:...} only).
  • Do not publish to a slug you do not own on a shared demo.

Done when

https://<SITES_HOST>/hello/ returns 200 with the hello markup.

Files

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.

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. 5d ago First seen · 35 lines · 33 tokens per session scan A 931631f5a33b

Subscribe to this mod's changes

hello-site is a skill published in the GitHub repository fanchenggang/Davflare (44 stars, last pushed yesterday), licensed MIT. It adds 33 tokens to every session and 409 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-09-05.

Related

Other skills, from other repositories

front-vitest

Depth for Vitest tests of front- React 19 SPAs when DOM, RTL, TanStack Query hooks, or TanStack Router route-tree tests are needed. USE WHEN: adding jsdom or testing-library, writing tsx render or renderHook tests, testing createMemoryHistory plus RouterProvider, Suspense UI, or React 19 act fixtures. DO NOT USE WHEN…

louisbrulenaudet/monorepo-template · 102 tokens

ui-ux-design-best-practices

UI/UX polish, component design, animation decisions, and Tailwind v4 patterns for making interfaces feel right. Use when reviewing, writing, or refactoring UI code involving animations, transitions, CSS transforms, gestures, Tailwind utility classes, or interactive component behavior. Triggers on tasks involving…

louisbrulenaudet/monorepo-template · 96 tokens

ui-and-theme

Frontend/design system skill for the svelteflare monorepo. Use this whenever the user wants to build or modify UI — pages, sections, components, layouts, forms, cards, tables, dialogs, dashboards, or landing pages. Also invoke for anything theme-related: light/dark mode, custom colors, design tokens, typography, or…

pinebasedev/svelteflare · 159 tokens

forms

Form handling skill for the svelteflare monorepo. Use this whenever the user wants to add, build, or modify any form — login forms, settings forms, profile editors, onboarding flows, multi-step wizards, or any input that validates and submits data. Covers the full stack: Zod schema, superforms setup, FormSnap field…

pinebasedev/svelteflare · 155 tokens

svelte-code-writer

CLI tools for Svelte 5 documentation lookup and code analysis. MUST be used whenever creating, editing or analyzing any Svelte component (.svelte) or Svelte module (.svelte.ts/.svelte.js). If possible, this skill should be executed within the svelte-file-editor agent for optimal results.

pinebasedev/svelteflare · 68 tokens

review-ui

UI/UX-focused review. USE WHEN: user runs /review-ui or explicitly asks for this review. DO NOT USE WHEN: implementing features or fixing bugs unless the user asked for a review.

louisbrulenaudet/monorepo-template · 42 tokens