blue-poster

blue-poster is a skill for Codex from WiseWong6/wise-skills. It costs 95 tokens per session (1,415 once invoked), scanned A, original, MIT.

An image-generation skill for making 3:4 minimalist blue posters from a source image. It supports several visual styles and can also divide the poster into an upper photo and lower design.

In plain words
What is it for?
Use it to create blue posters, cyanotype-like designs, moiré architectural posters, and related image-based compositions.
Why use it?
It gives image work a defined composition and style-selection process instead of requiring the layout and visual treatment to be invented each time.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to create blue posters, cyanotype-like designs, moiré architectural posters, and related image-based compositions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wisewong6/wise-skills/blue-poster
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 WiseWong6/wise-skills --skill blue-poster
Clone the repo
git clone --depth 1 https://github.com/WiseWong6/wise-skills

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 blue-poster

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/wisewong6/wise-skills/blue-poster"><img src="https://agentmods.dev/badge/skills/wisewong6/wise-skills/blue-poster.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,415 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.
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.00095 $0.01415
Opus 5 $0.00048 $0.00707
Sonnet 5 $0.00019 $0.00283
Haiku 4.5 $0.00010 $0.00142

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

Security

Grade A, and why

blue-poster 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 11d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/extract_mpo.py, scripts/validate_output.py), 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.

blue-poster/SKILL.md · 71 lines

How it starts

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

Blue Poster

Generate each final poster from the original source image in one image-generation call. Default to a complete full-design poster. Never create a base image and then add effects in a second content-generation stage.

Required tool policy

  • Detect the host environment before generation and use only an image-generation capability built into that host.
  • In Codex, use only the Codex host built-in image_gen.imagegen tool. Never invoke, install, or fall back to a third-party image skill, Ark, Doubao, Gemini, a local model, CLI, or API workflow.
  • Outside Codex, use the current model or platform's own built-in image-generation capability when it is available, such as GPT's native image generation in ChatGPT or Doubao's native image generation in Doubao. Do not call another provider's API, CLI, local model, or third-party image skill as a fallback.
  • If the current host has no built-in image-generation capability, or that capability fails, stop and report the blocking reason.
  • Treat style reference images as browse-only. Never pass them to image generation.

MPO source normalization

  • .mpo is an accepted source container. MPO is normalized before generation; it is not a new poster output mode.
  • Inspect frames with python3 scripts/extract_mpo.py <source.mpo> --list.
  • Unless the user chooses another frame, extract frame 0, the primary JPEG, and use that normalized JPEG as the only image input to the selected host-native image generator.
  • Do not merge stereo frames or invent depth semantics. If the user asks for left/right or multi-view treatment, clarify the selected frame before generation.
  • This local extraction step only unwraps the source container. It does not generate, alter, crop or stylize image content.

Generate the default full poster

  1. Require one source image. If it is a local file, inspect it with view_image before generation.
  2. If the user names S01S11, honor it. Otherwise read style-selection.md, analyze the source semantics, and select exactly one style.
  3. Read prompt-full-design.md and the selected block in style-programs.md.
  4. Replace {{EFFECT_PROGRAM}} with exactly one complete style block. Do not leave placeholders or merge multiple styles.
  5. Call the selected host-native image generator once with the original source as the only image input. In Codex, this means image_gen.imagegen. State that the source is a semantic and structural source, not a style reference.
  6. Save the selected image under the caller's current workspace at outputs/blue-poster/<source>-full-Sxx-vN.png, unless the user supplied another destination. Never overwrite an existing file.
  7. Save the exact final prompt beside it as <source>-full-Sxx-vN.prompt.md.
  8. Run python3 scripts/validate_output.py <image> --mode full. If it fails, retry once from the original source with the same style and a stronger native 3:4 instruction. Never stretch or crop to hide a ratio failure. If the retry fails, report it as unaccepted.
  9. Perform only a lightweight check on the returned image: the subject remains recognizable, the whole page is designed, no photographic window remains, and the full-mode carrier contract is visible—3–6 active regions, no more than two clusters, no isolated small rectangle, a continuous subject corridor and at least 40% quiet paper. Do not start a browser or create extra screenshots.
  10. Report the selected style ID and name, one concrete selection reason, image path, prompt path, validation result, and catalog path.

Read the full file on GitHub · 71 lines

Files

What ships with it

50 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. 11d ago First seen · 71 lines · 95 tokens per session scan A 67ad95b697c5

Subscribe to this mod's changes

blue-poster is a skill published in the GitHub repository WiseWong6/wise-skills (6 stars, last pushed 2d ago), licensed MIT. It adds 95 tokens to every session and 1,415 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-31.

Related

Other skills, from other repositories

html-ppt-zhangzara-retro-zine

A neighborhood zine on the disappearing corner shops — portraits, voices, and what a block loses when they close. Built as a decision-grade story deck for community, local readers.

nexu-io/open-design · 49 tokens

html-ppt-zhangzara-studio

A photography studio's portfolio-and-rate deck — the signature work, the process, and the packages that win the brief. Built as a decision-grade design craft deck for prospective clients.

nexu-io/open-design · 47 tokens

motion-frames

A single-frame motion-design composition with looping CSS animations — rotating type ring, animated globe, ticking timer, parallax labels. Renders as a hero video poster you can hand straight to HyperFrames or any keyframe-based exporter. Use when the brief asks for "motion design", "animated hero", "loop", "video…

nexu-io/open-design · 91 tokens

webgl-halftone-drift

A self-contained WebGL2 hero: a flowing field screened through a rotated halftone dot grid into a duotone print aesthetic; move the cursor to bend the drift.

nexu-io/open-design · 44 tokens

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

motion-graphics

A short, design-led motion graphic where motion is the message — kinetic typography, stat count-up, chart/data-viz hit, logo sting / brand lockup, lower-third / callout / social overlay, animated map (highlight regions, connect places, zoom to a location), animated tweet / news-article / headline, webpage / UI…

heygen-com/hyperframes · 139 tokens