Back to skills
SkillHub ClubAnalyze Data & AIFull StackData / AI

volcengine-ai-image-generation

Image generation workflow on Volcengine AI services. Use when users need text-to-image, style variants, prompt refinement, or deterministic image generation parameters and troubleshooting.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3,108
Hot score
99
Updated
March 20, 2026
Overall rating
C0.0
Composite score
0.0
Best-practice grade
A92.0

Install command

npx @skill-hub/cli install openclaw-skills-volcengine-ai-image-generation

Repository

openclaw/skills

Skill path: skills/cinience/volcengine-ai-image-generation

Image generation workflow on Volcengine AI services. Use when users need text-to-image, style variants, prompt refinement, or deterministic image generation parameters and troubleshooting.

Open repository

Best for

Primary workflow: Analyze Data & AI.

Technical facets: Full Stack, Data / AI.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: openclaw.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install volcengine-ai-image-generation into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/openclaw/skills before adding volcengine-ai-image-generation to shared team environments
  • Use volcengine-ai-image-generation for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: volcengine-ai-image-generation
description: Image generation workflow on Volcengine AI services. Use when users need text-to-image, style variants, prompt refinement, or deterministic image generation parameters and troubleshooting.
---

# volcengine-ai-image-generation

Generate and iterate images with clear prompt structure and parameter controls.

## Execution Checklist

1. Confirm model/endpoint and output constraints (size, count, style).
2. Normalize prompt into subject, style, scene, lighting, camera terms.
3. Set generation parameters and run request.
4. Return image links/files with prompt and params.

## Prompt Structure

- Subject
- Composition
- Style
- Lighting
- Quality constraints

## References

- `references/sources.md`


---

## Referenced Files

> The following files are referenced in this skill and included for context.

### references/sources.md

```markdown
# Sources

- Volcengine image model API documentation
- Volcengine prompt and generation parameter guides

```



---

## Skill Companion Files

> Additional files collected from the skill directory layout.

### _meta.json

```json
{
  "owner": "cinience",
  "slug": "volcengine-ai-image-generation",
  "displayName": "Volcengine Ai Image Generation",
  "latest": {
    "version": "1.0.0",
    "publishedAt": 1770769446634,
    "commit": "https://github.com/openclaw/skills/commit/9ef1120772dd3a8e84f6d93bf5391c776dbbbeea"
  },
  "history": []
}

```

volcengine-ai-image-generation | SkillHub