CtrlK
BlogDocsLog inGet started
Tessl Logo

openai-image-gen

Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.

63

Quality

57%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./openclaw/skills/openai-image-gen/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

50%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is concise and identifies a clear, distinctive niche with specific capabilities (batch image generation, prompt sampling, gallery creation). However, it critically lacks any 'Use when...' guidance, making it harder for Claude to know when to select this skill. Some trigger terms like 'DALL-E' or 'image generation' that users would naturally use are missing.

Suggestions

Add a 'Use when...' clause such as 'Use when the user wants to generate multiple images in bulk, create an image gallery, or use the OpenAI/DALL-E API for batch image creation.'

Include common user-facing trigger terms like 'DALL-E', 'image generation', 'generate pictures', 'bulk images', or 'AI-generated images' to improve discoverability.

DimensionReasoningScore

Specificity

Lists multiple concrete actions: batch-generate images, random prompt sampling, and creating an index.html gallery. These are specific, actionable capabilities.

3 / 3

Completeness

Describes what the skill does but completely lacks a 'Use when...' clause or any explicit trigger guidance. Per the rubric, a missing 'Use when...' clause caps completeness at 2, and the 'when' is not even implied clearly, warranting a score of 1.

1 / 3

Trigger Term Quality

Includes some relevant keywords like 'images', 'OpenAI Images API', 'gallery', and 'batch-generate', but misses common user terms like 'DALL-E', 'image generation', 'create images', or 'bulk images'. Users may not naturally say 'batch-generate' or 'prompt sampler'.

2 / 3

Distinctiveness Conflict Risk

The combination of OpenAI Images API, batch generation, random prompt sampling, and HTML gallery output creates a very distinct niche that is unlikely to conflict with other skills.

3 / 3

Total

9

/

12

Passed

Implementation

64%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The skill provides good actionable examples with concrete, executable commands covering multiple models and configurations. Its main weakness is the verbose inline parameter reference that would be better as a separate file, and the lack of validation/error-handling guidance for what is essentially a batch API operation that costs money. The timeout warning is a nice practical touch.

Suggestions

Move the detailed model-specific parameters table to a separate REFERENCE.md file and link to it from the main skill, keeping only the most essential defaults inline.

Add error handling guidance: what to check if generation fails (API key, rate limits, invalid parameter combinations), especially since this is a paid API operation.

Remove explanatory phrases Claude already knows (e.g., 'hyper-real, dramatic' for vivid style, 'more natural looking' for natural) to improve conciseness.

DimensionReasoningScore

Conciseness

The model-specific parameters section is quite detailed and reference-like, which could be in a separate file. Some information (like explaining what 'vivid' and 'natural' styles mean) is unnecessary for Claude. However, the core run section is reasonably lean.

2 / 3

Actionability

Provides fully executable commands with concrete flags and examples. Multiple usage patterns are shown with copy-paste ready commands, including model-specific examples and useful flag combinations.

3 / 3

Workflow Clarity

The workflow is essentially a single command invocation, which is clear. However, there's no validation or error handling guidance — no mention of what to do if API calls fail, if the API key is missing, or if timeouts occur despite the timeout note. For a batch operation that could be costly, this is a gap.

2 / 3

Progressive Disclosure

The model-specific parameters section is extensive inline content that could be split into a reference file. The skill would benefit from a leaner overview with a link to detailed parameter documentation. Structure is decent with clear sections but the inline reference material bloats the main file.

2 / 3

Total

9

/

12

Passed

Validation

72%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation8 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

8

/

11

Passed

Repository
trpc-group/trpc-agent-go
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.