clickhousectl-cloud-deploy
CLI deployment pipelines for ClickHouse Cloud services.
Developer Setup
Setup & Installation
npx skills add https://github.com/ClickHouse/agent-skills --skill clickhousectl-cloud-deploynpx skills add https://github.com/ClickHouse/agent-skills --skill clickhousectl-cloud-deployOverview
What This Skill Does
Guides CLI authentication, instance creation, and migrations using clickhousectl to deploy and host ClickHouse Cloud servers.
Application
When to use this Skill
- Deploying Managed ClickHouse services to production environments.
- Authenticating and managing cloud configurations via clickhousectl CLI.
- Migrating schemas and local tables to a ClickHouse Cloud cluster.
- Setting up secure endpoints and whitelist rules for remote access.
- Scaling ClickHouse Cloud instances for production workloads.
Documentation
Show Skills.md file
Deploy to ClickHouse Cloud
This skill walks through deploying to ClickHouse Cloud using clickhousectl. It covers account setup, CLI authentication, service creation, schema migration, and connecting your application. Follow these steps in order.
When to Apply
Use this skill when the user wants to:
- Deploy their ClickHouse application to production
- Host ClickHouse as a managed cloud service
- Migrate from a local ClickHouse setup to ClickHouse Cloud
- Create a ClickHouse Cloud service
- Set up ClickHouse Cloud for the first time
Step 1: Sign up for ClickHouse Cloud
Before using any cloud commands, the user needs a ClickHouse Cloud account.
Ask the user: "Do you already have a ClickHouse Cloud account?"
If they do not have an account, explain:
ClickHouse Cloud is a fully managed service that runs ClickHouse for you — no infrastructure to maintain, automatic scaling, backups, and upgrades included. There's a free trial so you can get started without a credit card.
Recommendations
Explore other random skills
create-voltagent
Project setup guide with CLI and manual steps
voltagent-core-reference
Reference for the VoltAgent class options and lifecycle methods
gemini-live-api-dev
Building real-time bidirectional streaming apps with the Gemini Live API