بنقرة واحدة
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.)