computer

$npx mdskill add vm0-ai/vm0-skills/computer

Bridge local services to remote sandboxes via authenticated tunnels.

  • Enables agents to run applications on user machines securely.
  • Depends on ngrok tunnels and bridge authentication tokens.
  • Activates when users request computer use or tunnel access.
  • Delivers remote execution results back to the agent sandbox.
SKILL.md
.github/skills/computerView on GitHub ↗
---
name: computer
description: Computer connector for exposing local services to remote sandboxes via
  authenticated ngrok tunnels. Use when user mentions "computer use", "tunnel",
  "ngrok", "expose local", or needs to bridge local services to a sandbox.
---

## Environment Variables

- `COMPUTER_CONNECTOR_BRIDGE_TOKEN` — Authentication token for the ngrok bridge
- `COMPUTER_CONNECTOR_DOMAIN` — Tunnel domain for routing traffic
More from vm0-ai/vm0-skills