A secure, multi-user web interface for OpenClaw featuring zero-knowledge encryption and local network accessibility.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-team-2
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openclaw-team-2 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenClaw Team Collaboration Server is a robust skill designed to transform a local OpenClaw instance into a multi-user platform. By leveraging this entry in the Openclaw Skills library, developers can establish a web interface that allows team members to interact with AI agents over a local network or WiFi without compromising security.
The architecture is built on a zero-knowledge foundation, meaning the server never stores passwords or hashes. Instead, it uses password-based AES encryption to ensure that each user's data—including chat history and memory—remains isolated and accessible only to the individual who holds the correct credentials.
# Install required Python dependencies
pip install flask flask-cors cryptography requests gunicorn
# Deploy the team_chat_server.py script to your workspace
# Launch the server using Gunicorn
gunicorn -w 4 -b 0.0.0.0:8888 team_chat_server:app
After launching, users can access the interface via http://
| File | Purpose | Encryption Status |
|---|---|---|
| credential.enc | Identity verification | AES Encrypted |
| soul.enc | Agent personality and core logic | AES Encrypted |
| memory.enc | Long-term user-specific memory | AES Encrypted |
| history.enc | Conversation history | AES Encrypted |
| config.json | User-specific environment settings | JSON |
All user data is stored within a dedicated directory structure: ~/Desktop/alldata/
Loading
A versatile personal productivity assistant designed to decompose complex tasks into actionable steps and synthesize multi-source information.

A powerful command-line interface for managing TickTick tasks and projects with OAuth2 authentication and batch processing support.

A high-performance interface for querying real-time prediction market data from Polymarket using the Gamma API.

Better Polymarket is a powerful integration for querying prediction market data, tracking odds, and analyzing trending events on the Polymarket platform.

A production-ready decentralized search API for AI agents that provides privacy-first, uncensored web results via a distributed node network.

A privacy-focused, decentralized search skill that provides uncensored web results for AI agents via a distributed node network.








































