typescript/skills/nano-banana-pro/SKILL.md
Run fast image generation with Nano Banana Pro via local or remote inference.
npx skillsauth add kody-w/openrappter nano-banana-proInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Fast image generation using Nano Banana Pro models.
curl -s -X POST "http://localhost:8000/generate" \
-H "Content-Type: application/json" \
-d '{"prompt": "A sunset over mountains", "width": 512, "height": 512}' \
--output /tmp/generated.png
curl -s -X POST "http://localhost:8000/generate" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A photorealistic cat",
"negative_prompt": "blurry, low quality",
"steps": 20,
"cfg_scale": 7.5
}' --output /tmp/cat.png
development
Get current weather and forecasts (no API key required).
tools
Send and receive WhatsApp messages via wacli command-line tool.
tools
Start and manage voice calls via the openrappter voice-call plugin.
content-media
Extract frames from video files using ffmpeg for analysis or processing.