skill-as-a-service
Installation
SKILL.md
Skill-as-a-Service API
Spawn coding agent tasks in the cloud via API. Each task gets its own isolated VM with skills pre-installed.
Before You Start
Check that REBYTE_API_KEY is set:
echo "$REBYTE_API_KEY"
If empty, ask the user for their API key (get one at https://app.rebyte.ai/settings/api-keys), then:
export REBYTE_API_KEY="rbk_..."