vultisig-cli

Automate multi-chain MPC wallet operations via the vultisig CLI.

1|Updated Jul 30, 2025
One-click install
npx skills add https://github.com/vultisig/website-prod --skill vultisig-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vultisig-cli
Source: https://github.com/vultisig/website-prod/tree/main/public/skills/vultisig-cli
Command: npx skills add https://github.com/vultisig/website-prod --skill vultisig-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Vultisig CLI centralizes secure multi-chain MPC wallet operations, reducing manual setup, risk, and friction for developers managing crypto across many chains.

Core Features & Use Cases

  • Create and manage MPC wallets (FastVault and SecureVault)
  • Send, balance, and swap across 36+ blockchains
  • Sign transactions and manage multi-signature vaults
  • Use in automation pipelines with JSON output

Quick Start

Install the CLI and verify installation:

  • npm install -g @vultisig/cli
  • vultisig --version Then run a sample command, e.g., vultisig balance ethereum -o json

Frequently Asked Questions about vultisig-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate cross-chain crypto transactions using a CLI wallet?

MPC (multi-party computation) wallet signing secures transactions by enforcing threshold signing, meaning no single device holds the complete private key. The vultisig-cli enables this for both FastVault and SecureVault setups across 36+ chains.

How do I check balances across multiple blockchains from the command line?

Yes, you can use the vultisig CLI for vault management and multi-signature operations. It supports creating and managing MPC wallets, including both FastVault and SecureVault styles, to enforce threshold signing security.

What is the best way to script secure multi-chain crypto swaps for automation?

You can start automating MPC wallet operations by installing the CLI globally via npm (`npm install -g @vultisig/cli`) and verifying the installation with `vultisig --version` before executing commands like balance checks or sending funds.

Does the vultisig CLI support FastVault and SecureVault setups for threshold signing?

The vultisig CLI enables cross-chain swaps and transaction signing across 36+ blockchains, generating JSON outputs that integrate directly into automation pipelines and admin workflows for secure crypto operations.