What problem does it solve?
Creating visual assets like logos, banners, mockups, and product shots normally requires design tools or a separate image API with its own key and billing. This Skill lets an agent generate or edit images directly from a prompt, billed to the user's existing Hive credits with no API key to configure.
Core Features & Use Cases
- Text-to-image generation: Create logos, illustrations, icons, posters, thumbnails, hero images, and social graphics from a natural-language prompt, with control over size, format (png/jpeg/webp), and batch count.
- Reference-image editing: Pass up to 10 local paths or URLs to restyle photos, place products on mockups, or keep a character consistent across images.
- Asynchronous workflow with failure handling: Generation runs in the background via a handle polled with collect_result, with explicit guidance for out-of-credits, moderation, rate-limit, and timeout errors.
- Use Case: A user asks for a minimalist bee logo; the agent calls image_generate, polls collect_result until the image is ready, then surfaces it in chat with attach_file.
Quick Start
Ask the agent to generate an image, for example: create a simple flat-vector logo of a friendly robot in teal and white, then show me the result.