Ai Image Generation
Analysis
This is a straightforward image-generation CLI skill, but it requires installing an external package and using a paid-service API key.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
ai-media image generate --model <MODEL> --prompt <PROMPT>
The skill directs the agent/user to run a CLI command that submits image-generation jobs to an external service; this is expected for the stated purpose.
node | package: ai-media-generator | creates binaries: ai-media
The skill relies on an external Node package to provide the executable used by the workflow.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
AI_MEDIA_BASE_URL
- AI_MEDIA_API_KEYThe skill requires an API key and base URL for the external image service, and also instructs users to configure the key with the CLI.
