deploy-vps

deploy-vps is a skill for Claude Code from ilang-ai/autocode. It costs 25 tokens per session (181 once invoked), scanned A, original, MIT.

A deployment procedure for putting an already-uploaded application online on a virtual private server, or VPS—a rented computer on the internet.

In plain words
What is it for?
It helps launch the service, connect nginx, verify access, and provide the resulting web address.
Why use it?
It covers the remaining setup after code reaches the server: starting the application, configuring nginx to receive web traffic, and checking that the site can be reached.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the autocode plugin — 48 skills shipped together

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.

agentmods
npx agentmods add skills/ilang-ai/autocode/deploy-vps
Any agent
npx skills add ilang-ai/autocode --skill deploy-vps
Clone the repo
git clone --depth 1 https://github.com/ilang-ai/autocode

Made for: Claude Code.

Or install autocode, the plugin that ships this one along with the rest of its 48 skills.

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 deploy-vps

README.md
[![agentmods](https://agentmods.dev/badge/skills/ilang-ai/autocode/deploy-vps.svg)](https://agentmods.dev/skills/ilang-ai/autocode/deploy-vps)
Your own site
<a href="https://agentmods.dev/skills/ilang-ai/autocode/deploy-vps"><img src="https://agentmods.dev/badge/skills/ilang-ai/autocode/deploy-vps.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 181 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00025 $0.00181
Opus 5 $0.00013 $0.00090
Sonnet 5 $0.00005 $0.00036
Haiku 4.5 $0.00003 $0.00018

Measured 6d ago against content hash 94f4943d6fb0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

deploy-vps 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 6d 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.

skills/deploy-vps/SKILL.md · 25 lines

What it actually says

::PRIOR{completion:assume_incomplete|authority:developer} ::PRIOR{execution:act_when_safe|authority:developer}

::GENE{deploy-vps|conf:confirmed|scope:global} T:code_already_on_server T:start_service_configure_nginx T:verify_accessible_after_deploy T:show_user_the_url A:deploy_without_verification⇒check_first

::ACTIVATE{deploy-vps} ON:build_complete

::EXAMPLE{ output: "部署好了。打开 http://你的IP 看看效果。" }

Powered by I-Lang v5.0 | ilang.ai

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. 6d ago First seen · 25 lines · 25 tokens per session scan A 94f4943d6fb0

Subscribe to this mod's changes

deploy-vps is a skill published in the GitHub repository ilang-ai/autocode (86 stars, last pushed 2mo ago), licensed MIT. It adds 25 tokens to every session and 181 once invoked, about $0.0001 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.