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 agentmods add skills/carbeneai/forge/artgeneratornpx skills add CarbeneAI/Forge --skill artgeneratorgit clone --depth 1 https://github.com/CarbeneAI/ForgeWrote 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/carbeneai/forge/artgenerator)<a href="https://agentmods.dev/skills/carbeneai/forge/artgenerator"><img src="https://agentmods.dev/badge/skills/carbeneai/forge/artgenerator.svg" alt="Measured on agentmods" 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 | $0.00059 | $0.02901 |
| Opus 5 | $0.00030 | $0.01451 |
| Sonnet 5 | $0.00012 | $0.00580 |
| Haiku 4.5 | $0.00006 | $0.00290 |
Grade A, and why
ArtGenerator 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 4d 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.
curl -X POST https://api.replicate.com/v1/predictions \ How it starts
The opening of the file, as written. The whole thing — 395 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ArtGenerator
Professional AI image generation for blog posts, presentations, marketing materials, and content creation. The ArtGenerator skill creates detailed prompts optimized for AI image generation tools (Replicate, DALL-E, Midjourney, Stable Diffusion) with a focus on CarbeneAI's signature aesthetic.
Core Purpose
Generate high-quality images for:
- Blog headers and featured images
- Social media posts
- Presentation slides
- Marketing materials
- Technical documentation
- Website hero images
CarbeneAI Aesthetic
Signature style: Dark, futuristic, professional with neon accents
Visual DNA:
- Dark backgrounds: #0a0a0f (deep space black)
- Neon accents: Cyan (#00D4FF), Magenta (#FF00FF), Purple (#9D4EDD)
- Glass morphism: Translucent panels with blur effects
- Tron aesthetic: Glowing lines, geometric patterns, grid overlays
- Hand-drawn feel: Excalidraw-style sketch elements mixed with polished UI
- Technical vibe: Code snippets, terminal windows, architecture diagrams
Typography:
- Headers: Orbitron (geometric, futuristic)
- Body: Inter or system fonts (clean, readable)
Workflow Routing
| Workflow | Trigger | File |
|---|---|---|
| GenerateImage | "generate image", "create blog header", "make artwork" | workflows/GenerateImage.md |
| TechnicalDiagram | "architecture diagram", "technical visual", "system diagram" | workflows/TechnicalDiagram.md |
Supported Image Generation Tools
Replicate (Recommended)
Best for: Production use, API integration, diverse models
Models available:
- Flux 1.1 Pro - Highest quality, photorealistic
- Stable Diffusion XL - Fast, versatile, good balance
- Playground v2.5 - Artistic, vibrant colors
- SDXL Lightning - Ultra-fast generation
API setup:
# In PAI .env file
REPLICATE_API_TOKEN=your_token_here
Usage:
# Via API
curl -X POST https://api.replicate.com/v1/predictions \
-H "Authorization: Bearer $REPLICATE_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"version": "MODEL_ID", "input": {"prompt": "..."}}'
What ships with it
3 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.
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.
- 4d ago First seen · 395 lines · 59 tokens per session scan A 4e1e1e55f224
ArtGenerator is a skill published in the GitHub repository CarbeneAI/Forge (9 stars, last pushed 1mo ago), licensed MIT. It adds 59 tokens to every session and 2,901 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-31.
Other skills, from other repositories
tachi-infographics
Domain knowledge for threat infographic generation — infographic specification formats, template-specific section layouts (Baseball Card, System Architecture, Risk Funnel), Gemini API prompt construction rules, and visual design system tokens. Consumed by the threat-infographic agent during specification and image…
app-builder
Build and edit small, personal visual tools and artifacts — dashboards, trackers, calculators, data visualizations, charts, simple landing pages, and slide decks the user wants for THEMSELVES. This is the right skill whenever the user asks to "visualize this," "make a chart," or "build an artifact" for their own use…
fish-audio
Generate expressive audio clips using Fish Audio S2 TTS with bracket emotion tags. Record voice memos, narration, audio messages, or any spoken content.
implementing-semgrep-for-custom-sast-rules
Write custom Semgrep SAST rules in YAML to detect application-specific vulnerabilities, enforce coding standards, and integrate into CI/CD pipelines.
openscreen-design
Use this skill to generate well-branded interfaces and assets for OpenScreen (an AI-native screen-recording studio & video editor), either for production or throwaway prototypes/mocks/etc. Contains essential design guidelines, colors, type, fonts, assets, and UI kit components for prototyping.
make-viral-video
Build a short news-explainer video tuned for shareability. One striking moment per video; real fetched assets; self-heal validation; pluggable TTS (Gemini-free default, OpenAI fallback).