signer

Sign messages, transactions, and hashes across multiple blockchain networks.

3|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/qntx/signer --skill signer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: signer
Source: https://github.com/qntx/signer/tree/main/skills/signer
Command: npx skills add https://github.com/qntx/signer --skill signer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Manually signing messages, transactions, and hashes across various blockchain networks can be time-consuming and prone to error. This skill addresses this by providing a comprehensive and user-friendly multi-chain signing solution.

Core Features & Use Cases

  • Multi-Chain Support: Supports signing for Ethereum, Bitcoin, Solana, Cosmos, Tron, Sui, TON, Filecoin, Spark, XRP Ledger, Aptos, and Nostr.
  • Simplified Commands: Provides straightforward command-line syntax for signing messages, transactions, and hashes.
  • Security: Ensures the privacy and security of cryptographic operations with support for various cryptographic algorithms.

Quick Start

Sign a message on Ethereum with signer evm sign-message -k "0x4c0883a6..." -m "Hello, Ethereum!"

Frequently Asked Questions about signer

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

FAQPage Schema
How do I sign a message on Ethereum using a private key?

To sign an Ethereum message, use the command line syntax to pass your private key and message string. This executes the cryptographic signing process and outputs the signed result for the EVM network.

Can I sign transactions across multiple blockchain networks like Solana and Bitcoin?

Yes, you can sign transactions across 12 blockchain networks including Solana, Bitcoin, Cosmos, and Tron. It automates multi-chain transaction signing using network-specific cryptographic algorithms.

What is the best way to automate cryptographic signing for different blockchain networks?

Automating blockchain cryptographic signing is best handled by using a multi-chain tool that supports simplified command-line syntax. This ensures secure and efficient signing for messages, transactions, and hashes across 12 networks.

Does this multi-chain signing tool support the Sui and Aptos networks?

Yes, multi-chain signing is supported for both Sui and Aptos networks. It handles the specific cryptographic algorithms required to securely sign messages and transactions for these networks.

How do I securely sign a transaction hash for the TON blockchain?

Securely signing a TON transaction hash requires passing your private key and the target hash to the signing command. The tool applies the appropriate cryptographic algorithm to generate the secure signature.