Sandbox execution
Skills can declare hosted scripts in plugin.json with runtime sandbox or container. Skillist runs these in isolated sandboxes on the API worker.
Requirements
Section titled “Requirements”- Signed-in Skillist account
- Skill visibility that permits your org membership (public skills allow any authenticated user to run)
Anonymous sandbox runs return 401 Unauthorized.
skillist run skillist/web-perf-audit --script scripts/auditWeb UI
Section titled “Web UI”Skill detail pages include a Run card when the skill has sandbox scripts. Sign in to enable the run button.
POST https://skillist.dev/{org}/{repo}/runGET https://skillist.dev/{org}/{repo}/scriptsGET https://skillist.dev/{org}/{repo}/runsSame paths work on api.skillist.dev. Requires session auth or API key. See API docs for request body and streaming responses.
See also Delivery URLs for the full apex path map.
Output
Section titled “Output”Runs stream stdout/stderr over SSE. History is available in the dashboard for authenticated users.
Policy
Section titled “Policy”Org admins can configure execution policy (quotas, allowed runtimes) in governance settings.