Clickhouse Cloud Management

🌐Community
by terrylica · vlatest · Repository

Automates ClickHouse Cloud cluster provisioning, scaling, monitoring, and optimization via Terrylica's intelligent AI agent.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add clickhouse-cloud-management npx -- -y @trustedskills/clickhouse-cloud-management
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "clickhouse-cloud-management": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/clickhouse-cloud-management"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates ClickHouse Cloud user and permission management using SQL commands sent over an HTTP interface. It allows AI agents to create database users, grant or revoke permissions (GRANT/REVOKE), and troubleshoot authentication issues within a ClickHouse Cloud environment. Crucially, this skill manages database users – distinct from API keys which manage the ClickHouse Cloud management API.

When to use it

This skill is useful in these scenarios:

  • Creating new database users for your ClickHouse Cloud instances.
  • Managing user permissions within ClickHouse databases (granting or revoking access).
  • Testing connectivity to your ClickHouse Cloud environment.
  • Diagnosing and resolving authentication problems.
  • Understanding the difference between API keys and database users in ClickHouse Cloud.

Key capabilities

  • User Creation: Creates new database users using CREATE USER SQL commands.
  • Permission Management: Grants and revokes permissions on databases and tables using GRANT and REVOKE SQL commands.
  • User Deletion: Removes existing database users with the DROP USER command.
  • HTTP Interface Interaction: Communicates with ClickHouse Cloud exclusively via an HTTP interface (port 443, HTTPS).

Example prompts

Here are some example prompts you can use:

  • "Create a new ClickHouse user named 'my_reader' with a strong password."
  • "Grant SELECT permissions on the 'deribit.*' database to the user 'my_reader'."
  • "Delete the user 'my_reader' from ClickHouse Cloud."

Tips & gotchas

  • Password Requirements: ClickHouse Cloud enforces strict password policies: minimum 12 characters, at least one uppercase letter, and at least one special character.
  • API Key vs. Database User: Remember this skill manages database users for authenticating to ClickHouse itself; API keys are used for the management console.
  • HTTP Only: ClickHouse Cloud only exposes an HTTP interface publicly. Native protocol access requires AWS PrivateLink and enterprise setup.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
terrylica
Installs
41

🌐 Community

Passed automated security scans.