Clickhouse Cloud Management
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.
Run in terminal (recommended)
claude mcp add clickhouse-cloud-management npx -- -y @trustedskills/clickhouse-cloud-management
Or manually add to ~/.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 USERSQL commands. - Permission Management: Grants and revokes permissions on databases and tables using
GRANTandREVOKESQL commands. - User Deletion: Removes existing database users with the
DROP USERcommand. - 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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.