Agent Skillsphuc-nt/my-translator › ck:ai-artist

ck:ai-artist

GitHub

基于Nano Banana工具,利用129个精选提示词生成图像。支持搜索、创意混搭和狂野模式,涵盖多种艺术风格。需通过验证访谈确认风格与色调,也可跳过。

.opencode/skills/ai-artist/SKILL.md phuc-nt/my-translator

Trigger Scenarios

需要生成图片 使用AI进行图像创作

Install

npx skills add phuc-nt/my-translator --skill ck:ai-artist -g -y
More Options

Non-standard path

npx skills add https://github.com/phuc-nt/my-translator/tree/main/.opencode/skills/ai-artist -g -y

Use without installing

npx skills use phuc-nt/my-translator@ck:ai-artist

指定 Agent (Claude Code)

npx skills add phuc-nt/my-translator --skill ck:ai-artist -a claude-code -g -y

安装 repo 全部 skill

npx skills add phuc-nt/my-translator --all -g -y

预览 repo 内 skill

npx skills add phuc-nt/my-translator --list

SKILL.md

Frontmatter
{
    "name": "ck:ai-artist",
    "metadata": {
        "author": "claudekit",
        "version": "3.1.0"
    },
    "description": "Generate images via Nano Banana with 129 curated prompts. Mandatory validation interview refines style\/mood\/colors (use --skip to bypass). 3 modes: search, creative, wild. Styles: Ukiyo-e, Bento grid, cyberpunk, cinematic, vintage patent.",
    "argument-hint": "[concept] [--mode search|creative|wild|all] [--skip]"
}

AI Artist - Nano Banana Image Generation

Generate images using 129 curated prompts from awesome-nano-banana-pro-prompts collection.

Validation interview is mandatory (use --skip to bypass).

Workflow

IMPORTANT: Follow references/validation-workflow.md when this skill is activated.

Quick Start

python3 scripts/generate.py "<concept>" -o <output.png> [--mode MODE]

Generation Modes

Mode Description
search Find best matching prompt from 129 curated prompts (default)
creative Remix elements from top 3 matching prompts
wild Out-of-the-box creative interpretation (random style transform)
all Generate all 3 variations

Examples

# Default search mode
python3 scripts/generate.py "tech conference banner" -o banner.png -ar 16:9

# Creative remix (combines multiple prompts)
python3 scripts/generate.py "AI workshop" -o workshop.png --mode creative

# Wild/experimental (random artistic transformation)
python3 scripts/generate.py "product showcase" -o product.png --mode wild

# Generate all 3 variations at once
python3 scripts/generate.py "futuristic city" -o city.png --mode all -v

Options

Flag Description
-o, --output Output path (required)
-m, --mode search, creative, wild, or all
-ar, --aspect-ratio 1:1, 16:9, 9:16, etc.
--model flash2 (default, fast+quality), flash (previous), pro (quality/4K)
-v, --verbose Show matched prompts and details
--dry-run Show prompt without generating
--skip Bypass validation interview

Prompt Database

129 curated prompts extracted from awesome-nano-banana-pro-prompts:

# Search prompts
python3 scripts/search.py "<query>" --domain awesome

# View all prompts
cat data/awesome-prompts.csv

Categories include:

  • Profile/Avatar: Thought-leader headshots, mirror selfies
  • Infographics: Bento grid, chalkboard, ingredient labels
  • Social Media: Quote cards, banners, thumbnails
  • Product: Commercial shots, e-commerce, Apple-style
  • Artistic: Ukiyo-e, patent documents, vaporwave, cyberpunk
  • Character: Anime, chibi, comic storyboards

Wild Mode Transformations

The wild mode randomly applies one of these artistic transformations:

  • Japanese Ukiyo-e woodblock print
  • Premium liquid glass Bento grid infographic
  • Vintage 1800s patent document
  • Surreal dreamscape with volumetric god rays
  • Cyberpunk neon aesthetic with holograms
  • Hand-drawn chalkboard explanation
  • Isometric 3D diorama
  • Cinematic movie poster
  • Vaporwave aesthetic with glitch effects
  • Apple-style product showcase

References

Topic File
Validation Workflow references/validation-workflow.md
All Prompts data/awesome-prompts.csv
Nano Banana Guide references/nano-banana.md
Image Prompting references/image-prompting.md
Source references/awesome-nano-banana-pro-prompts.md

Scripts

Script Purpose
generate.py Main image generation with 3 modes
search.py Search prompts database
extract_prompts.py Extract prompts from markdown
core.py BM25 search engine

Version History

  • 3495f99 Current 2026-07-25 07:18

Same Skill Collection

.opencode/skills/agent-browser/SKILL.md
.opencode/skills/ai-multimodal/SKILL.md
.opencode/skills/ask/SKILL.md
.opencode/skills/backend-development/SKILL.md
.opencode/skills/better-auth/SKILL.md
.opencode/skills/bootstrap/SKILL.md
.opencode/skills/brainstorm/SKILL.md
.opencode/skills/chrome-devtools/SKILL.md
.opencode/skills/ck-autoresearch/SKILL.md
.opencode/skills/ck-debug/SKILL.md
.opencode/skills/ck-loop/SKILL.md
.opencode/skills/ck-plan/SKILL.md
.opencode/skills/ck-predict/SKILL.md
.opencode/skills/ck-scenario/SKILL.md
.opencode/skills/ck-security/SKILL.md
.opencode/skills/code-review/SKILL.md
.opencode/skills/coding-level/SKILL.md
.opencode/skills/context-engineering/SKILL.md
.opencode/skills/cook/SKILL.md
.opencode/skills/copywriting/SKILL.md
.opencode/skills/databases/SKILL.md
.opencode/skills/deploy/SKILL.md
.opencode/skills/devops/SKILL.md
.opencode/skills/docs-seeker/SKILL.md
.opencode/skills/docs/SKILL.md
.opencode/skills/fix/SKILL.md
.opencode/skills/frontend-design/SKILL.md
.opencode/skills/frontend-development/SKILL.md
.opencode/skills/git/SKILL.md
.opencode/skills/gkg/SKILL.md
.opencode/skills/google-adk-python/SKILL.md
.opencode/skills/journal/SKILL.md
.opencode/skills/kanban/SKILL.md
.opencode/skills/llms/SKILL.md
.opencode/skills/markdown-novel-viewer/SKILL.md
.opencode/skills/mcp-builder/SKILL.md
.opencode/skills/mcp-management/SKILL.md
.opencode/skills/media-processing/SKILL.md
.opencode/skills/mermaidjs-v11/SKILL.md
.opencode/skills/mobile-development/SKILL.md
.opencode/skills/payment-integration/SKILL.md
.opencode/skills/plans-kanban/SKILL.md
.opencode/skills/preview/SKILL.md
.opencode/skills/problem-solving/SKILL.md
.opencode/skills/project-management/SKILL.md
.opencode/skills/project-organization/SKILL.md
.opencode/skills/react-best-practices/SKILL.md
.opencode/skills/remotion/SKILL.md
.opencode/skills/repomix/SKILL.md

Metadata

Files
0
Version
3495f99
Hash
bd909af2
Indexed
2026-07-25 07:18

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 19:07
浙ICP备14020137号-1 $mapa de visitantes$