This skill allows you to interact with the Cavos CLI (@cavos/cli) to manage Starknet wallets, perform transfers, and execute contract calls.
Always use the --json flag when possible to get structured output.
```bash
npx @cavos/cli whoami --json
```
```bash
npx @cavos/cli session-status --json
```
```bash
npx @cavos/cli session import
```
```bash
npx @cavos/cli balance --token
```
```bash
npx @cavos/cli transfer --to
--amount```
```bash
npx @cavos/cli approve --spender
--amount```
```bash
npx @cavos/cli execute --contract
--entrypoint```
```bash
npx @cavos/cli call --contract
--entrypoint```
```bash
npx @cavos/cli multicall --calls '
```
```bash
npx @cavos/cli simulate --contract
```
```bash
npx @cavos/cli tx status
```
balance before a transfer.whoami or session-status at the start of a workflow to ensure authentication.execute and call should be comma-separated strings (e.g., 0x1,100).共 1 个版本