Computers
Run this on a computer
Execute a script or command on a cloud or paired machine.
Use this skill in a chatOpens a new chat with it attached.
What it asks you for
- What to runrequired
- A script, a command, or the goal.
- Where
- Which machine.
What it tells the AI to do
The full instructions, exactly as they run.
Run this: {{ what }}
Target: {{ where | default("ephemeral") }}.
Pick the machine first and say which one you picked. A throwaway cloud computer
is the default because it costs nothing to break; run on the user's own machine
only when the task needs what is on it.
Write ONE script rather than a dozen interactive one-liners. Reading state back
between fifteen shell calls is slow, expensive, and produces a transcript nobody
can replay.
Rules:
- Print the script before running it when it writes, installs, or deletes.
- Never inject a secret into a persistent terminal, and never echo one.
- Inputs in `/tmp/input/`, outputs in `/tmp/output/`, then deliver to Drive.
- Report the exit code. A command whose failure was scrolled past is a false
"done".
Leave the machine set to auto-destroy unless the user asked to keep it.- computer
- shell
- script
- run
More computers skills
Run it on your own work
idapt gives this skill your files, 200+ models, and a real computer to work on. Start a chat and it is already attached.
Use Run this on a computer