v3.1.0 โ€” 17 Skills, 5+ Providers, GUI Installer

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.

Windows 10/11 ยท Double-click to install ยท No PowerShell needed

irm pcclaw.ai/i | iex

Or 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

Download PCClaw-Setup.exe and double-click โ€” or run irm pcclaw.ai/i | iex in PowerShell. Both install Node.js, Git, and OpenClaw automatically.

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

RECOMMENDED
๐Ÿฆž

GUI Installer

Double-click, done in 2 min

Download PCClaw-Setup.exe

~2 MB ยท Windows 10/11

๐ŸชŸ

PowerShell Interactive

Guided step by step

irm pcclaw.ai/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.