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 AIDotNet/OpenCowork --skill creative-production-moodboard-explorergit clone --depth 1 https://github.com/AIDotNet/OpenCoworkWrote 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/aidotnet/opencowork/creative-production-moodboard-explorer)<a href="https://agentmods.dev/skills/aidotnet/opencowork/creative-production-moodboard-explorer"><img src="https://agentmods.dev/badge/skills/aidotnet/opencowork/creative-production-moodboard-explorer/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/aidotnet/opencowork/creative-production-moodboard-explorer"><img src="https://agentmods.dev/badge/skills/aidotnet/opencowork/creative-production-moodboard-explorer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 3 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Rogue Agent · line 43 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium Excessive Agency · line 64 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
- medium Excessive Agency · line 86 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00054 | $0.03742 |
| Opus 5 | $0.00027 | $0.01871 |
| Sonnet 5 | $0.00011 | $0.00748 |
| Haiku 4.5 | $0.00005 | $0.00374 |
Grade A, and why
creative-production-moodboard-explorer 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 11d 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.
node -e "const fs=require('fs'); const crypto=require('crypto'); const base='http://127.0.0.1:<port>'; const data=JSON.parse(fs.readFileSync('<output-dir>/data/stream.json','utf8')); const idempotencyKey=crypto.createHas How it starts
The opening of the file, as written. The whole thing — 157 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Mood Board Explorer
Build a personalized image-first mood-board stream from a light intake plus inferred profile/context.
Read references/experience-contract.md before writing the user-facing handoff or reporting artifact links.
Read references/artifact-contracts.md before creating, repairing, or reporting artifacts.
Read references/codex-exec-image-generation.md before running image generation.
Read references/image-building-strategy.md alongside the Codex exec contract for first-pass imagery rules.
Pipeline Role
This skill owns the Explore stage in the Explore > Build > Polish workflow.
Use it as the broad visual front door for campaign mood, brand direction, creative territories, audience feel, editorial references, and profile-aware inspiration. It produces directional evidence and handoff specs, not canonical production assets.
When Creative Production is invoked for a direct multi-image concept request, such as "generate some images for a new movie," route here instead of generating isolated chat images. Treat the prompt as a light visual brief, run the intake gate when needed, generate one self-contained visual reference per tile, save the run, and hand off through the inline mood board.
Explorer outputs should include a reviewable board or gallery, source/context signals, visual territory notes, prompt/spec metadata, recommended directions, and a concise build handoff for the next skill.
Use active Build/Polish owners only after a canonical or selected base exists:
- Use the mood-board app's Remix controls for controlled variations after a generated board or selected territory has concrete outputs to vary.
generative-polishfor publish-bound marketing finish.
If the anchor is a specific product, packaging reference, or product concept and the user wants family-level coverage or review galleries, hand off to offer-explorer.
Workflow
- Run the intake gate.
- Read
references/intake.mdbefore creating a mood board spec. - Choose the intake depth from the Mood Board Qualification Scale in
references/intake.md. - Every fresh mood board request must go through intake before spec writing, image generation, or HTML board creation.
- When MCP widgets are available, render
render_moodboard_board_widgetwith no images and anintakepayload. The mood-board app detects the empty image list and shows the intake suggestions inside the board surface. - The chat around the board surface should handle brand/source material, exclusions, and any optional 1-3 reference image request. The empty-board intake should stay to compact question-led chip groups defined in
references/intake.md. - After rendering the empty-board intake, stop and wait for the user selection or app follow-up. Do not create the board spec in the same step.
- When the request is already an app follow-up such as "Continue with this qualified moodboard intake and create the board," treat intake as complete and proceed directly to context gathering and generation.
- If MCP widgets are unavailable, ask the same intake questions in chat, wait for the answer, and state that the board intake surface could not be used.
- Read
What ships with it
18 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.
- assets/mood-board-app/app.js 116 KB runs code
- assets/mood-board-app/codex-theme.css 4.9 KB
- assets/mood-board-app/data/stream-static.json 177 B
- assets/mood-board-app/data/stream.json 177 B
- assets/mood-board-app/index.html 8.0 KB
- assets/mood-board-app/mood-board.html 8.1 KB
- assets/mood-board-app/platform-icons.js 17 KB runs code
- assets/mood-board-app/server.mjs 26 KB runs code
- assets/mood-board-app/styles.css 30 KB
- assets/mood-board-app/theme.js 1.7 KB runs code
- references/artifact-contracts.md 9.6 KB
- references/codex-exec-image-generation.md 6.0 KB
- references/experience-contract.md 8.5 KB
- references/image-building-strategy.md 2.3 KB
- references/intake.md 11 KB
- references/review-renderer.md 2.9 KB
- scripts/create_mood_board.py 19 KB runs code
- scripts/embed_moodboard_images.py 4.3 KB runs code
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.
- 11d ago First seen · 157 lines · 54 tokens per session scan A 3a0f16950614
creative-production-moodboard-explorer is a skill published in the GitHub repository AIDotNet/OpenCowork (635 stars, last pushed 8d ago), licensed Apache-2.0. It adds 54 tokens to every session and 3,742 once invoked, about $0.0003 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
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).
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.
diagnostic-stem-delivery
Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.