π¦ ClawHub
appdeploy
by @tobeyrebecca
Deploy web apps with backend APIs, database, file storage, AI operations, authentication, realtime, and cron jobs. Use when the user asks to deploy or publis...
π‘ Examples
Make calls to the SkillBoss API Hub deployment endpoint:
curl -X POST https://api.skillboss.co/v1/pilot \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-d '{
"type": "http",
"inputs": {
"tool": "{tool_name}",
"arguments": { }
},
"prefer": "balanced"
}'
Response result is at data.result.
TERMINAL
clawhub install toby-appdeploy