Skip to content

Add Weave Cash skill#241

Open
AryanJ-NYC wants to merge 1 commit intoBankrBot:mainfrom
AryanJ-NYC:feat/add-weave-skill
Open

Add Weave Cash skill#241
AryanJ-NYC wants to merge 1 commit intoBankrBot:mainfrom
AryanJ-NYC:feat/add-weave-skill

Conversation

@AryanJ-NYC
Copy link

Summary

  • add a new Agent-first CLI for Weave Cash invoice flows

Usage:
weave [command]

Available Commands:
completion Generate the autocompletion script for the specified shell
create Create a new invoice
help Help about any command
quote Generate a payment quote for an invoice
status Fetch invoice status (or watch for changes)
tokens List supported tokens and networks

Flags:
--api-url string Base URL for the Weave Cash API (default "https://www.weavecash.com")
-h, --help help for weave
--human Render human-readable output instead of JSON

Use "weave [command] --help" for more information about a command. skill for Weave Cash crypto-to-crypto invoice workflows

  • document install, invoice creation, quoting, status checks, and runtime token discovery
  • add the new skill to the README catalog

Notes

  • the skill emphasizes {"tokens":["BTC","ETH","PAXG","SOL","USDC","USDT","XAUT","ZEC"],"networks":["Bitcoin","Ethereum","Solana","Tron","Zcash"],"tokenNetworkMap":{"BTC":["Bitcoin"],"ETH":["Ethereum"],"PAXG":["Ethereum"],"SOL":["Solana"],"USDC":["Ethereum","Solana"],"USDT":["Ethereum","Solana","Tron"],"XAUT":["Ethereum"],"ZEC":["Zcash"]},"networkAliases":{"Bitcoin":["btc"],"Ethereum":["eth"],"Solana":["sol"],"Tron":["trx"],"Zcash":["zec"]}} as the runtime source of truth for supported token/network pairs
  • examples use the current public CLI install paths ( and )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant