원클릭으로
tower-artifact
Open the tower's artifact picker to link an existing artifact into this session. Invoke as /artifact.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Open the tower's artifact picker to link an existing artifact into this session. Invoke as /artifact.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Rename the current session to a concise <=5-word label. Invoke as /tower-rename (optionally with the name).
Tower ops retention-policy runner. Invoked ONLY as `/tower-consolidate` inside a Tower `internal` ops-pool session (env carries TOWER_OP_ID / TOWER_OP_ARGS / TOWER_NOTIFY_URL). When a scope's live running-log exceeds the consolidation threshold it merges/dedupes notes, archives the originals (never deletes), and re-summarizes. Not for general use.
Tower ops conflict reconciler. Invoked ONLY as `/tower-reconcile` inside a Tower `internal` ops-pool session after a human clicks "reconcile" on a memory conflict (env carries TOWER_OP_ID / TOWER_OP_ARGS / TOWER_NOTIFY_URL). Reads both conflicting notes and writes one merged note that supersedes both, then reports completion. Not for general use.
Tower ops digest GENERATOR for feature / project / preferences scopes. Invoked ONLY as the ops-system slash command `/tower-summarize` inside a Tower `internal` ops-pool session (env carries TOWER_OP_ID / TOWER_OP_ARGS / TOWER_NOTIFY_URL). Reads a scope's live notes, synthesizes digest prose, and posts it back so the server writes digest.md. Not for general use.
Open the tower's artifact gallery. Invoke as /gallery.
Propose a durable user/workflow preference for later approval. Invoke as /preference <text>.
| name | tower-artifact |
| description | Open the tower's artifact picker to link an existing artifact into this session. Invoke as /artifact. |
| version | 1.0.0 |
Call the Tower MCP tool open_picker(kind:"artifact"). This asks the tower UI to open the link-artifact picker for the current session; the human picks. Do nothing else.
When you (or the html-over-md skill) write a multi-file HTML artifact, co-locate every
referenced asset inside the same artifact slug dir ($TOWER_ARTIFACTS_DIR/<slug>/):
the entry index.html and the style.css / images / fonts it links must all live under
that one dir, and asset refs should be relative (href="style.css",
src="assets/x.png") — not root-absolute (/style.css). Promotion moves the whole dir
into the first-class store, so any sibling/nested file the entry references then serves
from /api/artifacts/file/<id>/... and resolves in the preview iframe. (As a safety net
the server injects a <base href="/api/artifacts/file/<id>/"> and rewrites leading-slash
local refs into the artifact dir, but co-located relative refs are the right authoring
shape and never need rewriting.)