An expert AI agent skill for designing Cassandra schemas, writing efficient CQL queries, and managing distributed database performance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cassandra
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 cassandra using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Cassandra skill transforms your AI agent into a distributed database architect capable of navigating the complexities of Apache Cassandra. Unlike traditional relational databases, Cassandra requires a query-first approach to data modeling, and this skill provides the guardrails necessary to implement mandatory denormalization without falling into common traps. By integrating this into Openclaw Skills, developers can ensure their AI assistants understand partition key distribution, clustering column sorting, and the critical importance of avoiding performance killers like tombstones and wide partitions.
This skill provides deep technical knowledge on consistency levels, compaction strategies, and operational maintenance. Whether you are building a new time-series application or troubleshooting a legacy cluster, this extension ensures that every CQL statement and schema change follows industry best practices for high availability and linear scalability.
To use this skill, ensure that the Cassandra command-line tools are installed on your system. The AI agent requires access to these binaries to interact with your cluster.
# For macOS users
brew install cassandra
# For Linux (Debian/Ubuntu) users
sudo apt-get update
sudo apt-get install cassandra-tools
Verify that cqlsh and nodetool are available in your system PATH so the agent can execute diagnostic commands.
Cassandra data organization is strictly query-driven. This skill helps map your data requirements to the following structural hierarchy:
| Component | Purpose |
|---|---|
| Partition Key | Defines data distribution across the cluster nodes. |
| Clustering Column | Defines the sort order of data within a specific partition. |
| Primary Key | The combination of partition and clustering keys that uniquely identifies a row. |
| Tombstone | A marker used to indicate deleted data, which must be managed via compaction. |
| Consistency Level | Settings that determine how many replicas must acknowledge a read or write operation. |
Loading
A comprehensive AI agent skill for managing Cardano blockchain operations, including eUTxO transactions, staking delegation, and native token lifecycle management.

A comprehensive automotive co-pilot for managing vehicle purchases, maintenance schedules, and emergency roadside diagnostics.

A comprehensive AI agent skill for finding optimal car rental deals, monitoring price drops, and performing detailed lease versus rent financial analysis.

A comprehensive local travel guide for Canada offering specific regional insights, itineraries, and practical planning playbooks.

A technical framework for managing feline health, behavior, and logistics through local, species-aware AI memory.

An AI skill designed to transform formal, robotic Catalan into natural, human-sounding text with local warmth and authentic flow.








































