Build your own brand openclaw, and monetize your skills.
npx skills add https://github.com/clacky-ai/openclacky --skill personal-websiteCLI を使用してこのスキルをインストールし、ワークスペースで SKILL.md ワークフローの使用を開始します。
From expertise to business — turn your professional knowledge into a monetizable OpenClaw Skill.
OpenClacky is the creator-side platform for the OpenClaw ecosystem. Package your methods and workflows into encrypted, white-labeled Skills that your clients install and use — under your name, your brand, your price.
The OpenClaw ecosystem has 5,700+ Skills and growing. But almost all of them are open-sourced, free, and easily copied. The real scarcity isn't more Skills — it's expertise-backed, production-grade Skills worth paying for.
OpenClacky is built for the people who have that expertise.
| Openclaw | OpenClacky | |
|---|---|---|
| Core model | Open sharing | Encrypted & protected |
| Primary users | Users who install Skills | Creators who sell Skills |
| Revenue | None | Creator-defined pricing |
| Brand | Platform brand | Your own brand |
| Driven by | Technical contributors | Domain expertise |
Four steps from capability to business:
OpenClacky is built for domain experts whose knowledge can be expressed as information processing + executable actions:
OpenClacky also works as a general AI coding assistant — scaffold full-stack Rails apps, add features, or explore an unfamiliar codebase:
$ openclacky
> /new my-app # scaffold a full-stack Rails app
> Add user auth with email and password
> How does the payment module work?
Built on a production-ready Rails architecture with one-click deployment, dev/prod isolation, and automatic backups.
/bin/bash -c "$(curl -sSL https://raw.githubusercontent.com/clacky-ai/openclacky/main/scripts/install.sh)"
Requirements: Ruby >= 3.1.0
gem install openclacky
openclacky # start interactive agent in current directory
openclacky server # start the web server (default: http://localhost:7070)
Then open http://localhost:7070 in your browser. You'll get a full-featured chat interface with multi-session support — run separate sessions for coding, copywriting, research, and more, all in parallel.
Options:
openclacky server --port 8080 # custom port
openclacky server --host 0.0.0.0 # listen on all interfaces (e.g. remote access)
$ openclacky
> /config
You'll be prompted to set your API Key, Model, and Base URL (any OpenAI-compatible provider).
git clone https://github.com/clacky-ai/openclacky.git
cd openclacky
bundle install
bin/clacky
Bug reports and pull requests are welcome on GitHub at https://github.com/clacky-ai/openclacky. Contributors are expected to adhere to the code of conduct.
Available as open source under the MIT License.