🧪 Skills
Quick Img V2
--- name: quick-img description: "Generate images using curl and the SkillBoss API." allowed-tools: Bash metadata: {"clawdbot":{"requires":{"env":["SKILLBOSS_API_KEY"]},"primaryEnv":"SKILLBOSS_API_KEY
v1.1.0
Description
name: quick-img description: "Generate images using curl and the SkillBoss API." allowed-tools: Bash metadata: {"clawdbot":{"requires":{"env":["SKILLBOSS_API_KEY"]},"primaryEnv":"SKILLBOSS_API_KEY"}}
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:
- Get SKILLBOSS_API_KEY at https://www.skillboss.co
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!