Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/tranfu-labs/tranfu-skillsnpx agentmods add commands/tranfu-labs/tranfu-skills/appWrote 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.
[](https://agentmods.dev/commands/tranfu-labs/tranfu-skills/app)<a href="https://agentmods.dev/commands/tranfu-labs/tranfu-skills/app"><img src="https://agentmods.dev/badge/commands/tranfu-labs/tranfu-skills/app/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.
<a href="https://agentmods.dev/commands/tranfu-labs/tranfu-skills/app"><img src="https://agentmods.dev/badge/commands/tranfu-labs/tranfu-skills/app.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.02554 |
| Opus 5 | $0.00000 | $0.01277 |
| Sonnet 5 | $0.00000 | $0.00511 |
| Haiku 4.5 | $0.00000 | $0.00255 |
Grade A, and why
app 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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 184 lines — stays where its author put it; the contents beside it link to each section on GitHub.
⚠️ ad-hoc 速查: 本文件是 CLI ad-hoc 速查(排障 / 临时操作用),reconcile flow 主链路不依赖;命令需要时手动跑。reconcile 主链路全走 HTTP API,见 ../scenarios/reconcile-deployment.md 和 ../references/coolify-api-fields.md。
app 命令参考
本文件覆盖 onboard 场景实际用到的 coolify app 子命令完整参数。其它 app 子命令
(env / storage / previews / start / stop / restart / logs /
app create public|dockerfile|dockerimage|deploy-key)未来扩展到对应场景时再追加。
参数表统一按原文 1:1 抄录:参数、类型、必填、默认值、说明。
每条命令都会带 --context / --token / --format / --show-sensitive / --debug
这些全局 flag(见 conventions.md),下表不再重复。所有命令在 onboard 场景里
都必须显式带 --context="${context}"(见 SKILL.md「全局守则」),下面的示例都已带上。
本文件覆盖的命令:
coolify app create github:onboard Step 6 主命令。coolify app list:onboard Step 2 / Step 7 拿 UUID。coolify app get:终止文案里让用户看现状。coolify app delete:终止文案里提到(破坏性,须用户确认)。coolify app deployments list:onboard Step 7 拿 deployment UUID。coolify app deployments logs:onboard Step 7 流式跟首次部署。
coolify app create github
从私有仓库(通过 GitHub App)创建一个应用。onboard 场景 Step 6 的主命令。
参数表:
| 参数 | 类型 | 必填 | 默认 | 说明 |
|---|---|---|---|---|
--base-directory |
string | 否 | — | 应用的基础目录(仓库内子目录) |
--build-command |
string | 否 | — | 自定义 build 命令 |
--build-pack |
string | 是 | — | 构建器:nixpacks / static / dockerfile / dockercompose |
--description |
string | 否 | — | 应用描述 |
--destination-uuid |
string | 否 | — | 如果 server 有多个 destination,指定哪个 |
--dockerfile-target-build |
string | 否 | — | Dockerfile 目标 build stage |
--domains |
string | 否 | — | 应用域名 |
--environment-name |
string | 否 | — | environment 名 |
--environment-uuid |
string | 否 | — | environment UUID |
--git-branch |
string | 是 | — | Git 分支 |
--git-commit-sha |
string | 否 | — | 指定要部署的 commit SHA |
--git-repository |
string | 是 | — | Git 仓库,格式 owner/repo |
--github-app-uuid |
string | 是 | — | GitHub App UUID |
--health-check-enabled |
boolean | 否 | false |
启用健康检查 |
--health-check-path |
string | 否 | — | 健康检查路径 |
--install-command |
string | 否 | — | 自定义 install 命令 |
--instant-deploy |
boolean | 否 | false |
创建后立即部署 |
--limits-cpus |
string | 否 | — | CPU 配额 |
--limits-memory |
string | 否 | — | 内存配额 |
--name |
string | 否 | — | 应用名 |
--ports-exposes |
string | 是 | — | 暴露端口,例:3000 或 3000,8080 |
--ports-mappings |
string | 否 | — | 端口映射,格式 host:container |
--project-uuid |
string | 是 | — | project UUID |
--publish-directory |
string | 否 | — | static 构建产物目录 |
--server-uuid |
string | 是 | — | server UUID |
--start-command |
string | 否 | — | 自定义 start 命令 |
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.
- 8d ago First seen · 184 lines · 0 tokens per session scan A 2526a38bf30a
app is a command published in the GitHub repository tranfu-labs/tranfu-skills (2 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,554 tokens. 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-03.
Other commands, from other repositories
cost-optimize
You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spending, identify savings opportunities, and implement cost-effective architectures across AWS, Azure, GCP, and OCI. Where provider-specific code appears below, adapt…
deploy
Deploy a frontend (React, Next.js, or static HTML) to a live URL on Butterbase.
integrate
Set up third-party service integrations.
env
Manage Vercel environment variables. Commands include list, pull, add, remove, and diff. Use to sync environment variables between Vercel and your local development environment.
scan
Scan AWS account for cost optimization.
finops-feedback
Step 5 (Feedback Loop & Celebration) — measure realized against projected savings, compute a labelled Cloud Entropy proxy, close the opportunity, and emit at least one new idea or policy update so the loop actually closes. Applies the double-loop gate. Mutates on the closure path.