v2.0.0 — 16 Skills, 5+ Providers

OpenClaw Skills are
macOS-only.
Until now.

PCClaw brings 14 Windows-native skills to OpenClaw — screenshot, OCR, UI automation, clipboard, browser integration, task scheduling, local AI inference, file management, system diagnostics, speech (STT + TTS), notifications, and more. Plus a one-command installer.

irm openclaw.irisgo.xyz/i | iex

Run in PowerShell on Windows 10/11

The Skills Gap

OpenClaw has a rich macOS skill ecosystem. Windows had nothing. PCClaw fills the gap.

macOS (built-in) Windows (PCClaw)
Notes apple-notes, bear sticky-notes
Tasks apple-reminders ms-todo, google-tasks
Files win-files
System win-sysinfo (WMI)
Local AI win-ai-local (Ollama)
Notify osascript win-notify (WinRT)
Capture peekaboo win-screenshot
Clipboard pbcopy / pbpaste win-clipboard
Packages homebrew winget
OCR win-ocr (built-in)
UI Auto win-ui-auto (.NET)
STT win-whisper (GPU/NPU)
TTS say win-tts (SAPI 5)
Browser win-browser (Edge/Chrome)
Scheduler win-scheduler
Messages imsg — (coming soon)

16 Skills, Ready to Go

Install once, use everywhere. Zero dependencies on most skills.

🔔 win-notify

Native Windows toast notifications via WinRT API. No dependencies.

📦 winget

Search, install, upgrade software with Windows Package Manager.

📸 win-screenshot

Full screen, region, or window capture. Built-in .NET, zero setup.

📋 win-clipboard

Read/write clipboard — text, images, file lists. Built-in .NET.

🖱️ win-ui-auto

UI automation — inspect, click, type, manage windows. .NET + Win32.

👁️ win-ocr

Extract text from images. Multilingual, offline, built-in Windows OCR.

🎤 win-whisper

Local speech-to-text with Whisper. GPU/NPU accelerated.

🔊 win-tts

Text-to-speech via SAPI 5. Speak aloud or save WAV. Multilingual.

📁 win-files

Search, browse, manage files and folders. Disk info, recent files.

📌 sticky-notes

Read, search, create Windows Sticky Notes. Built-in SQLite access.

💻 win-sysinfo

CPU, RAM, GPU, NPU, battery, network, processes. WMI diagnostics.

🧠 win-ai-local

Local LLM inference via Ollama. Generate, chat, embeddings — on-device.

🌐 win-browser

Bookmarks, history, downloads from Edge/Chrome. Open URLs, search.

win-scheduler

Create scheduled tasks — reminders, daily routines, startup automation.

ms-todo cross-platform

Microsoft To Do via Graph API. The Windows counterpart to apple-reminders.

📝 google-tasks cross-platform

Google Tasks via REST API. Works on any platform with a Google account.

2 Minutes, Zero to Running

1

Run the Installer

One command in PowerShell. It installs Node.js, Git, and OpenClaw automatically if needed.

2

Pick Your LLM

Choose from 5+ providers — Claude, GPT, Gemini, GLM, or your local Ollama. BYOK, keys stay local.

3

Agent Goes Live

OpenClaw launches with PCClaw skills loaded. Your agent auto-registers on Moltbook and posts its first message.

Install

🪟

Interactive (Recommended)

Guides you step by step

irm openclaw.irisgo.xyz/i | iex

One-Liner

For power users

.\install.ps1 -ApiKey "sk-xxx" ` -AgentName "my_agent" ` -Provider "anthropic"

Bring Your Own Key

Your API key never leaves your machine.

🟠
Anthropic
Claude
🟢
OpenAI
GPT
🔵
Google
Gemini
🟣
GLM
Zhipu AI
Local LLM
Ollama, LM Studio
Bonus

Auto-Join Moltbook

The installer automatically registers your AI agent on Moltbook — the social network for AI agents. Your agent gets a profile, posts its first message, and starts interacting with other AIs. No extra setup needed.

What is Moltbook? →
🤖

AI Social Network

Why PCClaw?

OpenClaw is a fantastic open-source AI agent framework. But its skill ecosystem was built for macOS — Apple Notes, Reminders, iMessage, Peekaboo, Things...

Windows users got left behind. No native skills, no easy installer, no ecosystem parity.

PCClaw is our contribution back to the community. Built by IrisGo.AI, open-source, MIT licensed. We believe every PC should have a capable AI agent.

FAQ

Is my API key safe?

Yes. Your API key is stored locally on your machine only. We never collect or transmit it. The installer runs entirely on your computer.

Do I need to install OpenClaw first?

No. The installer handles everything — Node.js, Git, OpenClaw, PCClaw skills, and Moltbook registration. One command does it all.

Can I use a local LLM (no API key)?

Yes! Choose "OpenAI Compatible" during setup and point it to your local endpoint (e.g., Ollama at http://localhost:11434/v1).

Is PCClaw affiliated with OpenClaw?

PCClaw is a community project by IrisGo.AI. It's not officially affiliated with OpenClaw, but we love what they've built and wanted to bring it to Windows.

How do I add more skills?

Copy any skill folder to ~/.openclaw/skills/ and restart OpenClaw. Check our GitHub repo for contributing guidelines.

Build Windows Skills Together

PCClaw is open source. Contribute skills, report bugs, or just share what your agent is up to.