image-node-prompt-pack

image-node-prompt-pack is a command for Claude Code from TheSmokeDev/taskchad-os. It costs 21 tokens per session (2,411 once invoked), scanned A, original, MIT.

A workflow command that turns a selected visual template into original prompts for an image-generation workflow and creates the initial image manifest. A manifest is a file that records the planned image outputs.

In plain words
What is it for?
Use it to prepare image prompts, an image-generation packet, and a starting manifest for a later rendering step.
Why use it?
It keeps prompt creation grounded in the supplied brief and template while separating planning from image rendering.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions Codex.

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/thesmokedev/taskchad-os/image-node-prompt-pack
Clone the repo
git clone --depth 1 https://github.com/TheSmokeDev/taskchad-os

Made for: Claude Code.

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 image-node-prompt-pack

README.md
[![agentmods](https://agentmods.dev/badge/commands/thesmokedev/taskchad-os/image-node-prompt-pack.svg)](https://agentmods.dev/commands/thesmokedev/taskchad-os/image-node-prompt-pack)
Your own site
<a href="https://agentmods.dev/commands/thesmokedev/taskchad-os/image-node-prompt-pack"><img src="https://agentmods.dev/badge/commands/thesmokedev/taskchad-os/image-node-prompt-pack.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,411 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00021 $0.02411
Opus 5 $0.00010 $0.01205
Sonnet 5 $0.00004 $0.00482
Haiku 4.5 $0.00002 $0.00241

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

Security

Grade A, and why

image-node-prompt-pack 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 6d 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.

.archon/commands/image-node-prompt-pack.md · 240 lines

How it starts

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

Image Node Prompt Pack

Workflow ID: $WORKFLOW_ID

Contract

Build original, copy-safe prompts for Codex built-in image generation from the selected library template. Do not render images in this node. Do not call OpenAI APIs or CLI fallback scripts. Do not vendor or quote external prompt corpora. Use the gpt-image-2-style-library skill as the structure and quality reference for the chosen template_id and its example cases, then write your own prompts.

Read:

  • $ARTIFACTS_DIR/image-node-preflight.json
  • $ARTIFACTS_DIR/image-node-brief.json
  • $ARTIFACTS_DIR/image-node-selection.json
  • $ARTIFACTS_DIR/image-node-grounding.local.json (written by the ground node)
  • Upstream preflight JSON: $preflight.output
  • Upstream intake JSON: $intake.output
  • Upstream selection JSON: $select.output
  • Upstream grounding JSON: $ground.output
  • The house discipline card at .archon/image-nodes/$select.output.discipline_card.md, falling back to ~/.archon/image-nodes/$select.output.discipline_card.md when this workflow runs from a repository that does not carry its own cards.

Use:

  • image-node-grounding.local.json is the ONLY authoritative source of example cases. It carries real, checksum-verified case prompts for the resolved example_case_ids, retrieved offline from a pinned corpus. Read the exemplars for structure and quality, then write fresh prompt wording. Do not paste case text into the pack.
  • The installed skill's own gallery.md and case references are NON-AUTHORITATIVE. They are links to files that are not installed, and this node runs with web search disabled. Never resolve, follow, or quote them. If a case id is not in the grounding artifact, it does not exist for your purposes.
  • The skill's template blocks and taxonomy remain a valid structure reference.

Grounding and provenance:

  • When $ground.output.grounded is true, stamp prompt_engine, corpus_pin, corpus_source, corpus_sha256, license, and the RESOLVED example_case_ids (never the unresolved ones) into the prompt-pack JSON.
  • When it is false, the retrieval matched nothing. Set self_authored: true and OMIT prompt_engine and example_case_ids entirely. Never cite a source you did not read.

Read the full file on GitHub · 240 lines

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. 6d ago First seen · 240 lines · 21 tokens per session scan A c1db81e941ae

Subscribe to this mod's changes

image-node-prompt-pack is a command published in the GitHub repository TheSmokeDev/taskchad-os (23 stars, last pushed 13d ago), licensed MIT. It adds 21 tokens to every session and 2,411 once invoked, about $0.0001 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.