Skip to content

feat(skills): package 6 ClickHouse skills#512

Merged
JAORMX merged 1 commit into
mainfrom
skills/clickhouse
Apr 20, 2026
Merged

feat(skills): package 6 ClickHouse skills#512
JAORMX merged 1 commit into
mainfrom
skills/clickhouse

Conversation

@JAORMX
Copy link
Copy Markdown
Collaborator

@JAORMX JAORMX commented Apr 20, 2026

Packages 6 skills from ClickHouse/agent-skills (Apache-2.0), pinned to d284161.

Skills added

  • chdb-datastore — in-process ClickHouse engine
  • chdb-sql — SQL against chDB
  • clickhouse-architecture-advisor — deployment/replication advice
  • clickhouse-best-practices — 34 rules incl. agent workflow
  • clickhousectl-cloud-deploy — ClickHouse Cloud management
  • clickhousectl-local-dev — local Docker-based dev

MCP: mcp-clickhouse is packaged in toolhive catalog.

Security allowlists

  • chdb-datastore: SECRET_CONNECTION_STRING (illustrative MySQL connection string)
  • clickhousectl-*: PIPELINE_TAINT_FLOW (curl | sh for official clickhouse.com/cli installer)

Closes #485

Packages 6 skills from ClickHouse/agent-skills (Apache-2.0), pinned
to upstream d284161.

- chdb-datastore — in-process ClickHouse engine (Python/Go/Node/Rust)
- chdb-sql — SQL queries against chDB
- clickhouse-architecture-advisor — deployment, replication, MergeTree
- clickhouse-best-practices — 34 rules incl. agent connect/query workflow
- clickhousectl-cloud-deploy — ClickHouse Cloud management
- clickhousectl-local-dev — local Docker-based development

MCP dependency: clickhouse-best-practices references the mcp-clickhouse
server which is packaged in the toolhive catalog.

Allowlists:
- chdb-datastore: SECRET_CONNECTION_STRING (example MySQL
  connection-string shape in docs, not a real credential)
- clickhousectl-*: PIPELINE_TAINT_FLOW (official clickhouse.com/cli
  installer)

Refs #485
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@JAORMX JAORMX added the skills Skill packaging, vendor skill imports label Apr 20, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🛡️ Skill Security Scan Results

✅ chdb-datastore

  • Status: Passed
  • Findings: 1
  • Allowed (not blocking): 1
    • SECRET_CONNECTION_STRING (Allowed: The skill's documentation contains an example mysql://user:password@host:3306/dbname connection-string shape illustrating how to connect chDB to external MySQL sources. The value is not a real credential — it's an illustrative string in markdown.)

✅ chdb-sql

  • Status: Passed
  • Findings: 0

✅ clickhouse-architecture-advisor

  • Status: Passed
  • Findings: 0

✅ clickhouse-best-practices

  • Status: Passed
  • Findings: 0

✅ clickhousectl-cloud-deploy

  • Status: Passed
  • Findings: 1
  • Allowed (not blocking): 1
    • PIPELINE_TAINT_FLOW (Allowed: The skill's prerequisites cite the official ClickHouse CLI installer curl -fsSL https://clickhouse.com/cli | sh as a documented install step. The destination is ClickHouse's own site.)

✅ clickhousectl-local-dev

  • Status: Passed
  • Findings: 1
  • Allowed (not blocking): 1
    • PIPELINE_TAINT_FLOW (Allowed: The skill's prerequisites cite the official ClickHouse CLI installer curl -fsSL https://clickhouse.com/cli | sh as a documented install step. The destination is ClickHouse's own site.)

Summary: Scanned 6 skill(s), all passed security checks. ✅

@JAORMX JAORMX merged commit 8150722 into main Apr 20, 2026
23 checks passed
@JAORMX JAORMX deleted the skills/clickhouse branch April 20, 2026 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skills Skill packaging, vendor skill imports

Projects

None yet

Development

Successfully merging this pull request may close these issues.

skill: package ClickHouse/agent-skills into dockyard

2 participants