Creator of OpenClaw & Agent Engineer |OpenAI
Creator of OpenClaw (356K+ stars), the open-source AI personal assistant that became one of the fastest-growing projects in GitHub history. Previously founded PSPDFKit (1B+ devices, exited 2021). Joined OpenAI in Feb 2026 to build personal agents for everyone. Self-described 'Clawdfather' who advocates for agentic engineering and owns-your-data AI.
GitHub · 34 repos · 381.9k stars
Videos










Biography
Peter Steinberger is an Austrian software engineer, entrepreneur, and the creator of OpenClaw, one of the fastest-growing open-source projects in GitHub history. Born in rural Upper Austria, he became obsessed with computers at age 14 and went on to study Software Engineering & Internet Computing at TU Wien, where he launched the university's first Mac and iOS developer course. In 2011, while waiting for a U.S. work visa, he co-founded PSPDFKit with Martin Schurrer, bootstrapping a PDF rendering SDK that grew to power document workflows at Dropbox, Lufthansa, IBM, and apps used by nearly one billion people. The company raised over EUR 100M from Insight Partners in October 2021 and later rebranded as Nutrient. After exiting PSPDFKit, Steinberger spent three years away from coding, recovering from severe burnout he described as 'complete identity loss, not just fatigue.' In late 2024 he discovered AI-assisted development and called it his 'holy f--- mind-blowing moment.' In November 2025, he built a one-hour prototype connecting WhatsApp to Claude's API that became Clawdbot. The bot autonomously added voice message support by inspecting file headers and routing audio through ffmpeg and Whisper. After a polite trademark concern from Anthropic, the project was renamed MoltBot and then OpenClaw. Within three months it reached over 200,000 GitHub stars and two million visitors in a single week, making it one of the fastest growth curves in GitHub history. OpenClaw's architecture reflects Steinberger's conviction that agents should run locally and meet users where they already are. The core runtime is written in TypeScript, with Swift modules handling macOS-native capabilities like screen capture (Peekaboo) and GUI automation. Platform connectors for WhatsApp, Telegram, Discord, and Signal forward messages to a central orchestrator that selects the appropriate LLM, constructs the context window, and invokes skills via function calling. Skills are TypeScript modules that export tool definitions with JSON Schema parameter validation, giving the agent the ability to manage email, control browsers, run shell commands, schedule workflows, and triage pull requests. Steinberger also built an ecosystem of MCP (Model Context Protocol) tools — Peekaboo for screenshots, Terminator for terminal management, Conduit for networking, and Automator for GUI interaction — and published an influential 'MCP Best Practices' guide. The OpenClaw ecosystem is designed as a set of composable layers. OpenClaw itself is the core agent runtime. ClawhHub serves as the skill discovery and distribution layer, analogous to npm for agent capabilities, where the community contributes and installs skill packages. Lobster is a typed, local-first workflow shell that composes skills into pipelines — enabling complex multi-step automations such as email triage into calendar scheduling into Slack notifications to be defined declaratively and executed in a single invocation. ACPX provides a headless CLI client for the Agent Client Protocol, enabling programmatic, stateful interaction with agents from scripts, CI pipelines, and external orchestrators. Deployment options include Docker-based self-hosting via OpenClaw Ansible (with Tailscale VPN and UFW firewall), declarative NixOS modules, and direct local installation. On February 14, 2026, Steinberger announced he was joining OpenAI to 'build an agent that even my mum can use,' rejecting offers from Meta where Zuckerberg had reached out personally. OpenClaw transitioned to an independent open-source foundation sponsored by OpenAI. Today the project has over 356,000 GitHub stars and a thriving ecosystem. Steinberger describes himself as the 'Clawdfather' and advocates for 'agentic engineering' over 'vibe coding,' emphasizing that AI replaces repetitive plumbing while developers become architects, editors, and prompt engineers. His daily workflow involves running 3-8 parallel AI coding agents in a 3x3 terminal grid, dictating prompts by voice via Wispr Flow, and merging 600+ commits daily — treating every new project as a CLI first so agents can call it directly and verify output, closing the feedback loop.
Open-source, MIT-licensed AI personal assistant running locally on any OS. Built with a TypeScript core runtime and Swift modules for macOS-native capabilities (screen capture, GUI automation). Platform connectors for WhatsApp (web protocol), Telegram (Bot API), Discord (gateway), and Signal route messages to a central orchestrator that selects the LLM and invokes skills via function calling. Skills are TypeScript modules with JSON Schema parameter validation, enabling email management, browser control, shell commands, workflow scheduling, and PR triage. Local-first by design: all data and processing stays on the user's machine. 356K+ GitHub stars, 72K+ forks, 19K+ org followers.
Community-driven skill directory and distribution layer for OpenClaw, analogous to npm for agent capabilities. Skills are TypeScript modules that export tool definitions with JSON Schema parameter validation. Users discover, share, and install skill packages from the registry. Skills run with the same permissions as the agent process — no sandboxing, which Steinberger considers a feature for power users who understand the implications. The ecosystem has grown to thousands of community-contributed skills. 7.9K stars.
Headless CLI client for the Agent Client Protocol (ACP), enabling stateful, multi-turn agent sessions from the terminal. Unlike direct API calls, ACPX maintains session state including tool invocation history and conversation context, making sessions resumable and inspectable. Designed for programmatic agent control from scripts, CI pipelines, and external orchestrators — bridging the gap between interactive chat and fully automated agent workflows. 2.1K+ stars.
An OpenClaw-native workflow shell and typed, local-first macro engine. Lobster composes skills into pipelines where the output of one skill feeds into the next, enabling complex multi-step automations — such as email triage into calendar scheduling into Slack notifications — to be defined declaratively and executed in a single invocation. Workflows are typed so schema mismatches between pipeline stages are caught before execution. 1.1K+ stars.
CLI and Chrome Extension that summarizes any URL, YouTube video, podcast, or file. Point at content and get the gist. 5.5K+ GitHub stars, Steinberger's most-starred personal repo.
PDF rendering SDK co-founded in 2011, fully bootstrapped for 10 years. Powered document workflows at Dropbox, Lufthansa, IBM, and ran on 1B+ Apple devices. Raised EUR 100M+ from Insight Partners in 2021.
Automated, hardened OpenClaw installation with Tailscale VPN, UFW firewall, and Docker isolation for self-hosting. 557 stars.
NixOS packages and modules for declarative OpenClaw deployment, reflecting the project's strong Nix community. 644 stars.
My next mission is to build an agent that even my mum can use.
I could totally see how OpenClaw could become a huge company. And no, it's not really exciting for me.
Code is becoming an implementation detail... AI agents don't replace developers. They replace repetitive plumbing.
If you wake up in the morning, and you have nothing to look forward to, you have no real challenge, that gets very boring, very fast.
If you can't understand how to run a command line, this is far too dangerous of a project for you to use safely.
Whatever I wanna build, it starts as CLI. Agents can call it directly and verify output — closing the loop.
I launch Claude Code with --dangerously-skip-permissions, the flag that bypasses all permission prompts. Yes, a rogue prompt could theoretically nuke my system. After two months I've had zero incidents.
Don't read most of the code your agents write — know the structure, watch the stream, trust the model.
Research generated April 13, 2026