ML Claw

Your own AI agent on Hugging Face.

ML Claw deploys an OpenClaw agent to a private Hugging Face Space, with durable state in a private Storage Bucket and sign-in through Hugging Face OAuth.

npx mlclaw@latest bootstrap

Private by default

Your agent runs in a private Hugging Face Space behind Hugging Face OAuth. The browser never receives an OpenClaw gateway token.

Durable state

Agent state lives in a private Storage Bucket, so conversations and configuration survive Space restarts and rebuilds.

Your token stays yours

An isolated broker holds your real Hugging Face token. The agent only gets a limited credential with typed, policy-checked access.

How it works

  1. Bootstrap

    Run one command. It creates the Space, the Storage Bucket, and the secrets for you.

  2. Sign in

    Open your Space and sign in with your Hugging Face account.

  3. Chat

    Use your OpenClaw agent from any browser, on any device.