LaunchKit · 2026
Back to Skills

opensoul-cloud

Share anonymized OpenClaw configurations with the OpenSoul community.

2
485 downloads
by @fnaser

Setup & Installation

openclaw skills install @fnaser/opensoul-cloud

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install opensoul-cloud

Version History

v1.0.3Feb 17, 2026 - Version note by skill developer:

Fix: Delete uses path param instead of query param

What This Skill Does

OpenSoul lets you share your OpenClaw workspace configuration with a community of other users. Before uploading, it automatically strips PII like names, emails, API keys, and file paths. You can browse what others have shared and import configurations for inspiration.

The built-in anonymization pipeline handles PII removal automatically, so you can share without manually auditing your config files first.

When to use it

  • Sharing your agent persona and workflow patterns with the community
  • Browsing how other users structure their OpenClaw setups
  • Getting personalized skill suggestions based on your current config
  • Importing another user's configuration to adapt their patterns
  • Deleting or updating previously shared workspace snapshots

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: share my OpenClaw setup with a note saying 'minimal automation config'

AGENT
  1. 1Check if ~/.opensoul/credentials.json exists; if not, run opensoul register
  2. 2Run opensoul share --preview to show the anonymized output
  3. 3Present the preview to the user and ask for confirmation
  4. 4Run opensoul share --note 'minimal automation config'
  5. 5Show the returned soul URL and share link from the output
OUTPUT

Soul uploaded to opensoul.cloud with anonymized SOUL.md, AGENTS.md, TOOLS.md, skill list, and cron patterns; direct URL and share link returned

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

tsx installed globally via npm i -g tsxOpenSoul account (created via opensoul register, stores credentials in ~/.opensoul/credentials.json)