Hermes Skills

Agent-Centric Skills

TRSY provides a complete toolkit of Hermes Agent skills for treasury operations, wallet management, payments, and cross-chain relay.

Quick Install

Install all TRSY skills with a single command

hermes skill install https://github.com/xaspx/trsy-skills
Core
Wallet Manager
Create, manage, and scope Solana wallets for agent fleets. HD derivation, gas management, and permission controls.

Features

  • Hierarchical deterministic wallet creation
  • Per-agent gas budget management
  • Role-based permission scoping
  • Multi-sig approval flows

Quick Install

hermes skill install https://github.com/xaspx/trsy-skills
hermes wallet create --agent agent-name
hermes wallet list
hermes wallet balance <address>
Core
Treasury
Multi-signature treasury management with programmable rules, vesting schedules, and automated rebalancing across agent wallets.

Features

  • Multi-signature governance
  • Programmable spending rules
  • Automated portfolio rebalancing
  • Vesting and streaming schedules

Quick Install

hermes skill install https://github.com/xaspx/trsy-skills
hermes treasury init --wallet <path>
hermes treasury balance
hermes treasury transfer --to <address> --amount <amt>
Payments
Payments
Agent-to-agent and agent-to-human payment streams. Pull-based billing, subscriptions, and one-shot transfers.

Features

  • Pull-based billing and invoicing
  • Subscription payment streams
  • One-shot transfers
  • Payment reconciliation

Quick Install

hermes skill install https://github.com/xaspx/trsy-skills
hermes payment create --recipient <addr> --amount <amt>
hermes payment stream --to <addr> --rate <usdc/hr>
hermes payment list
Infrastructure
Relay
High-throughput transaction relay with fee estimation, retry logic, and MEV protection for agent operations.

Features

  • Transaction fee estimation
  • Automatic retry with backoff
  • MEV protection via private mempools
  • Batch transaction submission

Quick Install

hermes skill install https://github.com/xaspx/trsy-skills
hermes relay send --tx <base64>
hermes relay status <tx-signature>
hermes relay estimate --to <addr> --amount <amt>

Ready to Deploy?

Install the skills, run your first command, and start managing your agent treasury in minutes.

hermes skill install https://github.com/xaspx/trsy-skills

Requires Hermes Agent. Skills hosted on GitHub ↗