发布为应用

发布为应用 is a skill for Claude Code from rojim666/SztuCode. It costs 89 tokens per session (3,723 once invoked), scanned A, original, MIT.

A workflow for publishing a local project as an online link or taking an existing published app offline. It supports static sites, PDFs, small games, and single-port web services written in Node.js, Python, or Go.

In plain words
What is it for?
Use it to deploy, update, preview, share, or unpublish a website, PDF, game, or HTTP application.
Why use it?
It provides a controlled way to put a project online while requiring fresh consent before each deployment. This helps prevent accidentally replacing something already shared.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to deploy, update, preview, share, or unpublish a website, PDF, game, or HTTP application.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rojim666/sztucode/sites
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 rojim666/SztuCode --skill sites
Clone the repo
git clone --depth 1 https://github.com/rojim666/SztuCode

Made for: Claude Code.

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 发布为应用

README.md
[![agentmods](https://agentmods.dev/badge/skills/rojim666/sztucode/sites/github.svg)](https://agentmods.dev/skills/rojim666/sztucode/sites)
Your own site
<a href="https://agentmods.dev/skills/rojim666/sztucode/sites"><img src="https://agentmods.dev/badge/skills/rojim666/sztucode/sites/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 发布为应用

Your own site · 80×15
<a href="https://agentmods.dev/skills/rojim666/sztucode/sites"><img src="https://agentmods.dev/badge/skills/rojim666/sztucode/sites.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,723 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.
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.00089 $0.03723
Opus 5 $0.00044 $0.01861
Sonnet 5 $0.00018 $0.00745
Haiku 4.5 $0.00009 $0.00372

Measured today against content hash 64a33b61f20a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

发布为应用 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 today.

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.

packages/runtime-ts/prompts/workbuddy/skills/sites/SKILL.md · 262 lines

How it starts

The opening of the file, as written. The whole thing — 262 lines — stays where its author put it; the contents beside it link to each section on GitHub.

发布应用 / Sites

Publish a local project as an online link via the built-in workbuddy_sites_deploy tool. Unlike static-only deploy, this supports any project that can run as a single-port HTTP service: static sites, PDFs, small games, and backend HTTP apps (Node.js / Python / Go).

When to Use

  • User asks to deploy / publish / go live / share an online link / preview in the cloud.
  • User @-mentions sites / 发布应用.
  • User has a project (static output or a runnable HTTP app) and wants a live, shareable URL.

Deploying is a release to the outside world: it overwrites whatever is currently live behind a link the user may already have shared with other people. Every deploy therefore needs consent for that turn.

Count the user as having asked to publish only when their latest message does one of these:

  • uses a publish verb — 发布 / 上线 / 部署 / 同步到线上 / 更新线上 / publish / deploy / go live / redeploy / "put it online";
  • @-mentions sites / 发布应用;
  • asks for a shareable online link.

Everything else means they have not asked, and you ASK first (in their language) before calling the tool. In particular, agreeing to publish earlier in this conversation does not authorize the next deploy. Do NOT silently deploy.

Changing an App That Is Already Published

This is the common follow-up: the app is live, and the user now says 「把标题改成 X」/「按钮再大一点」/ 「修一下这个 bug」. What they asked for is a local change, not a release. Publishing anyway replaces the page other people may be looking at right now, and the user never got a say in it.

After you finish the edit:

  1. Say what you changed and let the user check it in the local preview.
  2. Ask exactly one question, in their language — e.g. 「改动已经完成,需要我把它同步更新到线上分享 链接吗?(线上现有内容会被覆盖)」
  3. End your turn and wait. Deploy only after an explicit yes.

If the user declines, leave the live link untouched and tell them the changes stay local.

Read the full file on GitHub · 262 lines

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. today First seen · 262 lines · 89 tokens per session scan A 64a33b61f20a

Subscribe to this mod's changes

发布为应用 is a skill published in the GitHub repository rojim666/SztuCode (64 stars, last pushed yesterday), licensed MIT. It adds 89 tokens to every session and 3,723 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-09-12.

Related

Other skills, from other repositories

copperhead

Change or verify a KiCad project through copperhead's gated pipeline. Use whenever a task touches .kicadsch or .kicadpcb files, a schematic, a PCB layout, a netlist, ERC/DRC, a BOM, or hardware design docs — instead of editing those files directly.

copperheadhq/copperhead · 69 tokens

production-observability

Use when adding service-wide Spring Boot 3 Actuator, Micrometer metrics, distributed tracing, OpenTelemetry export, structured logging, health probes, dashboards, or alerts. Combine with ai-observability only for Spring AI-specific token, prompt, and model telemetry.

rrezartprebreza/spring-boot-skills · 58 tokens

cloudflare

Manage Cloudflare DNS, zones, cache, tunnels, Workers and Pages via the Cloudflare API. Use when the user asks about their domains, DNS records, cache purging, or apps hosted on Cloudflare.

intentic/intentic · 46 tokens

tura

Work in the Tura agent-runtime repository. Use for Tura architecture, Rust backend, GUI/TUI, prompts, commands, providers, sessions, documentation, tests, packaging, and release work in this directory.

Tura-AI/tura · 46 tokens

promote

A workflow for sharing useful work from a separate Git worktree, which is another working folder linked to the same Git project, into the shared main branch.

simpx/loopat · 133 tokens

building-ai-agent-on-cloudflare

Builds AI agents on Cloudflare using the Agents SDK with state management, real-time WebSockets, scheduled tasks, tool integration, and chat capabilities.

GrayCodeAI/starling · 37 tokens