# Send PCClaw to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "pcclaw",
    "name": "PCClaw",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/lmanchu/pcclaw",
    "canonicalUrl": "https://clawhub.ai/lmanchu/pcclaw",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/pcclaw",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pcclaw",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CHANGELOG.md",
      "README.md",
      "SKILL.md",
      "skills/google-tasks/SKILL.md",
      "skills/ms-todo/SKILL.md",
      "skills/sticky-notes/SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "pcclaw",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T00:51:08.750Z",
      "expiresAt": "2026-05-10T00:51:08.750Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pcclaw",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pcclaw",
        "contentDisposition": "attachment; filename=\"pcclaw-2.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "pcclaw"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/pcclaw"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/pcclaw",
    "downloadUrl": "https://openagent3.xyz/downloads/pcclaw",
    "agentUrl": "https://openagent3.xyz/skills/pcclaw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pcclaw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pcclaw/agent.md"
  }
}
```
## Documentation

### PCClaw — OpenClaw for Windows

14 Windows-native AI agent skills + 2 cross-platform + one-command PowerShell installer.

### What it does

OpenClaw's skill ecosystem was built for macOS. PCClaw fills the gap with native Windows skills that use built-in .NET, WinRT, WMI, and Win32 APIs — most require zero external dependencies.

### Windows-Native (14)

SkillWhat it doeswin-notifyToast notifications via WinRT APIwingetSearch, install, upgrade softwarewin-screenshotFull screen, region, or window capturewin-clipboardRead/write text, images, file listswin-ui-autoUI automation — inspect, click, type, manage windowswin-ocrMultilingual offline OCR (built-in Windows)win-whisperSpeech-to-text, GPU/NPU acceleratedwin-ttsText-to-speech via SAPI 5, multilingualwin-filesFile search, browse, disk infosticky-notesRead, search, create Windows Sticky Noteswin-sysinfoCPU, RAM, GPU, NPU, battery, network via WMIwin-ai-localLocal LLM inference + model management (Ollama)win-browserEdge/Chrome bookmarks, history, downloadswin-schedulerCreate and manage Windows Task Scheduler tasks

### Cross-Platform (2)

SkillWhat it doesmacOS counterpartms-todoMicrosoft To Do via Graph APIapple-remindersgoogle-tasksGoogle Tasks via REST APIapple-reminders

### Install

irm openclaw.irisgo.xyz/i | iex

The installer handles Node.js, Git, OpenClaw, skills, LLM configuration, and Moltbook registration.

Or install skills manually:

Copy-Item -Recurse .\\skills\\* "$env:USERPROFILE\\.openclaw\\skills\\"

### Supported LLM Providers

Anthropic (Claude) — default
OpenAI (GPT)
Google (Gemini)
GLM (Zhipu AI)
OpenAI Compatible (Ollama, LM Studio, vLLM)

BYOK — your API key stays on your machine.

### Requirements

Windows 10/11
PowerShell 5.1+
LLM API key (any provider) or local LLM

### Links

Website: https://openclaw.irisgo.xyz
GitHub: https://github.com/IrisGoLab/PCClaw
Community: https://irisgo.slack.com

### Author

Built by IrisGo.AI — open source, MIT licensed.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: lmanchu
- Version: 2.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T00:51:08.750Z
- Expires at: 2026-05-10T00:51:08.750Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/pcclaw)
- [Send to Agent page](https://openagent3.xyz/skills/pcclaw/agent)
- [JSON manifest](https://openagent3.xyz/skills/pcclaw/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/pcclaw/agent.md)
- [Download page](https://openagent3.xyz/downloads/pcclaw)