ai-prompt-toolkit
Multi-skill toolkit for generating, structuring, and formatting FLUX.1 AI image prompts.
How do I install this agent skill?
npx skills add https://github.com/ai-wrappers/ai-prompt-toolkit --skill ai-prompt-toolkitIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The toolkit is a structured utility for generating image prompts. It is safe for use, though it possesses a minor indirect prompt injection surface because it parses user-supplied YAML themes without explicit boundary instructions. It also includes the tiktoken library, a standard tool for tokenization that may perform one-time downloads of vocabulary files from trusted sources.
- Socketpass
No alerts
- Snykwarn
Risk: MEDIUM · 1 issue
What does this agent skill do?
ai-prompt-toolkit
The ai-prompt-toolkit provides a collection of clean, task-focused subskills and deterministic Python CLI utilities for generating and structuring FLUX.1 AI image prompts.
🚀 Registered Agent Skill
- 🎨
skills/flux1: Comprehensive FLUX.1 prompt engineering skill for generating single prompts (single_prompt) or structured prompt variation groups (group_prompts) from YAML themes.
📚 Core Modules & Schemas
- 🎨
modules/flux_prompt_rules.md: FLUX.1 prompt engineering rules (77-token CLIP L dual-encoder rule, positive replacements, hex colors, optics, typography). - 📐
modules/data_schemas.md: Input YAML 3 schemas and Output JSON schemas. - 🏷️
modules/naming_conventions.md: Standard nomenclature<yyyymmdd>_<owner>_<group>_<prompt>_<slug>. - ⚙️
modules/group_processing.md: Group variation generation rules & cascading parameter inheritance.
🛠️ Python CLI Utilities (scripts/)
- 📐
scripts/theme_parser.py: Parses input YAML theme files and resolves cascading parameter inheritance (global-cfg$\to$theme$\to$variation). - 🏷️
scripts/name_formatter.py: Validates and formats group and prompt names according to zero-padded standards (<yyyymmdd>_<owner>_<group>_<prompt>_<slug>).
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/ai-wrappers/ai-prompt-toolkit/ai-prompt-toolkit">View ai-prompt-toolkit on skillZs</a>