Best use case
rynjer-image-generation is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Teams using rynjer-image-generation should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/rynjer-image-generation/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How rynjer-image-generation Compares
| Feature / Agent | rynjer-image-generation | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
This skill provides specific capabilities for your AI agent. See the About section for full details.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# Agent-first Marketing Image Generation
**不是大而全创作平台,而是面向 Agent 和工作流的短路径出图工具。**
---
## Why install this
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:
- landing page hero images
- blog and article covers
- ad creative variations
- ecommerce product visuals
- any agent workflow that needs quick, predictable image outputs
### What makes this different
| 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 |
---
## Quick Start — Use a Template
Fastest way to get started with optimized defaults:
```javascript
// 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)
---
## Start here — 4 steps to your first image
1. **rewrite_image_prompt** — describe your goal, get a better prompt
2. **estimate_image_cost** — see cost before spending credits
3. **generate_image** — execute with your approved prompt and budget
4. **poll_image_result** — wait for completion and get the result
---
## What it does
### Rewrite image prompts
Turn rough requests into optimized prompts for business and marketing use.
**Input:**
- `goal` — what you need the image for
- `raw_prompt` — your rough description
- `use_case` — landing page, blog cover, ad creative, etc.
- `template` (optional) — apply template defaults
- `tone` (optional) — brand voice or mood
- `audience` (optional) — target audience
**Output:** ready-to-generate prompt optimized for your use case.
### Estimate image cost
Know the cost before you commit. Essential for budget-aware agent workflows.
**Input:**
- `use_case`
- `count` — how many images
- `resolution` — 1K, 2K, 4K
- `aspect_ratio` — 16:9, 1:1, 9:16, etc.
- `quality_mode` — fast, balanced, high
- `template` (optional) — auto-apply template defaults
- `platform` (optional) — get platform-optimized recommendations
**Output:** estimated credits required.
### Smart size recommendations
Get platform-optimized size settings without guesswork.
```javascript
// 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, 1080x1080
- `instagram_story` — 9:16, 1080x1920
- `facebook_ad` — 1.91:1, 1200x628
- `twitter_card` — 1.91:1, 1200x628
- `linkedin_ad` — 1.91:1, 1200x627
- `blog_cover` — 1.91:1, 1200x630
- `youtube_thumbnail` — 16:9, 1280x720
- `app_store` — 16:9, 1920x1080
### Generate images
Execute generation with your approved prompt and budget.
**Input:**
- `prompt` — rewritten or custom
- `use_case`
- `template` (optional) — apply template defaults
- `platform` (optional) — use platform-optimized settings
- `aspect_ratio`
- `resolution`
- `quality_mode`
- `count`
- `auto_poll` (optional)
**Output:** generation request submitted.
### Poll image results
Check status and download completed images.
**Input:**
- `request_id`
**Output:** image URLs or download ready.
---
## Templates — One-line setup
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:**
```javascript
// Use template
generate_image({ template: "ecommerce", ... })
// Use template + override specific settings
generate_image({
template: "ad",
aspect_ratio: "16:9", // Override template default
...
})
```
---
## Best for
| 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 |
---
## Good fit
Use this skill when:
- You need **usable images fast**, not artistic exploration
- You want **cost predictability** before generation
- You're building an **agent workflow** that needs image generation
- You want to **skip manual model selection** and prompt tuning
- You're producing **marketing assets** (landing, blog, ads, ecommerce)
- You want **smart defaults** without guessing platform specs
---
## Not a good fit
This v1 is **intentionally not** designed for:
- video generation
- music/audio generation
- complex multi-step creative pipelines
- large-scale brand asset management systems
- creator studio workflows with collaboration features
**For those, consider full creative platforms instead.**
---
## Reality check
This is:
- soft launch
- early-access
- image-only v1
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.
---
## Pricing
- **Free:** prompt rewrite, routing help, cost estimate, size recommendations
- **Paid:** image generation via Rynjer credits or API access
---
## Positioning
Rynjer is **not** a generic creative playground or full studio platform.
It is a **business-facing image generation entry point** focused on:
- low-friction execution
- predictable cost
- smart defaults (templates + platform recommendations)
- default routing over manual model-picking
- repeatable, workflow-ready use
**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.**Related Skills
alphashop-image
AlphaShop(遨虾)图像处理 API 工具集。支持11个接口:图片翻译、图片翻译PRO、 图片高清放大、图片主题抠图、图片元素识别、图片元素智能消除、图像裁剪、 虚拟试衣(创建+查询)、模特换肤(创建+查询)。 触发场景:图片翻译、翻译图片文字、放大图片、高清放大、抠图、去背景、 检测水印/Logo/文字、消除水印、去牛皮癣、裁剪图片、虚拟试衣、AI试衣、 模特换肤、换模特、AlphaShop图像、遨虾图片处理。
image-gen
Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".
minimax-imagegen
Expert image generation skill using MiniMax image-01. Use this skill ANY TIME the user asks to create, generate, make, or produce an image, visual, graphic, banner, illustration, icon, screenshot mockup, hero image, thumbnail, social media asset, app icon, website visual, or any other image — even if they just say "make me a picture of X." This skill should also trigger when the user asks to improve or iterate on a previous image prompt, or when image output would enhance a task (e.g., "I need a hero image for my blog post"). Covers all use cases: website assets for tonyreviewsthings.com and tonysimons.dev, app/software media, marketing visuals, social media content, UI mockups, character/portrait generation, and general creative requests.
image-to-editable-ppt-slide
Rebuild one or more reference images as visually matching editable PowerPoint slides using native shapes, text, fills, and layout instead of a flat screenshot. Use when the user wants an image, flowchart, infographic, dashboard, process diagram, or designed slide converted into an editable PPT/PPTX deck that stays editable and closely matches the source.
openrouter-image-generation
Generate or edit images through OpenRouter's multimodal image generation endpoint (`/api/v1/chat/completions`) using OpenRouter-compatible image models. Use for text-to-image or image-to-image requests when the user wants OpenRouter, `OPENROUTER_API_KEY`, model overrides, or provider-specific `image_config` options.
PDF Generation Skill
**Purpose:** Generate professional PDFs from HTML/CSS without whitespace gaps or layout issues.
save-article-with-images
Save web articles locally with images. Automatically downloads images, generates Markdown, and converts to PDF. Supports WeChat Official Account articles via subagent isolation. Triggers: save article, save this article, download article, clip article, wechat article.
blog-image-claw-skill
Generate ai blog image generator images with AI via the Neta AI image generation API (free trial at neta.art/open).
image-review
用户说评价、改进、优化图片时触发。
generate-image
用户请求画图时触发。
modelscope-image-gen
通过魔搭社区(ModelScope) API 生成图片。先使用 --list-models 查看可用模型,然后根据用户需求由 AI 生成专业的提示词,最后调用 API 生成图片。支持 Kolors、Stable Diffusion XL、FLUX 等多种文生图模型。当用户需要使用魔搭社区、ModelScope 或中文 AI 模型生成图片时使用此技能。
keevx-image-to-video
Use the Keevx API to convert images to videos. Supports multiple models (V/KL), various resolutions (720p/1080p/4K), and audio generation. Use this skill when the user needs to: (1) Convert images to video (2) Generate video with Keevx (3) Create and query image-to-video tasks (4) Batch image-to-video conversion. Keywords: image to video, Keevx, video generation.