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.
npx skills add BlockRunAI/blockrun-mcp --skill image-promptinggit clone --depth 1 https://github.com/BlockRunAI/blockrun-mcpWrote 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.
[](https://agentmods.dev/skills/blockrunai/blockrun-mcp/image-prompting)<a href="https://agentmods.dev/skills/blockrunai/blockrun-mcp/image-prompting"><img src="https://agentmods.dev/badge/skills/blockrunai/blockrun-mcp/image-prompting.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00079 | $0.03697 |
| Opus 5 | $0.00039 | $0.01849 |
| Sonnet 5 | $0.00016 | $0.00739 |
| Haiku 4.5 | $0.00008 | $0.00370 |
Grade A, and why
image-prompting scanned grade A with 1 finding 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 8d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- **Response shape:** `result.data[0].url` is either an HTTPS URL or a `data:image/...;base64,...` string. Save via `urllib.request.urlretrieve` for URLs or `base64.b64decode(item.b64_json)` for b64 payloads. How it starts
The opening of the file, as written. The whole thing — 316 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Image Prompting
Most image failures are prompt failures. This skill gives the MCP agent a repeatable structure for turning any user request into a prompt that renders clean typography, preserves layout on edits, and avoids AI slop. Defaults are tuned for GPT Image 2 (best legible text), with fallbacks for Nano Banana, Grok Imagine, and CogView.
Quick Decision Table
Costs are what you are actually CHARGED, verified live. Size is the biggest
lever: any dimension above 1024 moves GPT Image 2 to the large tier and roughly
doubles the price ($0.064 → $0.127). Ask for 1536x1024 only when you need it.
| User wants... | Model | Mode | Size | Cost |
|---|---|---|---|---|
| Poster / typography-heavy asset | openai/gpt-image-2 |
generate | 1536x1024 or 1024x1536 |
$0.127 |
| Clean product / UI mockup | openai/gpt-image-2 |
generate | 1024x1024 |
$0.064 |
| Photoreal / fashion / editorial | openai/gpt-image-2 or google/nano-banana-pro |
generate | 1024x1024 |
$0.064–0.106 |
| Pro-level photoreal at Flash speed | google/nano-banana-2 |
generate | 1024x1024 (only size) |
$0.0955 |
| Artistic / stylized / fast | google/nano-banana |
generate | 1024x1024 |
$0.0535 |
| Cheapest usable draft | zai/cogview-4 |
generate | 1024x1024 |
$0.01675 |
| Widescreen / banner on a budget | bytedance/seedream-5-pro |
generate | 2048x1024 or 1280x720 |
$0.04825 ($0.0955 when both sides >1024) |
| Edit an existing image (localized change) | openai/gpt-image-2 |
edit | match source | $0.064 at 1024x1024, $0.127 above |
| Composite from multiple refs | openai/gpt-image-2 |
edit (multi-ref) | match target | $0.064 at 1024x1024, $0.127 above |
Valid GPT Image 2 sizes: 1024x1024 (square), 1536x1024 (landscape ~3:2), 1024x1536 (portrait ~2:3).
The 5-Section Prompt Framework
Write prompts as five short blocks separated by blank lines. This is the single biggest quality lever.
SCENE: where/when/background/environment, one or two lines.
SUBJECT: the main focus (who/what), described concretely.
DETAILS: materials, texture, lighting, camera angle, composition, mood,
lens feel, depth of field, surface condition. Stack concrete nouns.
USE CASE: editorial photo / product mockup / poster / UI screen / infographic / concept frame.
(This single line tells the model what kind of image to produce.)
CONSTRAINTS: what must not drift. "No extra text." "No duplicate elements."
"Preserve face." "Legible typography." Repeat these on every edit.
What ships with it
1 file 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.
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.
- 8d ago First seen · 316 lines · 79 tokens per session scan A 5dd8c3b78e08
image-prompting is a skill published in the GitHub repository BlockRunAI/blockrun-mcp (393 stars, last pushed today), licensed MIT. It adds 79 tokens to every session and 3,697 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
algorithmic-art
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright…
canvas-design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
slack-gif-creator
Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack.".
pptx
Presentation creation, editing, and analysis. When Assistant needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks.
ascii-video
ASCII video: convert video/audio to colored ASCII MP4/GIF.
image-generation
Generate or edit images from text prompts. Use when the user asks to create, draw, design, or edit an image, illustration, photo, icon, poster, or any visual content.