skills/blox/SKILL.md
Delegate work to cloud workstations. Use when the user wants to offload, dispatch, launch, provision, manage, or develop on a remote cloud workstation, or run commands and execute prompts on a cloud workstation.
npx skillsauth add abhiroopb/synthetic-mind bloxInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manage remote development workstations using a CLI tool. Workstations are cloud environments backed by git repos where you can run agent prompts, execute commands, and develop remotely.
STOP if the cloud workstation CLI is not installed or available. See SETUP.md for installation.
ws start my-feature org/my-service
ws prompt my-feature "Add input validation to the CreateUser endpoint"
ws diff my-feature
ws delete my-feature
ws exec my-feature make test
ws commands my-feature
ws output my-feature <process-id>
ws get-file my-feature src/main.go
ws start <name> <git-repo>
<name> is a human-readable identifier, <git-repo> is the repository to clone (e.g. org/my-service).
To start from a specific branch, append ?ref=<branch>:
ws start my-ws "github.com/org/my-repo?ref=feature-branch"
Run the presetup command first if you've never created a workstation before (creates your namespace).
Execute an agent prompt on a workstation:
ws prompt <name> "<prompt>"
ws exec <name> <command> [args...]
Use ws run instead for quick commands that don't need to be persisted.
ws commands <name>
ws output <name> <process-id>
Aliases: ws cmds, ws ps
ws get-file <name> <path>
ws get-file <name> config.yaml -o local-config.yaml
ws list # list workstations (alias: ls)
ws info <name> # detailed status
ws resume <name> # resume suspended workstation
ws delete <name> # permanently remove
ws ssh <name> # SSH (not supported on k8s, use web terminal)
ws diff <name> # git diff since checkout
Start a bidirectional JSON-RPC session with an agent on the workstation:
acp <name>
See references/commands.md for the full command reference and troubleshooting.
testing
Track TV shows and movies with Trakt.tv. Search, get watchlist, history, up-next, recommendations, trending, calendar, ratings, stats, add/remove from watchlist, mark watched, rate, and check in. Use when asked about what to watch, TV shows, movies, watch history, or Trakt.
development
Send and receive SMS messages via Twilio API. Used for text message notifications, forwarding important alerts, and two-way SMS communication.
documentation
Organizes files in the local Downloads folder into proper folders. Use when asked to organize, sort, or file downloaded documents.
tools
Book and manage appointments on Sutter Health MyHealth Online portal. Uses browser automation via Playwright MCP to interact with the patient portal.