Tools & Automation

AI Cloud Computer

Your own Linux machine in the cloud. Persistent, sandboxed, yours.

Every MoClaw account gets a private cloud machine with a real filesystem, a shell, a browser, and persistent state. Files you upload, jobs you run, browsers you log in to all live in your machine and stay across sessions. The AI uses it as its workspace; you can SSH in any time.

工作方式

3 步接入 AI Cloud Computer,无需工程配置。

  1. 1

    Drop a file anywhere

    Drag a PDF into chat, paste a CSV into the editor, or sync a folder via the desktop app. It lands in /home/you/ on your machine.

  2. 2

    Let the AI work

    When the model needs to run a script, install a package, parse a 500MB log, or open a browser, it does it on your machine. State persists across chats.

  3. 3

    Open a terminal yourself

    Settings then Cloud Computer then Open Shell gives you a real bash prompt over the web. Same files, same packages, same browser sessions.

可以这样说

可以直接复制到 AI Cloud Computer 的真实 prompts。

  • Install pandas and matplotlib, then plot the trends in this 200MB CSV.
  • Clone github.com/myorg/myrepo into ~/projects, run the test suite, and commit a fix for the failing one.
  • Set up a long-running watcher that tails /var/log/incoming.log and pings me on any ERROR line.

分步演示

发送 prompt 后实际会发生什么。

Prompt 01 4 步

“Install pandas and matplotlib, then plot the trends in this 200MB CSV.”

MoClaw 会做什么

  1. 1 Uploads the CSV to ~/data/q4-orders.csv on your cloud computer.
  2. 2 Runs pip install pandas matplotlib in the persistent venv. Already installed from last time, hits cache and takes 2 seconds.
  3. 3 Writes plot.py with a pandas read plus a matplotlib bar chart of orders by region.
  4. 4 Renders plot.png at 1200×800 and inlines it in the chat.
结果

You get a chart in the thread plus a link to ~/data/plot.png. The CSV stays in your cloud computer; ask in 3 weeks 'rerun the same chart with the new file' and it picks up where it left off.

FAQ

关于价格、隐私和限制的快速回答。

Is the cloud computer always running?
It sleeps when idle. Files persist; running processes don't. Long-running jobs should use scheduled tasks (Cron) or the long-running process API, both of which keep state across sleeps.
How much storage do I get?
10GB on free, 100GB on paid, 1TB on team plans. Soft limits — exceed them and the system asks before paying for more.
Can I install whatever I want?
Yes — apt, pip, npm, brew, cargo, anything. Some sysadmin actions (systemd, kernel modules) are sandboxed off.
Can I SSH from my own laptop?
Yes. Settings then Cloud Computer then SSH Key gives you a key pair and a hostname. ssh -i mykey you@cloud.moclaw.ai works out of the box.
What about privacy?
Your machine is encrypted at rest, isolated per-account, and we don't read its contents. The AI sees only what your chat session asks it to access.

免费试用 MoClaw。

每月 1,000 credits,或者 自带 API Key 获得无限用量。

随时取消