✓ Verified
💻 Development
✓ Enhanced Data
Cavos Cli Skill
Interact with the Cavos CLI for Starknet wallet operations.
- Rating
- 4.8 (331 reviews)
- Downloads
- 976 downloads
- Version
- 1.0.0
Overview
Interact with the Cavos CLI for Starknet wallet operations.
Complete Documentation
View Source →
Cavos CLI Skill
This skill allows you to interact with the Cavos CLI (@cavos/cli) to manage Starknet wallets, perform transfers, and execute contract calls.
Core Commands
Always use the --json flag when possible to get structured output.
1. Identity & Session
- Who Am I: Check current session and wallet address.
bash
npx @cavos/cli whoami --json
- Session Status: Check if the session is active/expired.
bash
npx @cavos/cli session-status --json
- Import Session: Import a session token provisioned from the Dashboard.
bash
npx @cavos/cli session import <token>
2. Assets & Transfers
- Check Balance:
bash
npx @cavos/cli balance --token <STRK|ETH|address> --json
- Transfer Tokens:
bash
npx @cavos/cli transfer --to <address> --amount <amount> --token <token> --json
3. Contract Interactions
- Approve Spending:
bash
npx @cavos/cli approve --spender <address> --amount <amount> --token <token> --json
- Execute Call:
bash
npx @cavos/cli execute --contract <address> --entrypoint <method> --calldata <comma_separated_vals> --json
- Read Call:
bash
npx @cavos/cli call --contract <address> --entrypoint <method> --calldata <vals> --json
4. Advanced Operations
- Multicall: Batch multiple calls.
bash
npx @cavos/cli multicall --calls '<json_array>' --json
- Simulate/Estimate: Check tx before sending.
bash
npx @cavos/cli simulate --contract <addr> --entrypoint <method> --calldata <vals> --json
- Transaction Status:
bash
npx @cavos/cli tx status <hash> --json
Best Practices
- Verify Balance: Always run
balancebefore atransfer. - Check Session: Run
whoamiorsession-statusat the start of a workflow to ensure authentication. - Use JSON: Parsing JSON output is safer than regexing stdout.
- Calldata: Calldata for
executeandcallshould be comma-separated strings (e.g.,0x1,100).
Installation
Terminal bash
openclaw install cavos-cli-skill
Copied!
Tags
#devops_and-cloud
#cli
Quick Info
Category Development
Model Claude 3.5
Complexity One-Click
Author adrianvrj
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install cavos-cli-skill
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
⚡ GPT-Optimized
)}
★ 3.8 (274)
↓ 17,648
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0