All Docs
FeaturesSidekickUpdated March 11, 2026

Sidekick is Now Officially OpenClaw Compatible

Sidekick is Now Officially OpenClaw Compatible

Released in v1.0.74

Starting with v1.0.74, Sidekick prominently surfaces its compatibility with the OpenClaw skill ecosystem and ships a dedicated migration guide for users coming from a self-hosted OpenClaw setup.


What 'OpenClaw Compatible' Means

Sidekick integrates with ClawHub, giving you access to OpenClaw's 13,000+ community skills directly inside your Sidekick dashboard. Any skill authored against the SKILL.md spec works on Sidekick without modification. Where a skill would normally require a local binary or system dependency, Sidekick automatically translates that requirement to the equivalent managed cloud service — no installs, no PATH configuration, no Docker containers.

The 'Works with OpenClaw Skills' badge now appears throughout the dashboard and on marketing pages as a clear signal of this compatibility.


Migrating from OpenClaw to Sidekick

If you are currently running a self-hosted OpenClaw instance, you can move to Sidekick in three steps:

Step 1 — Export Your Skills from OpenClaw

From your OpenClaw installation, export your skill definitions. Each skill is represented as a SKILL.md file (or a directory of them if you have a skill pack). You can export via the OpenClaw CLI:

# Export all skills to a local directory
openclaw skills export --output ./my-skills/

This produces a set of SKILL.md files, one per skill, that you will import into Sidekick.

Step 2 — Import Skills into Sidekick

  1. Log in to your Sidekick dashboard.
  2. Navigate to Skills → Import.
  3. Upload the exported SKILL.md files individually, or drag-and-drop the entire my-skills/ directory for a bulk import.
  4. Sidekick validates each skill and flags any local binary dependencies, showing you which cloud service will be substituted automatically.
  5. Confirm the import. Your skills are now active.

Note: Skills sourced from ClawHub can also be added directly from the Skills → Browse ClawHub tab without going through the export/import flow.

Step 3 — Connect Your Accounts

OpenClaw skills that interact with external services (GitHub, Gmail, Slack, smart-home devices, etc.) need those accounts connected in Sidekick:

  1. Go to Integrations in the left sidebar.
  2. For each service your skills depend on, click Connect and follow the OAuth or API-key prompt.
  3. Once connected, Sidekick's AI begins executing your skills 24/7 in the cloud — no local machine required.

The OpenClaw Compatible Badge

The badge component introduced in this release is reusable across marketing and product surfaces:

  • Displayed on the Sidekick landing page and pricing page to communicate compatibility to prospective users.
  • Shown in the dashboard Skills section as a contextual reminder when browsing or importing skills.
  • Available as a standalone UI component for use in future product areas.

Key Differences: Sidekick vs. Self-Hosted OpenClaw

OpenClaw (self-hosted)Sidekick (cloud)
SetupInstall on your own machineSign up and connect accounts
Skills13,000+ via ClawHubSame 13,000+ via ClawHub
Local binariesRequired per skillAuto-translated to cloud services
Runs 24/7Only when your machine is onAlways on
API keys / configManaged by youManaged by Sidekick
SKILL.md compatibilityNativeFull — no changes needed

Further Reading