Setup in OpenClaw
- Sign up at skillboss.co and create an API key.
- Configure OpenClaw to use the SkillBoss API endpoint:
https://api.skillboss.co/v1 - Set the model to
cloudflare/oss/assets - Run your first request — Assets is now available in OpenClaw.
Connect the Assets API to OpenClaw through SkillBoss — one API key, no provider lock-in. Starting at Free/request.
Use oss/assets to manage and retrieve network configuration files for AI agents. Ideal for automation workflows, infrastructure as code, and Claude Code-driven network deployments.
https://api.skillboss.co/v1cloudflare/oss/assetsCall Assets from OpenClaw using the SkillBoss unified API:
curl -X POST 'https://api.skillboss.co/v1/run' \
-H 'Authorization: Bearer $SKILLBOSS_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "cloudflare/oss/assets",
"inputs": {}
}'The same API key works with all 600+ models. Change the model parameter to switch instantly.
Sign up at skillboss.co, get an API key, and configure OpenClaw to use the SkillBoss API endpoint (https://api.skillboss.co/v1). Set the model to cloudflare/oss/assets and you're ready to go.
Assets costs Free/request via SkillBoss with pay-as-you-go billing. No subscription required.
Yes — SkillBoss provides a unified API compatible with OpenAI format. Change the model parameter to switch between 600+ models instantly without modifying your integration.