# Generate Hosted Images With Agent Prompts

Agents need reliable image generation without local setup or provider keys. This skill guides Claude, Codex, and Claude Code through a hosted Image Skill CLI and API workflow.

## Install

```bash
npx skillstore add danielgwilson/image-generation
```

## Metadata

- Status: approved
- Slug: danielgwilson-image-generation
- Skillstore revision: r1
- Version status: missing
- Tree hash: 7ccd577a2a6725fb500618b89f5d1f421b438ae83a8973647b3596764c5fac94
- Author: danielgwilson
- GitHub username: danielgwilson
- License: MIT
- Repository: https://github.com/danielgwilson/image-skill-cli/tree/main/skills/image-generation
- Ref: 7e9e368dc1a370f2040369ebcd0db06d90cb48e5
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: confirmation\_required
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands, network, filesystem
- Quality score: 38
- Quality tier: warning
- Public page: https://skillstore.pages.dev/skills/danielgwilson-image-generation
- Manifest: https://skillstore.pages.dev/api/skills/danielgwilson-image-generation/manifest

## Capabilities

- Provides guide-mode and create commands for the image-skill CLI.
- Uses hosted Image Skill endpoints for prompt-to-image generation.
- Documents model, prompt, intent, and estimated cost parameters.
- Shows install commands for this intent skill and the canonical image-skill entry.
- Explains workspace HOME and CODEX\_HOME setup for writable Codex installs.
- Links to the hosted skill, LLM, CLI, and API contracts.

## Use Cases

- Create Product Concept Images: Generate hosted visual concepts from product prompts, with model settings and cost receipts for review.
- Add Image Output to Agent Workflows: Use repeatable CLI commands so agents can create, recover, and cite generated media during project work.
- Draft Campaign Visuals Quickly: Create illustration or product-image drafts without setting up separate provider accounts or local model servers.

## Prompt Templates

### Create a Simple Image

```
Use the image-generation skill to create a hosted image of [subject] in [style]. Keep spend under [amount] and return the image URL and receipt.
```

### Explore Style Options

```
Generate three prompt variations for [product or scene]. Use guide mode first, then create the best option only after I approve spend.
```

### Produce Product Visuals

```
Create hosted product images for [product]. Use [model], [aspect ratio], and [budget], then summarize URLs, costs, and prompts.
```

### Recover and Improve a Job

```
Find the previous Image Skill job for [project], recover the hosted media, create an improved version with [changes], and record feedback if a capability is missing.
```

## Limitations

- Requires network access to image-skill.com and api.image-skill.com.
- Depends on npm, npx, and remote packages at runtime.
- May incur media generation costs after user approval.
- Does not provide local or offline image generation.

## Best Practices

- Run guide mode first, and create images only after explicit spend approval.
- Review remote commands before execution, especially npx and data.next\_command.
- Keep prompts, job identifiers, URLs, and receipts in the project record.

## Anti Patterns

- Do not paste secrets or provider API keys into prompts or command arguments.
- Do not run remote-supplied commands without reading and approving them.
- Do not assume generated media is private or available offline.

## Security Audit

- Audited at: 2026-07-05T09:52:05.45\+00:00
- Summary: The skill is not a prompt-injection attempt, but it relies on external hosted services and several shell workflows. Real risks include npx execution of remote packages, global skill installation, remote-supplied next commands, hidden agent-state paths, and paid media generation.

## Stats

- Views: 0
- Downloads: 6
- Favorites: 0
- Popularity score: 0
