AD
OpenClaw logo

OpenClaw

Free🇦🇹Pre-Revenue

The open-source AI agent that lives in your messaging app and actually does things

83

Overall score

8

Heat score

Pricing

Free / Open Source$0 — MIT License, completely free

Technical Specs

Inputs

Natural Language Text Command, Scheduled Cron Trigger, Webhook Event, Email, Calendar Event, File, API Response, Browser Input

Outputs

Task Completed, File Created Or Modified, Email Sent, Calendar Event Booked, Code Executed, API Call Made, Automated Report, Browser Form Filled, Agent-Written Skill

AI Type

Agentic AI

Model Architecture

Custom/Proprietary

Daily Prompts

N/A

Context Length

N/A

Output Quality

Accuracy

91%

Content

88%

Reasoning

93%

Company Profile

Company

OpenClaw Foundation (OpenAI-backed)

Founded

2025

HQ

Vienna, Austria (origin) / San Francisco, California, USA (OpenAI-backed foundation)

Employees

4

Total Raised / Total Funding

N/A

Revenue

N/A

Valuation

N/A

ARR

N/A

CEO

Peter Steinberger (founder, now at OpenAI)

Overview

Estimated Paid Users

N/A

Current estimate

Total Earnings Till Date

N/A

No monthly delta yet

Market Share

N/A

Current share

Average Session

60

Per active user

Hallucination Rate

22%

Model quality signal

Growth Rate

N/A

Monthly active users

Burn Rate

N/A

Total expenses / years active

Paid User Gain

N/A

Monthly paid user trend

Performance Metrics

Accuracy

91%

Context

88%

Reasoning

93%

Safety

52%

Benchmarks

No benchmark scores available.

OpenClaw Models

No model/version data available.

Funding Rounds & Investors

Total Funding

N/A

Rounds

0

No funding rounds available.

Founders/Team

PS

Peter Steinberger

Creator & Founder (now at OpenAI)

Direct competitors

No direct competitors available.

Change Log / Major Updates

2026 · Feb 1

ClawHub launches as the official community marketplace for OpenClaw skills, enabling community-built plugins. Thousands of skills are submitted within days. Security researchers begin flagging unvetted skills performing data exfiltration and prompt injection.

2026 · Feb 15

Peter Steinberger announces he is joining OpenAI. The project moves to an independent open-source foundation backed by OpenAI. Sam Altman confirms publicly. GitHub stars cross 234,000. OpenClaw continues as MIT-licensed community project.

2026 · Mar 17

Jensen Huang announces NemoClaw at NVIDIA GTC 2026 — a hardened reference architecture for OpenClaw featuring the OpenShell runtime, network guardrails, a privacy router, and sandboxed agent execution. Huang describes OpenClaw as 'probably the single most important release of software ever.' Tencent announces full OpenClaw integration with WeChat.

Compliance, Integrations & Support

Industry: Not specified

Compliances: Not specified

Integrations: WhatsApp, Telegram, Discord, Slack, Signal, iMessage, Claude API, OpenAI GPT-4o, DeepSeek, Google Gemini, Ollama, ClawHub, GitHub, DigitalOcean, AWS Lightsail, Cloudflare Workers, Tencent Cloud, NemoClaw (NVIDIA), Moltbook, WeChat, OpenAI

Support:help center, community discord, github issues, open source foundation support

Target audience: Developers, Power Users, Indie Hackers, AI Enthusiasts, DevOps Engineers, Automation Builders, Researchers, Enterprise IT Teams, Students, Early Adopters

Supported languages: English, German, Chinese, Japanese, Korean, French, Spanish, Portuguese, Arabic, Russian

OpenClaw Acquisitions

OF

OpenClaw Foundation

February 15, 2026

N/A

AD

Reviews & Rating

0 reviews

No reviews yet

Be the first to share how OpenClaw performs for your workflow.

0.0

Accuracy

0.0

Ease of Use

0.0

Output Quality

0.0

Security

0.0

More About OpenClaw

In November 2025, Peter Steinberger — the Austrian developer best known as the founder of PSPDFKit, a PDF SDK company he ran for 13 years — pushed a weekend project to GitHub. He called it Clawdbot. It could receive a message on WhatsApp or Telegram and do something: book a meeting, triage an email, run a script, browse the web. Not discuss doing those things. Actually do them. In the weeks that followed, almost nothing happened. Then, in late January 2026, everything happened at once.

Within 72 hours of a viral Reddit and Hacker News moment, OpenClaw (by then renamed from Moltbot after Anthropic applied trademark pressure to the Clawdbot name) crossed 60,000 GitHub stars. Within two months it had passed 250,000 — surpassing React's star count, a milestone React had taken over a decade to accumulate. NVIDIA CEO Jensen Huang called it at GTC 2026 "probably the single most important release of software, you know, probably ever" and said OpenClaw was running throughout NVIDIA, from writing code to developing tools. On February 15, 2026, Sam Altman posted on X: "Peter Steinberger is joining OpenAI to drive the next generation of personal agents" — 46,600 likes within hours. OpenClaw moved to an OpenAI-backed open-source foundation, remaining free and MIT-licensed. The man who built it in a weekend was now working at the world's most valuable AI company to figure out what the world's most viral AI agent could become.

What made OpenClaw different from the 200 agent projects that preceded it and failed? Three things, in the words of O'Reilly analyst Mike Loukides: proximity (it lives where you already communicate — WhatsApp, Slack, Signal — not in a new app you have to open), proactivity (the heartbeat engine uses cron jobs to run tasks on a schedule, so the agent doesn't wait to be asked — it initiates), and extensibility (the ClawHub plugin ecosystem lets the community write and share "skills," and agents can write their own new skills autonomously). None of these pieces were individually new. Steinberger wired them together at the exact moment the underlying models — Claude 3.7 Sonnet, GPT-4o, DeepSeek V3 — were capable enough to execute reliably on multistep plans without getting stuck in loops. The combination created something that felt qualitatively different from anything that had come before. NVIDIA's Huang framed it precisely: "Claude Code and OpenClaw have sparked the agent inflection point, extending AI beyond generation and reasoning into action." The security chapter has been equally dramatic: a ClawHub skill was found performing data exfiltration and prompt injection; 30,000+ instances were exposed to remote takeover in a single vulnerability; Cisco called it "a security nightmare"; Gartner called its design "insecure by default"; China's government restricted state agencies from running it; and one of OpenClaw's own maintainers warned on Discord that it was too dangerous for anyone who couldn't understand a command line. NVIDIA's response was NemoClaw — a hardened reference architecture with OpenShell runtime, network guardrails, and a privacy router — a tacit acknowledgment that the infrastructure needed around OpenClaw was becoming as important as OpenClaw itself.

OpenClaw FAQ's

Is OpenClaw safe to use?

OpenClaw requires root-level system access by design and carries significant security risks if misconfigured. Gartner has called its default design insecure, and Cisco identified data exfiltration vulnerabilities in third-party ClawHub skills. NVIDIA's NemoClaw provides a hardened reference architecture with OpenShell runtime and privacy guardrails. Advanced users should restrict filesystem permissions, sandbox the gateway, audit every skill before installing, and consider cloud deployment via DigitalOcean or AWS Lightsail rather than running directly on a personal machine. OpenClaw's own maintainer Shadow warned: if you can't understand how to run a command line, this is too dangerous for you to use safely.

Does OpenClaw work with Claude / ChatGPT / DeepSeek?

Yes. OpenClaw is model-agnostic and works with any LLM you bring an API key for — including Claude (Anthropic), GPT-4o (OpenAI), DeepSeek V3, Google Gemini, Mistral, and local models via Ollama. You configure your preferred model in the settings file. Most power users run Claude 3.7 Sonnet for complex reasoning tasks and a lighter model for background scheduling tasks.

What is ClawHub?

ClawHub is OpenClaw's community skill marketplace — a repository of modular plugins (called skills) that extend what the agent can do. Skills range from browser automation and API integrations to custom workflows and domain-specific tools. The community has published thousands of skills since launch. Note: ClawHub skills are community-contributed and not vetted by the OpenClaw Foundation — always audit skills before installing.

What happened when OpenAI acquired OpenClaw?

Peter Steinberger announced on February 15, 2026 that he was joining OpenAI. Sam Altman confirmed the hire publicly, calling Steinberger a genius. OpenClaw was moved to an independent open-source foundation backed by OpenAI, remaining MIT-licensed and community-maintained. The codebase, ClawHub, and all existing functionality continue to operate as before — OpenAI's involvement is primarily as a sponsor of the foundation and as Steinberger's employer for next-generation agent development.

What is the heartbeat engine?

The heartbeat engine is OpenClaw's proactive scheduling system — a cron-job-based mechanism that runs tasks on a defined schedule without waiting for user input. For example: check email every morning at 6am, draft replies, send summaries to your Slack. This proactive architecture is one of the key design decisions that differentiated OpenClaw from reactive agent projects — the agent initiates contact rather than waiting to be asked.