Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Quick Img V2

v1.1.0

Generate images using curl and the SkillBoss API.

0· 291· 2 versions· 0 current· 0 all-time· Updated 1h ago· MIT-0

Quick Image Generator

Generate images from text prompts using curl.

Generate

curl -s -X POST https://api.heybossai.com/v1/run \
  -H "Content-Type: application/json" \
  -d "{\"api_key\":\"$SKILLBOSS_API_KEY\",\"model\":\"mm/img\",\"inputs\":{\"prompt\":\"A sunset\"}}" \
  | node -e "let d='';process.stdin.on('data',c=>d+=c);process.stdin.on('end',()=>{const j=JSON.parse(d);console.log(j.image_url||JSON.stringify(j))})"

Check IP

node {baseDir}/scripts/hello.mjs

Notes:

Version tags

latestvk97bn87v77r5m2tcmj1r5d9z7d82ptmv

Runtime requirements

EnvSKILLBOSS_API_KEY
Primary envSKILLBOSS_API_KEY