Use meta/meta-llama-3-8b-instruct to power AI agent conversations and automation tasks. Ideal for Claude Code integration, chatbots, and text processing workflows.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: replicate/background-remover
curl -X POST https://api.skillboss.co/v1/images/generations \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "replicate/background-remover",
"prompt": "A beautiful sunset"
}'