Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Generate images using Nano Banana (Flash) or Nano Banana Pro. Use 'flash' for speed/efficiency and 'pro' for high quality, text rendering, and complex prompt adherence. Triggers include 'generate image', 'create logo', 'fast image', 'high quality image'. --- name: nano-image-generate description: "Generate images using Nano Banana (Flash) or Nano Banana Pro. Use 'flash' for speed/efficiency and 'pro' for high quality, text rendering, and complex prompt adherence. Triggers include 'generate image', 'create logo', 'fast image', 'high quality image'." metadata: version: "1.1" --- Nano Image Generator Generate images using Nano Banana Pro (Gemini 3 Pro Preview) for any v Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Freshness
Last checked 4/15/2026
Best For
nano-image-generate is best for up workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
Generate images using Nano Banana (Flash) or Nano Banana Pro. Use 'flash' for speed/efficiency and 'pro' for high quality, text rendering, and complex prompt adherence. Triggers include 'generate image', 'create logo', 'fast image', 'high quality image'. --- name: nano-image-generate description: "Generate images using Nano Banana (Flash) or Nano Banana Pro. Use 'flash' for speed/efficiency and 'pro' for high quality, text rendering, and complex prompt adherence. Triggers include 'generate image', 'create logo', 'fast image', 'high quality image'." metadata: version: "1.1" --- Nano Image Generator Generate images using Nano Banana Pro (Gemini 3 Pro Preview) for any v
Public facts
4
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
Fancyboi999
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Setup snapshot
git clone https://github.com/fancyboi999/nano-image-generate.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Fancyboi999
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
bash
# Basic generation (saves to ./generated/) # Ensure you are running this from the directory containing 'scripts/' OR provide full path python scripts/generate_image.py "A friendly robot mascot waving" # With style reference (keep same visual style) python scripts/generate_image.py "Same style, new content" --ref ./reference.jpg --output ./new.png
bash
python scripts/generate_image.py <prompt> --output <path> [options]
bash
python scripts/generate_image.py "Futuristic company logo with text 'NANO'" --output ./logo.png
bash
python scripts/generate_image.py "Draft sketch of a cat" --model flash --output ./cat_draft.png
bash
python scripts/generate_image.py "New scene with mountains, same visual style as reference" \ --ref ./style-reference.jpg --output ./styled-mountains.png
bash
python scripts/generate_image.py "Same character now in a forest setting" \ --ref ./character.png --output ./character-forest.png
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Generate images using Nano Banana (Flash) or Nano Banana Pro. Use 'flash' for speed/efficiency and 'pro' for high quality, text rendering, and complex prompt adherence. Triggers include 'generate image', 'create logo', 'fast image', 'high quality image'. --- name: nano-image-generate description: "Generate images using Nano Banana (Flash) or Nano Banana Pro. Use 'flash' for speed/efficiency and 'pro' for high quality, text rendering, and complex prompt adherence. Triggers include 'generate image', 'create logo', 'fast image', 'high quality image'." metadata: version: "1.1" --- Nano Image Generator Generate images using Nano Banana Pro (Gemini 3 Pro Preview) for any v
Generate images using Nano Banana Pro (Gemini 3 Pro Preview) for any visual asset needs. Supports reference images for style transfer and character consistency.
[!IMPORTANT] Path Check: Before running, localize the
scripts/generate_image.pyfile. If running this skill from another project, use the absolute path to the script or copy it to your project.
# Basic generation (saves to ./generated/)
# Ensure you are running this from the directory containing 'scripts/' OR provide full path
python scripts/generate_image.py "A friendly robot mascot waving"
# With style reference (keep same visual style)
python scripts/generate_image.py "Same style, new content" --ref ./reference.jpg --output ./new.png
Choose the model based on user intent:
| Model | ID | Use Case | Keywords |
|-------|----|----------|----------|
| Pro | gemini-3-pro-image-preview | Quality & Detail. Default choice. Best for text, complex prompts, logos, and high-fidelity assets. | "high quality", "logo", "text", "detail", "complex" |
| Flash | gemini-2.5-flash-image | Speed & Efficiency. Best for rapid prototyping, large batches, or when low latency is critical. | "fast", "quick", "draft", "rapid" |
python scripts/generate_image.py <prompt> --output <path> [options]
Required:
prompt - Image descriptionOptions:
--output, -o - Output file path. Optional. Defaults to ./generated/<slug>.png.--model, -m - Model selection: pro (default) or flash--key, -k - Gemini API Key (optional)--aspect, -a - Aspect ratio (default: 1:1)--size, -s - Resolution: 1K, 2K (default), 4K--ref, -r - Reference image (max 14)High Quality Logo (Pro - Default):
python scripts/generate_image.py "Futuristic company logo with text 'NANO'" --output ./logo.png
Quick Prototype (Flash):
python scripts/generate_image.py "Draft sketch of a cat" --model flash --output ./cat_draft.png
Gemini supports up to 14 reference images for:
Keep the visual style (colors, textures, mood) from a reference:
python scripts/generate_image.py "New scene with mountains, same visual style as reference" \
--ref ./style-reference.jpg --output ./styled-mountains.png
Maintain character appearance across multiple images:
python scripts/generate_image.py "Same character now in a forest setting" \
--ref ./character.png --output ./character-forest.png
Combine elements from multiple references:
python scripts/generate_image.py "Combine the style of first image with subject of second" \
--ref ./style.png --ref ./subject.png --output ./combined.png
For generating a series with consistent style:
--ref for subsequent images# Generate cover
python scripts/generate_image.py "Tech knowledge card cover" -o ./01-cover.png
# Generate subsequent cards with style reference
python scripts/generate_image.py "Card 2 content, same style" --ref ./01-cover.png -o ./02-card.png
python scripts/generate_image.py "Card 3 content, same style" --ref ./01-cover.png -o ./03-card.png
To keep things organized, this skill uses a standard directory structure:
./generated/ - Default output location. Images are automatically saved here if no path is provided../assets/ - Recommended for storing reference images.Verify Output Directory & Script Path:
mkdir -p generated) or is writable.generate_image.py.Craft effective prompts - Be specific and descriptive:
Choose appropriate settings:
--aspect 1:1--aspect 16:9 or 21:9--aspect 9:16--aspect 3:4--aspect 3:2 or 4:3App icon:
python scripts/generate_image.py "Minimalist flat design app icon of a lightning bolt, purple gradient background, modern iOS style" \
--output ./assets/app-icon.png --aspect 1:1
Marketing banner:
python scripts/generate_image.py "Professional website hero banner for a productivity app, abstract geometric shapes, blue and white color scheme" \
--output ./public/images/hero-banner.png --aspect 16:9
Xiaohongshu knowledge card:
python scripts/generate_image.py "Tech knowledge card, dark blue purple gradient, neon cyan accents, code block style, Chinese text '标题'" \
--output ./xiaohongshu/card.png --aspect 3:4
Style transfer:
python scripts/generate_image.py "Transform this photo into watercolor painting style" \
--ref ./photo.jpg --output ./watercolor.png
Character in new scene:
python scripts/generate_image.py "Same character from reference, now sitting in a cafe, warm lighting" \
--ref ./character.png --output ./character-cafe.png --aspect 3:2
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/fancyboi999-nano-image-generate/snapshot"
curl -s "https://xpersona.co/api/v1/agents/fancyboi999-nano-image-generate/contract"
curl -s "https://xpersona.co/api/v1/agents/fancyboi999-nano-image-generate/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 5d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/fancyboi999-nano-image-generate/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/fancyboi999-nano-image-generate/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/fancyboi999-nano-image-generate/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/fancyboi999-nano-image-generate/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/fancyboi999-nano-image-generate/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/fancyboi999-nano-image-generate/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-16T23:46:04.840Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "up",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:up|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Fancyboi999",
"href": "https://github.com/fancyboi999/nano-image-generate",
"sourceUrl": "https://github.com/fancyboi999/nano-image-generate",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T04:12:20.991Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/fancyboi999-nano-image-generate/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/fancyboi999-nano-image-generate/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T04:12:20.991Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/fancyboi999-nano-image-generate/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/fancyboi999-nano-image-generate/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to nano-image-generate and adjacent AI workflows.