reading-agw-wallet
Installation
SKILL.md
AGW Wallet Reads
Use read-only wallet commands to establish account context before higher-risk actions.
Operating Rules
- Default to
--jsonpayloads and machine-readable output. - Trim reads with
fieldswhenever the command supports them. - Prefer paginated output for token inventories.
- Use
--page-all --output ndjsononly when the task needs every page. - Check session state before assuming a linked wallet is available.
- Keep runtime config in
AGW_*env vars or top-level flags, not JSON payloads. - Inspect
agw schema wallet.address,agw schema wallet.balances, oragw schema wallet.tokens.listwhen shapes are uncertain.