clickhousectl-cloud-deploy
This walks you through the full deployment path from a ClickHouse Cloud signup to a running production service with proper user p…
What it does
- 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
- Read-only app → drop INSERT
- Needs to create/drop its own tables → also grant CREATE TABLE, DROP TABLE on the database (but prefer running migrations as the admin user instead)
Requirements & configuration
- Before using any cloud commands, the user needs a ClickHouse Cloud account.
- Authenticate clickhousectl with a ClickHouse Cloud API key.
- Create an API key
- 3. Click Create API Key
- 6. Click Generate API Key
Configuration: CLICKHOUSE_HOSTCLICKHOUSE_PORTPASSWORDINSERTCREATEGRANTALTER
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
This walks you through the full deployment path from a ClickHouse Cloud signup to a running production service with proper user permissions.
Source
Repository: https://github.com/clickhouse/agent-skills
clickhousectl-cloud-deploy FAQ
What does the clickhousectl-cloud-deploy skill do?
Use when a user wants to deploy ClickHouse to the cloud, go to production, use ClickHouse Cloud, host a managed ClickHouse service, or migrate from a local ClickHouse setup to ClickHouse Cloud. Deploy their ClickHouse application to production Host ClickHouse as a managed cloud service
What does clickhousectl-cloud-deploy require?
Before using any cloud commands, the user needs a ClickHouse Cloud account. Authenticate clickhousectl with a ClickHouse Cloud API key. Create an API key 3. Click Create API Key 6. Click Generate API Key Configuration keys: CLICKHOUSE_HOST, CLICKHOUSE_PORT, PASSWORD, INSERT, CREATE, GRANT, ALTER.
How do I install clickhousectl-cloud-deploy?
Run: npx -y skills add https://github.com/clickhouse/agent-skills --skill clickhousectl-cloud-deploy --agent claude-code — the source lives at github.com/clickhouse/agent-skills.
Maintain clickhousectl-cloud-deploy?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[clickhousectl-cloud-deploy on getagentictools](https://getagentictools.com/skills/clickhouse-agent-skills-clickhousectl-cloud-deploy?ref=badge) npx agentictools info skills/clickhouse-agent-skills-clickhousectl-cloud-deploy The second line is the CLI lookup for this page — handy in READMEs and docs.