A specialized management toolkit for Cobo TSS Nodes, providing automated installation, service management, and secure MPC share maintenance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cobo-tss-node
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 cobo-tss-node using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Cobo TSS Node skill provides a streamlined interface for managing the client-side Multi-Party Computation (MPC) signing components essential for Cobo's co-managed custody solutions. It simplifies the complexities of maintaining a TSS Node by providing automated scripts for installation, service configuration, and routine maintenance. Using Openclaw Skills like this one ensures that your node remains healthy, updated, and securely configured without manual overhead.
This skill acts as a bridge between high-level administrative tasks and the low-level binary operations required for threshold signing. It is designed for developers and infrastructure engineers who need to maintain robust security for digital assets while leveraging the power of Openclaw Skills for operational efficiency and reliable automation.
To get started with this skill, ensure you have curl and python3 installed on your host system. Follow these steps to deploy your node using Openclaw Skills:
# Download and install the TSS Node binary
./scripts/install.sh
# Create the necessary password file for non-interactive access
./scripts/setup-keyfile.sh
# Initialize the node and generate your Node ID
./scripts/init-node.sh
# Install as a system service (e.g., on Linux)
./scripts/install-service.sh linux
# Start the service and verify status
./scripts/node-ctl.sh start
./scripts/node-ctl.sh status
The skill organizes data within a localized directory structure (usually ~/.cobo-tss-node) to maintain security and portability. The schema is as follows:
| Component | Description |
|---|---|
secrets.db |
AES-GCM encrypted database containing key shares and session data. |
cobo-tss-node-config.yaml |
Primary configuration file for environment and callback settings. |
.password |
File-based key used for database encryption; must be mode 600. |
backups/ |
Timestamped directories containing full snapshots of DB, config, and password. |
recovery/ |
Encrypted key share exports for disaster recovery scenarios. |
logs/ |
Standard output and error logs for troubleshooting node behavior. |
Loading
A high-precision skill for retrieving and validating real-time Geekbench benchmark scores for the latest mobile flagship devices.

A personal AI habit coach that tracks daily routines, manages streaks, and provides motivational accountability through natural language.

A robust integration for managing Yuboto Omni API messaging workflows including SMS, Viber, and account management.

A high-performance media downloader leveraging yt-dlp to capture video and audio from over 1000 websites with automated processing.

An automated pipeline for gathering and synthesizing media and entertainment industry news from 65+ specialized sources.

A specialized operational toolkit designed for rescue agents to diagnose, repair, and maintain OpenClaw Gateway instances.








































