aileron-canvas-publish

aileron-canvas-publish is a skill for Codex from aileron-platform/aileron. It costs 99 tokens per session (1,390 once invoked), scanned A, original, Apache-2.0.

A publishing workflow for sending an Aileron Web Canvas website to GitLab and deploying it to Kubernetes through Argo CD. GitLab stores the source and builds the release, while Argo CD manages deployment to the cluster.

In plain words
What is it for?
Use it to publish, deploy, check, roll back, or take down supported Canvas websites when the required GitLab, Argo CD, and workspace credentials are already configured.
Why use it?
It turns a prepared static or Next.js standalone canvas into a controlled release process with checks for the required environment and deployment resources. It also supports checking publication status, rollback, and removal requests.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to publish, deploy, check, roll back, or take down supported Canvas websites when the required GitLab, Argo CD, and workspace credentials are already configured.

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

Made for: Codex.

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 aileron-canvas-publish

README.md
[![agentmods](https://agentmods.dev/badge/skills/aileron-platform/aileron/aileron-canvas-publish/github.svg)](https://agentmods.dev/skills/aileron-platform/aileron/aileron-canvas-publish)
Your own site
<a href="https://agentmods.dev/skills/aileron-platform/aileron/aileron-canvas-publish"><img src="https://agentmods.dev/badge/skills/aileron-platform/aileron/aileron-canvas-publish/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 aileron-canvas-publish

Your own site · 80×15
<a href="https://agentmods.dev/skills/aileron-platform/aileron/aileron-canvas-publish"><img src="https://agentmods.dev/badge/skills/aileron-platform/aileron/aileron-canvas-publish.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,390 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00099 $0.01390
Opus 5 $0.00049 $0.00695
Sonnet 5 $0.00020 $0.00278
Haiku 4.5 $0.00010 $0.00139

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

Security

Grade A, and why

aileron-canvas-publish 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 12d ago.

The scan reads SKILL.md. This mod also ships 22 executable files (assets/runtime-base/build-nextjs.sh, assets/runtime-base/entrypoint.sh, assets/runtime-base/publication-proxy.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

workspace-runtime/agent-defaults/skills/aileron-canvas-publish/SKILL.md · 123 lines

How it starts

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

Aileron Canvas Publish

此 Skill 是可選的 Workspace 能力。Canvas 預覽不會自動發佈,也不需要 Aileron 平台提供 Publishing API。Skill 只透過目前 Workspace process environment 呼叫已由管理員準備好的 GitLab 與 Argo CD API。

信任與邊界

  • 管理員預先建立一個空的 GitLab Project;Skill 只負責 bootstrap repository scaffold, 不建立 Project,也不建立 Argo CD AppProject、Kubernetes namespace 或 TLS/DNS 資源。
  • 憑證只從 Workspace 的 AILERON_PUBLISH_* 環境變數讀取,不讀取 .env、平台全域設定檔或 Aileron Manager 設定。Token/password 不會寫入 Git、Result Envelope 或輸出。
  • 初始 provider 組合是 gitlab + argocd。其他 Git provider 或直接 Helm deploy 必須以 新 provider script 實作,不改變本 Skill 的 provider-neutral Result Envelope。
  • 每個 Workspace 使用一個 GitLab Project;每個站台使用 Skill 產生的 UUID siteId 與 長期存在的 sites/<siteId> branch。Git manifest 是站台 identity 的來源。
  • 只接受 managed staticnextjs-standalone。Next.js 必須有 lockfile、 packageManageroutput: 'standalone'

操作順序

1. 檢查環境

先執行:

python3 scripts/bootstrap.py --check

這會檢查 Workspace 環境、GitLab Project、受限的 Argo CD AppProject、repository scaffold、 OCI image digest 與必要的固定資源。若 Project 不存在,回報 GITLAB_PROJECT_MISSING,請 使用者向平台管理員取得已建立的 Project;不要自行建立 Project。

2. 首次準備 repository

若檢查回報需要 bootstrap,執行:

python3 scripts/bootstrap.py --ensure

這會把本 Skill 內的固定 scaffold 推送到管理員建立的空 Project,並同步 Skill-owned 的 CI variables。OCI push password 只設定給 package environment,validate/build job 不會取得 artifact push credential。

3. 發佈目前 Canvas

python3 scripts/publish.py --workspace /workspace

Skill 會:

  1. 讀取 /workspace/.aileron/canvas.json,將來源複製到 sites/<siteId> branch;
  2. 套用固定的 symlink、credential-like file、.env、build output 與特殊檔案過濾;
  3. project identity + siteId + source commit 產生 deterministic pub-...
  4. 透過 GitLab API 觸發唯一允許的 AILERON_PUBLISH_TRIGGER=skill Pipeline;
  5. 等待 image/chart Pipeline 成功,建立或更新一個 Argo CD Application,回傳 DEPLOYING
  6. 將來源 commit、Publication ID 與 deployment action ID 寫入本地 pointer,方便後續查詢。

Pipeline 產物是 immutable site image 與 immutable OCI Helm chart;Argo CD 以 chart targetRevision 部署,不直接從 Git 讀取 Kubernetes manifest。

Read the full file on GitHub · 123 lines

Files

What ships with it

45 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. 12d ago First seen · 123 lines · 99 tokens per session scan A a43d6c08d064

Subscribe to this mod's changes

aileron-canvas-publish is a skill published in the GitHub repository aileron-platform/aileron (11 stars, last pushed 19d ago), licensed Apache-2.0. It adds 99 tokens to every session and 1,390 once invoked, about $0.0005 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.