Generate artist-backed illustrations by Antekirt
Analysis
The skill appears to be a straightforward Antekirt API client, but it will use your Antekirt API key and can spend account credits when generating images, SVGs, or videos.
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.
**Cost:** 3 credits per image. ... **Cost:** 5 credits. ... **Cost:** 25 credits.
The skill exposes commands that submit generation, SVG, and video jobs that consume account credits. The costs are disclosed and aligned with the purpose.
Source: unknown; Homepage: none
The registry information does not provide an upstream source or homepage to verify publisher provenance, although the included script itself is visible in the artifacts.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
const API_KEY = process.env.ANTEKIRT_API_KEY; ... headers: { 'x-api-key': API_KEY, 'content-type': 'application/json' }The skill authenticates API requests with the user's Antekirt API key. This is expected for the service, but it grants account-level access for supported Antekirt actions.
