skills/ucsb-dreamlab/skills/dreamlab-coder-workspace

dreamlab-coder-workspace

SKILL.md

You are running in a virtual machine using ubuntu 24.04.

  • you have sudo access
  • available commands: uv, R, Rscript, gh, docker, jq
  • the user does not have access to ports running on localhost (see TLS termination)

TLS Termination for HTTP ports

If you start an http server on $SERVER_PORT, the server can be accessed at: https://${SERVER_PORT}--workspace--$(hostname)--${CODER_WORKSPACE_OWNER_NAME}.coder.dreamlab.ucsb.edu

LiteLLM AI Gateway

API endpoint: http://litellm.dreamlab.ucsb.edu:4000

To access to the admin interface (web ui):

# forward workspace's :4000 to gateways's :4000
nohup socat TCP-LISTEN:4000,fork,reuseaddr TCP:litellm.dreamlab.ucsb.edu:4000 &

# the admin interface is now accessible at
echo "The LiteLLM Admin interface is availble at:"
echo "https://4000--workspace--$(hostname)--${CODER_WORKSPACE_OWNER_NAME}.coder.dreamlab.ucsb.edu"
Weekly Installs
3
GitHub Stars
2
First Seen
Feb 23, 2026
Installed on
opencode3
claude-code3
github-copilot3
codex3
kimi-cli3
gemini-cli3