Install
openclaw skills install rynjer-image-generationGenerates and refines image prompts, estimates costs, and produces business-ready images with predictable pricing for agent workflows via Rynjer API.
openclaw skills install rynjer-image-generation不是大而全创作平台,而是面向 Agent 和工作流的短路径出图工具。
Use this skill when you need a usable marketing image fast, with a low-friction path from:
rough request → prompt rewrite → cost estimate → image
This skill is built for:
| Others | Rynjer |
|---|---|
| Creative playground, explore options | Execute task, get usable result |
| Manual prompt engineering | Auto rewrite from rough input |
| Generate first, cost unknown | Cost estimate before execution |
| Project-based studio workflow | Short path API for agents |
| Guess platform specs | Smart size recommendations built-in |
Fastest way to get started with optimized defaults:
// Generate a landing page hero image
await rynjer.generate_image({
goal: "SaaS product homepage",
prompt: "AI-powered analytics dashboard, modern tech style",
use_case: "landing",
template: "landing", // Auto-applies 16:9, 2K, landing-optimized style
quality_mode: "balanced",
count: 1
});
Available templates:
landing — Landing page hero (16:9, 2K)ad — Social media ads (1:1, 1K)blog — Blog/article covers (16:9, 1K)ecommerce — Product images (1:1, 2K)Turn rough requests into optimized prompts for business and marketing use.
Input:
goal — what you need the image forraw_prompt — your rough descriptionuse_case — landing page, blog cover, ad creative, etc.template (optional) — apply template defaultstone (optional) — brand voice or moodaudience (optional) — target audienceOutput: ready-to-generate prompt optimized for your use case.
Know the cost before you commit. Essential for budget-aware agent workflows.
Input:
use_casecount — how many imagesresolution — 1K, 2K, 4Kaspect_ratio — 16:9, 1:1, 9:16, etc.quality_mode — fast, balanced, hightemplate (optional) — auto-apply template defaultsplatform (optional) — get platform-optimized recommendationsOutput: estimated credits required.
Get platform-optimized size settings without guesswork.
// Get Instagram post recommendations
await rynjer.recommend_image_size({
platform: "instagram_post"
});
// Returns: { aspect_ratio: "1:1", resolution: "1K", size_px: "1080x1080" }
Supported platforms:
instagram_post — 1:1, 1080x1080instagram_story — 9:16, 1080x1920facebook_ad — 1.91:1, 1200x628twitter_card — 1.91:1, 1200x628linkedin_ad — 1.91:1, 1200x627blog_cover — 1.91:1, 1200x630youtube_thumbnail — 16:9, 1280x720app_store — 16:9, 1920x1080Execute generation with your approved prompt and budget.
Input:
prompt — rewritten or customuse_casetemplate (optional) — apply template defaultsplatform (optional) — use platform-optimized settingsaspect_ratioresolutionquality_modecountauto_poll (optional)Output: generation request submitted.
Check status and download completed images.
Input:
request_idOutput: image URLs or download ready.
Templates automatically configure optimal settings for common use cases:
| Template | Aspect Ratio | Resolution | Best For |
|---|---|---|---|
landing | 16:9 | 2K | Homepage hero, product showcases |
ad | 1:1 | 1K | Social media ads, quick tests |
blog | 16:9 | 1K | Article covers, content marketing |
ecommerce | 1:1 | 2K | Product images, white backgrounds |
Usage:
// Use template
generate_image({ template: "ecommerce", ... })
// Use template + override specific settings
generate_image({
template: "ad",
aspect_ratio: "16:9", // Override template default
...
})
| Use Case | Why it works |
|---|---|
| Landing page hero | Fast iteration on homepage visuals |
| Blog/article cover | Consistent cover images at scale |
| Ad creative variations | Test multiple concepts cheaply |
| Ecommerce visuals | Product images, lifestyle shots |
| Social posts | Quick turnaround for content calendars |
Use this skill when:
This v1 is intentionally not designed for:
For those, consider full creative platforms instead.
This is:
The core flow (rewrite → estimate → generate → poll) is live and verified. Templates and smart recommendations are ready for use. It works for real tasks, but the clearest path is still the recommended workflow above.
Rynjer is not a generic creative playground or full studio platform.
It is a business-facing image generation entry point focused on:
If you need a full creative studio with video, storyboards, and collaboration — this isn't it. If you need fast, cost-transparent image generation for marketing tasks — this is.