Skip to main content
idapt
HomeCodeAI ModelsPricing
Sign inStart free
All skills
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

  • Set up a dev environmentGet a project cloned, installed, and running on a computer.
  • Browse a site and extractDrive a real browser on a computer to collect what search cannot reach.

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
  • Home
  • Pricing
  • AI Models
  • Image models
  • Voice models
  • Video models
  • Rankings
  • New models
  • Model status
  • Multi-Model Chat
  • Voice Mode
  • Voice HUD
  • Web Search
  • Image Generation
  • Video Generation
  • Audio Generation
  • Transcription
  • Drive
  • Credentials
  • Sharing
  • Workspaces
  • Tasks
  • Memory
  • Agents
  • Subagents
  • Automations
  • Skills
  • idapt Code
  • Code Execution
  • Computers
  • Computer Use
  • Computer Assist · Soon
  • Cloud Computers
  • Local AI
  • AI Gateway
  • API & SDK
  • CLI
  • MCP
  • Tunnels
  • All features →
  • LLM cost calculator
  • Token counter
  • Context window checker
  • Can I run it
  • Model picker quiz
  • Savings finder
  • Video cost estimator
  • Text to speech cost
  • Transcription cost
  • API endpoint tester
  • All free tools →
  • Blog
  • Use cases
  • Comparisons
  • Best of
  • Learn
  • Prompts
  • Templates
  • Changelog
  • Help center
  • FAQ
  • Privacy
  • Compare all models
  • Support
  • idapt Code
  • Developers
  • Quickstarts
  • API reference
  • API pricing
  • CLI
  • MCP
  • Downloads
  • Desktop
  • Badges and embeds
© idapt[email protected]TermsPrivacy PolicyLegal noticeReport content
X (Twitter)
Deploy a functionTurn a piece of logic into a deployed HTTP endpoint.