Vendor Profile
ClickHouse
SkillShield has analyzed 6 skills from ClickHouse. The average trust score across their skills is 58/100. 3 skills are trusted, 1 requires caution, 2 are untrusted.
clickhouse-architecture-advisor
ClickHouse/agent-skills
85MUST USE when designing ClickHouse architectures, selecting between ingestion or modeling patterns, or translating best practices into workload-specific system designs. Complements clickhouse-best-practices with decision frameworks and explicit provenance labels.
SKILLPASSING0 Findings30 days agochdb-datastore
ClickHouse/agent-skills
85Drop-in pandas replacement with ClickHouse performance. Use `import chdb.datastore as pd` (or `from datastore import DataStore`) and write standard pandas code — same API, 10-100x faster on large datasets. Supports 16+ data sources (MySQL, PostgreSQL, S3, MongoDB, ClickHouse, Iceberg, Delta Lake, etc.) and 10+ file formats (Parquet, CSV, JSON, Arrow, ORC, etc.) with cross-source joins. Use this skill when the user wants to analyze data with pandas-style syntax, speed up slow pandas code, query remote databases or cloud storage as DataFrames, or join data across different sources — even if they don't explicitly mention chdb or DataStore. Do NOT use for raw SQL queries, ClickHouse server administration, or non-Python languages.
SKILLPASSING1 Finding30 days agoClickHouse/agent-skills:skills/clickhouse-best-practices
ClickHouse/agent-skills
85No description provided.
SKILLPASSING0 Findings30 days agochdb-sql
ClickHouse/agent-skills
63In-process ClickHouse SQL engine for Python — run ClickHouse SQL queries directly on local files, remote databases, and cloud storage without a server. Use when the user wants to write SQL queries against Parquet/CSV/ JSON files, use ClickHouse table functions (mysql(), s3(), postgresql(), iceberg(), deltaLake() etc.), build stateful analytical pipelines with Session, use parametrized queries, window functions, or other advanced ClickHouse SQL features. Also use when the user explicitly mentions chdb.query(), ClickHouse SQL syntax, or wants cross-source SQL joins. Do NOT use for pandas-style DataFrame operations — use chdb-datastore instead.
SKILL3 Findings30 days agoclickhousectl-local-dev
ClickHouse/agent-skills
19Use when a user wants to build an application with ClickHouse, set up a local ClickHouse development environment, install ClickHouse, create a local server, create tables, or start developing with ClickHouse. Covers the full flow from zero to a working local ClickHouse setup.
SKILL4 Findings30 days agoclickhousectl-cloud-deploy
ClickHouse/agent-skills
10Use 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.
SKILL6 Findings30 days ago