AI Bikini Model – CLI-powered

v1.0.0

AI bikini model — transform a person photo into a bikini model image or video

0· 54·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, and runtime instructions consistently require the weshop CLI and a WESHOP_API_KEY; those are the expected resources to call an external image-generation API.
!
Instruction Scope
The SKILL.md instructs use of an image/video generation command and only references the WESHOP_API_KEY and input image paths. However, the default prompt explicitly asks to 'naturally undress' subjects — the instructions contain no requirement to verify consent, age, or legality of source images. That is an operational/ethical risk (not a technical incoherence), and you should ensure images are used legally and with consent before running the tool.
Install Mechanism
This is an instruction-only skill that tells users to install the weshop-cli via 'npm install -g weshop-cli' (public npm/GitHub). Installing a global npm package is a common mechanism but carries the usual supply-chain risk; the registry metadata contains no install spec so the package would be obtained at install time — verify the npm package and GitHub repo yourself before installing.
Credentials
Only a single API key (WESHOP_API_KEY) is required which matches the skill's need to call the external API. The SKILL.md explicitly warns not to pass the key on the command line and says the CLI sends keys only to openapi.weshop.ai — users should still confirm the domain and protect the key.
Persistence & Privilege
The skill does not request persistent installation privileges, does not set always:true, and is instruction-only (no code dropped to disk by the skill itself). Autonomous invocation is allowed (platform default) but not combined with other privilege escalation signals.
Assessment
This skill appears coherent for calling WeShop's ai-bikini-model via the weshop CLI and needs only your WESHOP_API_KEY. Before installing or using it: (1) verify the weshop-cli npm package and GitHub repository are legitimate; (2) never paste your API key into prompts or CLI arguments—set it as an environment variable; (3) be aware of legal and ethical risks: the default prompt sexualizes real people and the skill does not enforce consent or age checks—do not generate images or videos of people without explicit, lawful consent; (4) if you do not trust the external service or the npm package, do not install/run it. If you want additional assurance, provide the weshop-cli package URL or checksum and I can point out any red flags there.

Like a lobster shell, security has layers — review code before you run it.

latestvk971mwc24ha72pcvbk820s92d184k9pv

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

EnvWESHOP_API_KEY
Primary envWESHOP_API_KEY

Comments