Cobo TSS Node Management for Openclaw

A specialized management toolkit for Cobo TSS Nodes, providing automated installation, service management, and secure MPC share maintenance.

dinstein
v0.2.0
Feb 26, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install cobo-tss-node

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Cobo TSS Node Management?

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.

Cobo TSS Node Management Use Cases

  • Initializing a new TSS Node and generating unique Node IDs for MPC participation.
  • Configuring the node as a background system service on Linux (systemd) or macOS (launchd).
  • Performing periodic key share checkups to verify the integrity of local shares without full MPC ceremonies.
  • Executing disaster recovery exports of encrypted key shares to secure offsite storage.
  • Automating binary updates and database migrations to keep pace with official Cobo releases.

How Cobo TSS Node Management Works

  1. The skill downloads the appropriate Cobo TSS Node binary from official GitHub releases based on the system architecture.
  2. It initializes the node by generating local encryption keys and a secure database for share storage.
  3. A dedicated password file is created with restricted permissions (chmod 600) to facilitate non-interactive service operations.
  4. The node is registered as a system-level agent (systemd or launchd), allowing it to start automatically on boot and auto-restart on failure.
  5. Users interact with the node via a unified CLI for health checks, group management, and secure signing operations.

Cobo TSS Node Management Setup

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

Cobo TSS Node Management Data Schema & Taxonomy

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.

Cobo TSS Node Management Advanced Features

  • Automated database migration logic that triggers during binary updates to prevent data corruption.
  • Integrated health monitoring that audits disk space, file permissions, and binary integrity in a single command.
  • Multi-platform support for both systemd (Linux) and launchd (macOS) service managers with auto-restart policies.
  • Local-only signing operations for share integrity checkups, ensuring shares remain valid without network exposure.
  • Configurable risk control rules and callback integration for granular transaction security policies.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*