skills/smithery.ai/altinity-expert-clickhouse-overview

altinity-expert-clickhouse-overview

Installation
SKILL.md

System Health and Comprehensive Audit

System-wide health check and entry point for ClickHouse diagnostics. Run this first for general health assessment.


System Identification

select
    hostName() as hostname,
    version() as version,
    uptime() as uptime_seconds,
    formatReadableTimeDelta(uptime()) as uptime_human,
    getSetting('max_memory_usage') as max_memory_usage,
    (select value from system.asynchronous_metrics where metric = 'OSMemoryTotal') as os_memory_total

Installs
2
First Seen
Mar 23, 2026
altinity-expert-clickhouse-overview from smithery.ai