Borrowing it
Nothing to install: this file belongs to elbruno/ElBruno.MempalaceNet. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/elbruno/ElBruno.MempalaceNet/main/.claude/skills/t2i/SKILL.mdgit clone --depth 1 https://github.com/elbruno/ElBruno.MempalaceNetWrote 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/elbruno/elbruno.mempalacenet/t2i)<a href="https://agentmods.dev/skills/elbruno/elbruno.mempalacenet/t2i"><img src="https://agentmods.dev/badge/skills/elbruno/elbruno.mempalacenet/t2i/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/elbruno/elbruno.mempalacenet/t2i"><img src="https://agentmods.dev/badge/skills/elbruno/elbruno.mempalacenet/t2i.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.00059 | $0.05081 |
| Opus 5 | $0.00030 | $0.02540 |
| Sonnet 5 | $0.00012 | $0.01016 |
| Haiku 4.5 | $0.00006 | $0.00508 |
Grade A, and why
t2i 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.
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 — 687 lines — stays where its author put it; the contents beside it link to each section on GitHub.
t2i — Text-to-Image CLI Skill
This skill teaches AI agents (GitHub Copilot, Claude Code, and MCP-aware assistants) how to use the t2i command-line tool for image generation. Learn the commands, workflows, and best practices for automating text-to-image tasks in scripts and terminal environments.
When to Use This Skill
Activate this skill when:
- User asks to generate an image from a text prompt
- User mentions text-to-image, image generation, or AI images
- User wants to automate image generation in a script or pipeline
- User needs batch image generation across multiple prompts
- User is setting up image generation for CI/CD or deployment workflows
- User requests help with t2i command syntax or configuration
Quick Reference
Core Commands
| Command | Purpose | Key Flags |
|---|---|---|
t2i "<prompt>" |
Generate image from text | --provider, --output, --width, --height, --steps |
t2i config |
Interactive setup wizard | show, set, remove, path |
t2i providers |
List available providers | None |
t2i secrets set <provider> |
Configure API credentials | --field |
t2i secrets list |
Show configured secrets | None |
t2i secrets remove <provider> |
Delete credentials | --field |
t2i secrets test <provider> |
Test provider connectivity | None |
t2i doctor |
Run full diagnostics | None |
t2i init |
Setup skill files | --target, --force |
t2i version |
Show version info | None |
Generate Command Flags
| Flag | Description | Default |
|---|---|---|
--provider |
Provider to use (foundry-flux2, foundry-mai2) | foundry-flux2 |
--output, -o |
Output file path | generated-<timestamp>.png |
--width, -w |
Image width in pixels | 512 |
--height |
Image height in pixels | 512 |
--steps, -s |
Number of inference steps | 20 |
--endpoint |
Override provider endpoint | From config |
--api-key |
Override API key (NOT RECOMMENDED) | From secrets |
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 · 687 lines · 59 tokens per session scan A 530cc699cb21
t2i is a skill published in the GitHub repository elbruno/ElBruno.MempalaceNet (11 stars, last pushed 2mo ago), licensed MIT. It adds 59 tokens to every session and 5,081 once invoked, about $0.0003 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-30.
Other skills, from other repositories
graph-mutation-plan
Cookbook for composing an applygraphmutations plan — stable entitykey patterns, the canonical label/edge vocabulary, evidence/invalidation/confidence discipline, and a worked example. Load this when building a non-trivial mutation plan.
potpie-cli
Use when the task is centered on running, explaining, configuring, or troubleshooting the potpie command: doctor, login, pot management, source registration, search, graph workbench reads/writes, and pot scope behavior.
potpie-change-timeline
Use when an agent needs recent or historical change context: what changed recently, regressions, merged PRs, tickets, docs, incidents, deployments, releases, and source-history ingestion.
potpie-infra-architecture
Use for project infra and architecture context: environments, adapters, runtime configuration, deployments, service dependencies, datastores, API contracts, ownership, incidents, and dependency blast radius.
potpie-project-preferences
Use before writing, modifying, reviewing, refactoring, or testing code so repo/project preferences surface: error handling, file structure, frameworks, logging, dependency choices, testing, security, API style, and naming. Also use after code work when a reusable project preference should be recorded.
feature-demo-recording
Record a demo video of a web feature from a real browser. Two modes -- a NARRATED film where measured voiceover drives the timeline (designed slides, subtitles, punch-in camera, rendered from an HTML timeline), and a SILENT evidence clip for a PR or a QA pass. Use when the user asks to record a video, demo, or screen…