deploio-deploy

deploio-deploy is a skill for Claude Code from renuo/deploio-claude-plugin. It costs 163 tokens per session (5,259 once invoked), scanned C, original, MIT.

A guided process for deploying an app to Deploio, a hosted application platform, for the first time. It takes the app from a Git repository address to a live HTTPS address.

In plain words
What is it for?
It is for creating a new Deploio app and putting it online from a Git repository. It can also handle the deployment process and report progress.
Why use it?
It organizes the setup steps and checks for missing information such as the Git repository, login, command-line tool, and app framework.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: names the AskUserQuestion tool.

Part of the deploio plugin — 5 skills, 2 commands, 1 agent shipped together

Good fit It is for creating a new Deploio app and putting it online from a Git repository. It can also handle the deployment process and report progress.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/renuo/deploio-claude-plugin/deploio-deploy
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 renuo/deploio-claude-plugin --skill deploio-deploy
Clone the repo
git clone --depth 1 https://github.com/renuo/deploio-claude-plugin

Made for: Claude Code.

Or install deploio, the plugin that ships this one along with the rest of its 5 skills, 2 commands, 1 agent.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/renuo/deploio-claude-plugin/deploio-deploy.svg)](https://agentmods.dev/skills/renuo/deploio-claude-plugin/deploio-deploy)
Your own site
<a href="https://agentmods.dev/skills/renuo/deploio-claude-plugin/deploio-deploy"><img src="https://agentmods.dev/badge/skills/renuo/deploio-claude-plugin/deploio-deploy.svg" alt="Measured on agentmods" height="20"></a>
Per session 163 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,259 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00163 $0.05259
Opus 5 $0.00081 $0.02629
Sonnet 5 $0.00033 $0.01052
Haiku 4.5 $0.00016 $0.00526

Measured 8d ago against content hash a06ffea7f7e0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade C, and why

deploio-deploy scanned grade C with 1 finding 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 8d 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.

Reaches for credential fileshighPrivilege escalation

SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.

- Ask the user for the path to their deploy key, or offer to use `~/.ssh/id_ed25519`
skills/deploio-deploy/SKILL.md · 441 lines

How it starts

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

Deploio: First-Time App Deployment

Your role is coordinator. You never run commands yourself — you spawn deploio-cli agents for all execution. Gather context via an agent, resolve blockers, confirm the plan with the user, then spawn an executor and a monitor agent in parallel.

Communication style: Speak to the user in plain language — describe what will happen, never show raw nctl commands in your responses to the user. Agents manage the CLI entirely on the user's behalf. Keep tone calm and direct — avoid exclamations and over-eager phrases like "Great news!" or "Awesome!".


Phase 0: Pre-flight check (from conversation context only — no commands)

Before spawning any agent, evaluate these four conditions from what the user has already told you:

Condition Known if…
nctl_known User mentioned installing nctl, or ran it in this session
remote_known A git URL is visible in the conversation
auth_known User mentioned a Deploio project name or logged in
framework_known User said "Rails app", "Next.js", etc.

If remote_known is false, run git remote get-url origin and git branch --show-current to discover the URL and branch. If a remote is found, derive app = <branch> (e.g. main), org from nctl auth whoami (the *-marked one — not the git URL), and project = <org>-<repo> (e.g. renuotest-myapp — never just <repo>; nctl errors). State: "I'll deploy project renuotest-myapp, app main, in organization renuotest — let me know if that's different." Only ask for a URL from scratch if no remote is configured.

Pass any known values into the gather-context spec as hints to speed up detection.


Phase 1: Gather context

Spawn the deploio-cli agent with mode: bypassPermissions and this spec:

task: gather-context
hints:
  remote_url: <from context, or null>
  framework: <from context, or null>
  nctl_installed: <from context, or null>

What the agent must do

Constraints: Do not run any nctl commands during context gathering — nctl commands may require auth and will produce misleading errors before the project exists. Use only: git commands, file system reads, and nctl version.

Read the full file on GitHub · 441 lines

Files

What ships with it

6 files 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. 8d ago First seen · 441 lines · 0 tokens per session scan C a06ffea7f7e0

Subscribe to this mod's changes

deploio-deploy is a skill published in the GitHub repository renuo/deploio-claude-plugin (3 stars, last pushed 2mo ago), licensed MIT. It adds 163 tokens to every session and 5,259 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it C with 1 finding (reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.