A command-line interface skill for managing Starknet assets and smart contract interactions with session-based security.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cavos-cli-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install cavos-cli-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Cavos CLI skill provides a robust interface for developers and agents to interact with the Starknet blockchain. It enables secure session management, identity verification, and precise control over on-chain assets. By integrating this into your Openclaw Skills collection, you empower AI agents to handle complex web3 workflows, from simple ETH or STRK transfers to sophisticated multi-call contract executions with structured JSON responses.
Ensure npx is installed in your environment. To begin using this as part of your Openclaw Skills, import your session token from the Cavos dashboard:
npx @cavos/cli session import <your_token>
Verify your identity and connectivity:
npx @cavos/cli whoami --json
The skill relies on structured flags and JSON outputs to ensure compatibility with automated agents. Data is organized as follows:
| Parameter | Requirement | Description |
|---|---|---|
| --json | Required | Forces the CLI to return parseable JSON objects instead of plain text. |
| --token | Required | Specifies the asset (e.g., STRK, ETH, or a contract address). |
| --calldata | Optional | Comma-separated list of values for contract method arguments. |
| --calls | Optional | A JSON array containing multiple call objects for batch operations. |
Loading
A powerful integration for Openclaw Skills that provides professional-grade text-to-speech synthesis and speech-to-text transcription via Resemble AI.

A programmatic wrapper for the Google Calendar API allowing agents to manage schedules, events, and appointments via command-line interface.

A powerful command-line interface to manage Raindrop.io bookmarks using the REST API.

A configuration-driven calendar integration that generates structured JSON reminder plans from Google Calendar and CalDAV sources.

Enables real-time, low-latency voice conversations with AI agents in Discord channels using Deepgram streaming technology.

A git-backed coordination system for AI agents to manage content publication, prevent duplicates, and track narrative timelines.








































