Overview
- Skill Key
- adrianvrj/cavos-cli-skill
- Author
- adrianvrj
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/adrianvrj/cavos-cli-skill
- Latest Commit SHA
- 197454c67d43d89843ae11522c7a7ffb3a72b6e3
Interact with the Cavos CLI for Starknet wallet operations. Use for transfers, approvals, contract calls, session management, and transaction monitoring.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 cavos-cli 技能。 若已安装,则直接安装 cavos-cli 技能。
# 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](https://agent.cavos.xyz/). ```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 1. **Verify Balance**: Always run `balance` before a `transfer`. 2. **Check Session**: Run `whoami` or `session-status` at the start of a workflow to ensure authentication. 3. **Use JSON**: Parsing JSON output is safer than regexing stdout. 4. **Calldata**: Calldata for `e...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.