launch

An interactive command for setting up a new TaskYou-OS General Manager, including a server, project configuration, and AI agent team deployment.

In plain words
What is it for?
Provisioning a server, configuring a project, and deploying an agent team.
Why use it?
It organizes the setup steps needed to get a TaskYou-OS environment running.

Command for Claude Code

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 commands/taskyou/taskyou-os/launch
Clone the repo
git clone --depth 1 https://github.com/taskyou/taskyou-os

Made for: Claude Code.

Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,846 The whole file, excluding the scripts and references it only reads on demand.
Security scan F 6 findings. Scan, not verified.
Origin unknown 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 $0.00032 $0.04846
Opus 5 $0.00016 $0.02423
Sonnet 5 $0.00006 $0.00969
Haiku 4.5 $0.00003 $0.00485

Measured yesterday against content hash bbaf6e047fe4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade F, and why

launch scanned grade F with 6 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 yesterday.

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.

Subtle steeringmediumPrompt injection

Instructions that bias recommendations or shape behaviour without the user noticing.

**Core principle: Do as much as possible for the user.** Install things, write config files, run scripts. Only ask the user to do something when it genuinely requires their hands (like signing into a website). Never tell

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

ssh <HOST> 'sudo apt install -y tmux'

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.

ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -N ""

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

ssh <HOST> 'curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash && export NVM_DIR="$HOME/.nvm" && [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" && nvm install --lts && node --version'

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

TASKYOU_OS_DIR=$(find ~/.claude/plugins/cache -name "setup.sh" -path "*/taskyou-os/*" -exec dirname {} \; 2>/dev/null | head -1)

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

ssh <HOST> 'curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash && export NVM_DIR="$HOME/.nvm" && [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" && nvm install --lts && node --version'
.claude/commands/launch.md · 436 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. yesterday First seen · 436 lines · 32 tokens per session scan F bbaf6e047fe4

Subscribe to this mod's changes

launch is a command published in the GitHub repository taskyou/taskyou-os (11 stars, last pushed 6d ago), with no licence file. It adds 32 tokens to every session and 4,846 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it F with 6 findings (subtle steering, asks for root, reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.