cc-skill-clickhouse-io
Optimize ClickHouse Analytics Workloads
ClickHouse projects often need better schema choices, faster queries, and safer ingestion patterns. This skill provides practical ClickHouse table, query, monitoring, and pipeline guidance.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "cc-skill-clickhouse-io" from https://skillstore.io/skills/sickn33-cc-skill-clickhouse-io.md and its manifest at https://skillstore.io/api/skills/sickn33-cc-skill-clickhouse-io/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "cc-skill-clickhouse-io". My ClickHouse dashboard is slow when filtering by account and date.
Expected outcome:
The response would review ordering keys, partition choices, filtered columns, slow query logs, and aggregation strategy.
Using "cc-skill-clickhouse-io". I need daily active users and retention metrics in ClickHouse.
Expected outcome:
The response would outline a time-based schema, suitable aggregation functions, retention grouping, and materialized view options.
Using "cc-skill-clickhouse-io". We want to sync PostgreSQL changes into ClickHouse for reporting.
Expected outcome:
The response would compare batch ETL and CDC, then identify monitoring needs, failure modes, and data validation checks.
Security Audit
Medium RiskMost static findings are false positives caused by markdown code fences, TypeScript template literals, environment variable examples, and ordinary ClickHouse schema terms. One semantic issue remains: the recommended bulk insert example teaches raw SQL string interpolation. No prompt injection or credential exfiltration intent was found.
Confirmed security concerns (1)
Risk Factors
โ๏ธ External commands (34)
๐ Filesystem access (1)
๐ Env variables (9)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-cc-skill-clickhouse-io/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-cc-skill-clickhouse-io?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-cc-skill-clickhouse-io?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-cc-skill-clickhouse-io/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-cc-skill-clickhouse-io.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
affaan-m. (2026). cc-skill-clickhouse-io security audit report (audit version 4) [Author version 1.0]. Skillstore. https://skillstore.io/skills/sickn33-cc-skill-clickhouse-io/audits/4BibTeX citation
@techreport{affaan-m-sickn33-cc-skill-clickhouse-io-2026,
author = {affaan-m},
title = {cc-skill-clickhouse-io security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/sickn33-cc-skill-clickhouse-io/audits/4},
note = {Author version 1.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "cc-skill-clickhouse-io security audit report (audit version 4)"
version: "1.0"
type: report
authors:
- name: "affaan-m"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/sickn33-cc-skill-clickhouse-io/audits/4"
identifiers:
- type: other
value: "skillstore:sickn33-cc-skill-clickhouse-io:audit:4"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Design Analytics Tables
Choose table engines, partitions, ordering keys, and data types for a new ClickHouse analytics workload.
Tune Dashboard Queries
Review slow analytical queries and identify filtering, aggregation, and monitoring improvements.
Plan Data Ingestion
Compare batch, streaming, ETL, and CDC patterns before moving operational data into ClickHouse.
Try These Prompts
Use the ClickHouse skill to compare MergeTree and ReplacingMergeTree for my events table. Explain when each fits.
Use the ClickHouse skill to review this slow analytics query. Suggest ordering keys, filters, and aggregation changes. Keep assumptions explicit.
Use the ClickHouse skill to design a materialized view for hourly metrics from an events table. Include source table requirements and query patterns.
Use the ClickHouse skill to plan a PostgreSQL to ClickHouse analytics pipeline. Cover batch loading, CDC, monitoring, and operational risks.
Best Practices
- Validate every example against your ClickHouse version and schema before production use.
- Batch inserts and align partitions with real query windows.
- Review query logs and table statistics before changing keys or materialized views.
Avoid
- Copying sample SQL without escaping user-controlled values.
- Using many small inserts for high-volume event data.
- Adding partitions, joins, or final reads without measuring performance impact.
Frequently Asked Questions
Does this skill execute ClickHouse queries?
Which tools can use this skill?
Is it useful for beginners?
Can it help design materialized views?
Does it provide complete database security hardening?
What should I verify before using examples?
Developer Details
Author
affaan-mLicense
MIT
Author version
v1.0
Skillstore revision
r1
Version notice
The author-declared version is not valid SemVer.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/cc-skill-clickhouse-ioRef
6425ec35f4ac137735cff58cd7877843bba23e3b
Maintenance freshness
7/18/2026
Usage
8 downloads ยท 154 views
File structure
๐ SKILL.md