Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/Mineru98/imaginenpx agentmods add skills/mineru98/imagine/imagine-ogWrote 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/mineru98/imagine/imagine-og)<a href="https://agentmods.dev/skills/mineru98/imagine/imagine-og"><img src="https://agentmods.dev/badge/skills/mineru98/imagine/imagine-og/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.
<a href="https://agentmods.dev/skills/mineru98/imagine/imagine-og"><img src="https://agentmods.dev/badge/skills/mineru98/imagine/imagine-og.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00142 | $0.02077 |
| Opus 5 | $0.00071 | $0.01038 |
| Sonnet 5 | $0.00028 | $0.00415 |
| Haiku 4.5 | $0.00014 | $0.00208 |
Grade A, and why
imagine-og 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 108 lines — stays where its author put it; the contents beside it link to each section on GitHub.
imagine-og
소셜 링크 프리뷰용 이미지를 플랫폼별 사이즈·세이프존·폰트 가독성까지 맞춰 일괄 출력한다. 제목은 실제 폰트로 렌더해서 한글 깨짐이 없다.
트리거
imagine-og "<제목>"/imagine-og --title "..."(명시 호출)imagine-og bulk ./posts/*.md(bulk 모드)- "OG 이미지", "오픈그래프 이미지"
- "소셜 카드", "소셜 미디어 카드"
- "Twitter 카드", "링크 프리뷰 이미지"
- "블로그 썸네일", "링크 프리뷰" — 블로그/소셜/링크 프리뷰 맥락의 카드형 썸네일은 모두 여기로 라우팅.
플랫폼 프리셋 (config.json)
| key | generate_size | final(final.jpg) | crop |
|---|---|---|---|
og |
1536×1024 | 1200×630 | center |
twitter |
1536×1024 | 1200×628 | center |
instagram-post |
1024×1024 | 1080×1080 | center |
instagram-story |
1024×1024 | 1080×1920 | extend-vertical |
linkedin |
1536×1024 | 1200×627 | center |
- 기본 플랫폼은
og한 장.--platforms og,twitter,instagram-post로 다중 선택 시 한 번 호출로 전부 저장. - 기본 포맷: jpeg,
quality: medium.
파이프라인
- 배경 일러스트만 AI 생성.
size는 플랫폼별generate_size사용(16:9 계열은 1536×1024, 정방형은 1024×1024). - 프롬프트 가공: 사용자
<title>·--tag를 모델 프롬프트에 포함하지 않는다. 태그는config.tag_palette_map으로 배경 톤 매핑에만 사용(예:튜토리얼→warm orange gradient, pencil texture). negative prompt에text, watermark, logo, typography, letters, characters, readable words, deformed, blurry강제 포함. - 크롭·리사이즈:
generate_size결과를 플랫폼final규격으로 center-crop(Instagram story는 세로 확장). 원본 배경은_source_bg.png로 별도 보존해 재합성 가능. - 텍스트 합성: 공용
scripts/lib/compose-text.js의compositeText(bgPath, textOptions, outPath)재사용. 이 스킬 안에 별도 텍스트 합성 로직은 두지 않는다. - 세이프존 적용: OG/Twitter는 하단 20% 트리밍에 대비해 제목을 상/중앙에 배치. Instagram Post는 중앙 90% 세이프존.
- 출력 저장:
./images/og/<slug>/<platform>.jpg+_source_bg.png.
공용 모듈 계약
- 텍스트 합성은 전적으로
scripts/lib/compose-text.js호출로 끝낸다. 이 스킬의 스크립트에서 SVG·canvas·satori 코드를 직접 작성하지 않는다. - 세이프존·자동 색상(어두우면 흰색, 밝으면 검정)·폰트 스택(Pretendard → Noto Sans KR → Apple SD Gothic Neo → sans-serif fallback)은 공용 모듈 설정 그대로 사용.
bulk 모드 (--bulk <glob>)
- 입력 예:
imagine-og --bulk ./posts/*.md --from-frontmatter --platforms og,twitter - 동작:
- 각 파일의 frontmatter(
title,tags,hero_color)를 읽어--title/--tag/ 팔레트 시드로 매핑 (config.bulk.from_frontmatter_keys참고). - 같은
--template은 동일 배경 프리셋 + 변주(색·질감 고정, 레이아웃만 변화)로 렌더 → 시리즈 스타일 일관성 유지. - 동시 실행 제한:
config.bulk.concurrency(기본 2) — 쿼터·레이트리밋 보호. - 출력은 각 포스트별로
./images/og/<post-slug>/<platform>.jpg. 기존 파일 덮어쓰기 금지(이미 있으면 skip + 로그).
- 각 파일의 frontmatter(
- 실패 1건이 전체 bulk를 중단시키지 않는다. 개별 실패 항목을 Run Manifest에 집계하고 나머지는 계속 진행.
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.
- 10d ago First seen · 108 lines · 142 tokens per session scan A 612fb94bbb39
imagine-og is a skill published in the GitHub repository Mineru98/imagine (5 stars, last pushed 11d ago), licensed MIT. It adds 142 tokens to every session and 2,077 once invoked, about $0.0007 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.
Other skills, from other repositories
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.
general-video
Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
diagnostic-stem-delivery
Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.
chengfeng-check-updates
An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.