- the money model
- idempotency
- how to get a fee quote
- how to verify a webhook signature
- the risks that cost integrators one day of work
Install the skill
-g to install
it for each project on your machine. Add --agent to select one agent:
/hermes-mwk.
jenzy-treasury/skills
The source of the skill, and the copy that your agent installs. Read it
before you install it. It is plain markdown.
What is in the skill
The skill has links to these docs. It does not keep a copy of them. So an
agent that can read a URL always has the current reference.
Test the loop before you write code
The script in the skill does the full path against the sandbox. It shows the real response at each step. It also tests the two errors that integrators make most often:- The fee quote must agree with the credit exactly.
- A second request with the same
Idempotency-Keymust give the same payout, and must not make a second payout.
--rail bank or --amount 20000.
What the skill does not do
The skill has the rules of this API. It does not have your business logic. It does not choose your data model, your retry infrastructure, or your ledger design. The skill holds your agent to the parts where an error costs money:- decimal money values
- one
Idempotency-Keyfor each payout - a fee quote before you send a payout
- a reversal as the correct signal, while your balance catches up