Beginner

Install Skills OpenClaw Windows: One-Command Setup

Install skills on OpenClaw Windows with a single command โ€” no JSON config editing needed. Covers openclaw skills install, list, update, and remove commands with Windows-specific notes.

๐Ÿ•Last updated 4 March 2026

โšก Quick Answer

Open PowerShell or Command Prompt and run openclaw skills install <skill-name>. No JSON, no restart โ€” OpenClaw configures everything automatically.

Windows adds one potential wrinkle โ€” Windows Defender sometimes flags npx downloads. It's almost always a false positive, but worth knowing about before you hit it unexpectedly.

Installing a Skill

openclaw skills install weather

Common Commands

# Install
openclaw skills install <name>

# List what's installed
openclaw skills list

# Update one skill
openclaw skills update <name>

# Update everything
openclaw skills update --all

# Remove
openclaw skills remove <name>

# Get info before installing
openclaw skills info <name>

Where Skills Are Stored

%USERPROFILE%.openclawskills# Usually: C:UsersYourName.openclawskills

Windows-Specific Notes

  • No admin access needed โ€” skills install to your user profile
  • If OpenClaw isn't in PATH after installing, restart PowerShell or log out and back in
  • Windows Defender may flag npx downloads โ€” see below
โš ๏ธ Windows Defender alerts: Defender sometimes flags new npm package downloads as suspicious. Before allowing it, check the skill's verification status on TrustedSkills. Verified and Featured skills have been formally audited and are safe. For Unverified skills, review the source code on GitHub first.
๐Ÿ”ฌ From the field

A client's corporate Windows machine had Defender configured to block all scripts that weren't digitally signed โ€” which caught npx downloads. The fix was to add an exception for the OpenClaw skills directory in Defender settings. Two minutes with IT, then everything worked. If you're in a corporate environment, check with IT before assuming it's an OpenClaw problem.

Need Node.js?

Some skills require Node.js. OpenClaw will tell you if a skill needs it. Install from nodejs.org โ€” check "Add to PATH" during install.


Frequently Asked Questions

How do I install OpenClaw skills on Windows?

openclaw skills install <skill-name> in PowerShell or Command Prompt. No JSON or restart needed.

Do I need admin privileges to install skills on Windows?

No. Skills install to %USERPROFILE%.openclaw which is your personal user folder โ€” no admin access required.

Windows Defender blocked a skill โ€” what now?

Check the skill's verification badge on TrustedSkills. Verified and Featured skills are safe to allow. For Unverified skills, review the GitHub repo first before deciding.

TT

TrustedSkills Team

The TrustedSkills team builds and tests AI agent integrations across Claude, OpenClaw, Cursor, and VS Code. We verify every skill in our registry and have set up hundreds of MCP configs across every major platform.