[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-clickhouse-setup":3,"mdc-w641ne-key":34,"related-repo-clickhouse-setup":487,"related-org-clickhouse-setup":496},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"setup","set up ClickHouse MCP server connections","Guides users through setting up the ClickHouse MCP server connection bundled with this plugin. Use when the user first installs the plugin or has trouble connecting to ClickHouse.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},"clickhouse","ClickHouse","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fclickhouse.png",[12,14,17,20],{"name":9,"slug":8,"type":13},"tag",{"name":15,"slug":16,"type":13},"Local Development","local-development",{"name":18,"slug":19,"type":13},"Database","database",{"name":21,"slug":22,"type":13},"MCP","mcp",4,"https:\u002F\u002Fgithub.com\u002FClickHouse\u002Fclickhouse-claude-code-plugin","2026-04-19T04:59:29.849185",null,1,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"ClickHouse Claude Code plugin: skills (ClickHouse best practices), rules and MCP.","https:\u002F\u002Fgithub.com\u002FClickHouse\u002Fclickhouse-claude-code-plugin\u002Ftree\u002FHEAD\u002Fskills\u002Fsetup","---\nname: setup\ndescription: Guides users through setting up the ClickHouse MCP server connection bundled with this plugin. Use when the user first installs the plugin or has trouble connecting to ClickHouse.\ndisable-model-invocation: true\n---\n\n# ClickHouse Plugin Setup\n\nThis plugin includes the [ClickHouse Cloud Remote MCP server](https:\u002F\u002Fclickhouse.com\u002Fdocs\u002Fcloud\u002Ffeatures\u002Fai-ml\u002Fremote-mcp) at `https:\u002F\u002Fmcp.clickhouse.cloud\u002Fmcp`. It provides secure, read-only access to your ClickHouse Cloud clusters.\n\n## Setup Steps\n\n1. **Verify the MCP server is connected**: Check that the ClickHouse MCP server appears in your available tools. If it does, you're ready to go.\n\n2. **Authenticate via OAuth**: The MCP server uses OAuth with your ClickHouse Cloud credentials. Follow the prompts when first connecting to authorize access.\n\n3. **Test the connection**: Try listing databases or running a simple SELECT query to confirm everything works.\n\n## Troubleshooting\n\n- **Server not appearing**: Run `\u002Freload-plugins` to reload plugin MCP servers.\n- **Authentication errors**: Re-authenticate by following the OAuth flow when prompted.\n- **Connection timeouts**: Verify your network can reach `https:\u002F\u002Fmcp.clickhouse.cloud`. The MCP server is a remote HTTP endpoint and requires internet access.\n\n## Claude Code Timeout Limitation\n\nClaude Code enforces a **30-second timeout** on all MCP tool calls. This cannot be changed by the user or the MCP server. While the `run_select_query` tool accepts a `timeoutSeconds` parameter (default 300s, max 3600s), Claude Code will kill the connection after 30 seconds regardless of this setting.\n\n**Implications:**\n- Keep queries simple and fast — complex analytical queries that take longer than 30 seconds will fail\n- Use `LIMIT` clauses to bound result sets\n- Prefer querying materialized views or pre-aggregated tables over raw scans of large tables\n- If a query times out, break it into smaller, faster queries rather than increasing `timeoutSeconds`\n\n## What the MCP Server Provides\n\nOnce connected, the ClickHouse MCP server provides these tools:\n\n### Organization & Service Management\n- **get_organizations** — list all accessible ClickHouse Cloud organizations\n- **get_organization_details** — details of a single organization\n- **get_services_list** — list all services in an organization\n- **get_service_details** — details of a single service\n\n### Database Exploration\n- **list_databases** — list all databases in a service\n- **list_tables** — list tables in a database (supports `like`\u002F`notLike` filtering)\n- **run_select_query** — execute read-only SELECT queries (⚠️ subject to 30s Claude Code timeout)\n\n### ClickPipes\n- **list_clickpipes** — list all ClickPipes for a service\n- **get_clickpipe** — details of a specific ClickPipe\n\n### Backups\n- **list_service_backups** — list all backups for a service\n- **get_service_backup_details** — details of a specific backup\n- **get_service_backup_configuration** — backup schedule and retention settings\n\n### Billing\n- **get_organization_cost** — billing and usage cost data (max 31-day window)\n\nAll tools are read-only. See the [ClickHouse MCP docs](https:\u002F\u002Fclickhouse.com\u002Fdocs\u002Fuse-cases\u002FAI\u002FMCP\u002Fremote_mcp) for details.\n\n## Best Practices Skill\n\nThis plugin also includes the `clickhouse-best-practices` skill with 28 rules covering schema design, query optimization, and insert strategy. That skill activates automatically when you work with ClickHouse -- no setup needed.\n",{"data":35,"body":37},{"name":4,"description":6,"disable-model-invocation":36},true,{"type":38,"children":39},"root",[40,49,75,82,118,124,174,180,208,216,252,258,263,270,313,319,367,373,396,402,435,441,454,468,474],{"type":41,"tag":42,"props":43,"children":45},"element","h1",{"id":44},"clickhouse-plugin-setup",[46],{"type":47,"value":48},"text","ClickHouse Plugin Setup",{"type":41,"tag":50,"props":51,"children":52},"p",{},[53,55,64,66,73],{"type":47,"value":54},"This plugin includes the ",{"type":41,"tag":56,"props":57,"children":61},"a",{"href":58,"rel":59},"https:\u002F\u002Fclickhouse.com\u002Fdocs\u002Fcloud\u002Ffeatures\u002Fai-ml\u002Fremote-mcp",[60],"nofollow",[62],{"type":47,"value":63},"ClickHouse Cloud Remote MCP server",{"type":47,"value":65}," at ",{"type":41,"tag":67,"props":68,"children":70},"code",{"className":69},[],[71],{"type":47,"value":72},"https:\u002F\u002Fmcp.clickhouse.cloud\u002Fmcp",{"type":47,"value":74},". It provides secure, read-only access to your ClickHouse Cloud clusters.",{"type":41,"tag":76,"props":77,"children":79},"h2",{"id":78},"setup-steps",[80],{"type":47,"value":81},"Setup Steps",{"type":41,"tag":83,"props":84,"children":85},"ol",{},[86,98,108],{"type":41,"tag":87,"props":88,"children":89},"li",{},[90,96],{"type":41,"tag":91,"props":92,"children":93},"strong",{},[94],{"type":47,"value":95},"Verify the MCP server is connected",{"type":47,"value":97},": Check that the ClickHouse MCP server appears in your available tools. If it does, you're ready to go.",{"type":41,"tag":87,"props":99,"children":100},{},[101,106],{"type":41,"tag":91,"props":102,"children":103},{},[104],{"type":47,"value":105},"Authenticate via OAuth",{"type":47,"value":107},": The MCP server uses OAuth with your ClickHouse Cloud credentials. Follow the prompts when first connecting to authorize access.",{"type":41,"tag":87,"props":109,"children":110},{},[111,116],{"type":41,"tag":91,"props":112,"children":113},{},[114],{"type":47,"value":115},"Test the connection",{"type":47,"value":117},": Try listing databases or running a simple SELECT query to confirm everything works.",{"type":41,"tag":76,"props":119,"children":121},{"id":120},"troubleshooting",[122],{"type":47,"value":123},"Troubleshooting",{"type":41,"tag":125,"props":126,"children":127},"ul",{},[128,146,156],{"type":41,"tag":87,"props":129,"children":130},{},[131,136,138,144],{"type":41,"tag":91,"props":132,"children":133},{},[134],{"type":47,"value":135},"Server not appearing",{"type":47,"value":137},": Run ",{"type":41,"tag":67,"props":139,"children":141},{"className":140},[],[142],{"type":47,"value":143},"\u002Freload-plugins",{"type":47,"value":145}," to reload plugin MCP servers.",{"type":41,"tag":87,"props":147,"children":148},{},[149,154],{"type":41,"tag":91,"props":150,"children":151},{},[152],{"type":47,"value":153},"Authentication errors",{"type":47,"value":155},": Re-authenticate by following the OAuth flow when prompted.",{"type":41,"tag":87,"props":157,"children":158},{},[159,164,166,172],{"type":41,"tag":91,"props":160,"children":161},{},[162],{"type":47,"value":163},"Connection timeouts",{"type":47,"value":165},": Verify your network can reach ",{"type":41,"tag":67,"props":167,"children":169},{"className":168},[],[170],{"type":47,"value":171},"https:\u002F\u002Fmcp.clickhouse.cloud",{"type":47,"value":173},". The MCP server is a remote HTTP endpoint and requires internet access.",{"type":41,"tag":76,"props":175,"children":177},{"id":176},"claude-code-timeout-limitation",[178],{"type":47,"value":179},"Claude Code Timeout Limitation",{"type":41,"tag":50,"props":181,"children":182},{},[183,185,190,192,198,200,206],{"type":47,"value":184},"Claude Code enforces a ",{"type":41,"tag":91,"props":186,"children":187},{},[188],{"type":47,"value":189},"30-second timeout",{"type":47,"value":191}," on all MCP tool calls. This cannot be changed by the user or the MCP server. While the ",{"type":41,"tag":67,"props":193,"children":195},{"className":194},[],[196],{"type":47,"value":197},"run_select_query",{"type":47,"value":199}," tool accepts a ",{"type":41,"tag":67,"props":201,"children":203},{"className":202},[],[204],{"type":47,"value":205},"timeoutSeconds",{"type":47,"value":207}," parameter (default 300s, max 3600s), Claude Code will kill the connection after 30 seconds regardless of this setting.",{"type":41,"tag":50,"props":209,"children":210},{},[211],{"type":41,"tag":91,"props":212,"children":213},{},[214],{"type":47,"value":215},"Implications:",{"type":41,"tag":125,"props":217,"children":218},{},[219,224,237,242],{"type":41,"tag":87,"props":220,"children":221},{},[222],{"type":47,"value":223},"Keep queries simple and fast — complex analytical queries that take longer than 30 seconds will fail",{"type":41,"tag":87,"props":225,"children":226},{},[227,229,235],{"type":47,"value":228},"Use ",{"type":41,"tag":67,"props":230,"children":232},{"className":231},[],[233],{"type":47,"value":234},"LIMIT",{"type":47,"value":236}," clauses to bound result sets",{"type":41,"tag":87,"props":238,"children":239},{},[240],{"type":47,"value":241},"Prefer querying materialized views or pre-aggregated tables over raw scans of large tables",{"type":41,"tag":87,"props":243,"children":244},{},[245,247],{"type":47,"value":246},"If a query times out, break it into smaller, faster queries rather than increasing ",{"type":41,"tag":67,"props":248,"children":250},{"className":249},[],[251],{"type":47,"value":205},{"type":41,"tag":76,"props":253,"children":255},{"id":254},"what-the-mcp-server-provides",[256],{"type":47,"value":257},"What the MCP Server Provides",{"type":41,"tag":50,"props":259,"children":260},{},[261],{"type":47,"value":262},"Once connected, the ClickHouse MCP server provides these tools:",{"type":41,"tag":264,"props":265,"children":267},"h3",{"id":266},"organization-service-management",[268],{"type":47,"value":269},"Organization & Service Management",{"type":41,"tag":125,"props":271,"children":272},{},[273,283,293,303],{"type":41,"tag":87,"props":274,"children":275},{},[276,281],{"type":41,"tag":91,"props":277,"children":278},{},[279],{"type":47,"value":280},"get_organizations",{"type":47,"value":282}," — list all accessible ClickHouse Cloud organizations",{"type":41,"tag":87,"props":284,"children":285},{},[286,291],{"type":41,"tag":91,"props":287,"children":288},{},[289],{"type":47,"value":290},"get_organization_details",{"type":47,"value":292}," — details of a single organization",{"type":41,"tag":87,"props":294,"children":295},{},[296,301],{"type":41,"tag":91,"props":297,"children":298},{},[299],{"type":47,"value":300},"get_services_list",{"type":47,"value":302}," — list all services in an organization",{"type":41,"tag":87,"props":304,"children":305},{},[306,311],{"type":41,"tag":91,"props":307,"children":308},{},[309],{"type":47,"value":310},"get_service_details",{"type":47,"value":312}," — details of a single service",{"type":41,"tag":264,"props":314,"children":316},{"id":315},"database-exploration",[317],{"type":47,"value":318},"Database Exploration",{"type":41,"tag":125,"props":320,"children":321},{},[322,332,358],{"type":41,"tag":87,"props":323,"children":324},{},[325,330],{"type":41,"tag":91,"props":326,"children":327},{},[328],{"type":47,"value":329},"list_databases",{"type":47,"value":331}," — list all databases in a service",{"type":41,"tag":87,"props":333,"children":334},{},[335,340,342,348,350,356],{"type":41,"tag":91,"props":336,"children":337},{},[338],{"type":47,"value":339},"list_tables",{"type":47,"value":341}," — list tables in a database (supports ",{"type":41,"tag":67,"props":343,"children":345},{"className":344},[],[346],{"type":47,"value":347},"like",{"type":47,"value":349},"\u002F",{"type":41,"tag":67,"props":351,"children":353},{"className":352},[],[354],{"type":47,"value":355},"notLike",{"type":47,"value":357}," filtering)",{"type":41,"tag":87,"props":359,"children":360},{},[361,365],{"type":41,"tag":91,"props":362,"children":363},{},[364],{"type":47,"value":197},{"type":47,"value":366}," — execute read-only SELECT queries (⚠️ subject to 30s Claude Code timeout)",{"type":41,"tag":264,"props":368,"children":370},{"id":369},"clickpipes",[371],{"type":47,"value":372},"ClickPipes",{"type":41,"tag":125,"props":374,"children":375},{},[376,386],{"type":41,"tag":87,"props":377,"children":378},{},[379,384],{"type":41,"tag":91,"props":380,"children":381},{},[382],{"type":47,"value":383},"list_clickpipes",{"type":47,"value":385}," — list all ClickPipes for a service",{"type":41,"tag":87,"props":387,"children":388},{},[389,394],{"type":41,"tag":91,"props":390,"children":391},{},[392],{"type":47,"value":393},"get_clickpipe",{"type":47,"value":395}," — details of a specific ClickPipe",{"type":41,"tag":264,"props":397,"children":399},{"id":398},"backups",[400],{"type":47,"value":401},"Backups",{"type":41,"tag":125,"props":403,"children":404},{},[405,415,425],{"type":41,"tag":87,"props":406,"children":407},{},[408,413],{"type":41,"tag":91,"props":409,"children":410},{},[411],{"type":47,"value":412},"list_service_backups",{"type":47,"value":414}," — list all backups for a service",{"type":41,"tag":87,"props":416,"children":417},{},[418,423],{"type":41,"tag":91,"props":419,"children":420},{},[421],{"type":47,"value":422},"get_service_backup_details",{"type":47,"value":424}," — details of a specific backup",{"type":41,"tag":87,"props":426,"children":427},{},[428,433],{"type":41,"tag":91,"props":429,"children":430},{},[431],{"type":47,"value":432},"get_service_backup_configuration",{"type":47,"value":434}," — backup schedule and retention settings",{"type":41,"tag":264,"props":436,"children":438},{"id":437},"billing",[439],{"type":47,"value":440},"Billing",{"type":41,"tag":125,"props":442,"children":443},{},[444],{"type":41,"tag":87,"props":445,"children":446},{},[447,452],{"type":41,"tag":91,"props":448,"children":449},{},[450],{"type":47,"value":451},"get_organization_cost",{"type":47,"value":453}," — billing and usage cost data (max 31-day window)",{"type":41,"tag":50,"props":455,"children":456},{},[457,459,466],{"type":47,"value":458},"All tools are read-only. See the ",{"type":41,"tag":56,"props":460,"children":463},{"href":461,"rel":462},"https:\u002F\u002Fclickhouse.com\u002Fdocs\u002Fuse-cases\u002FAI\u002FMCP\u002Fremote_mcp",[60],[464],{"type":47,"value":465},"ClickHouse MCP docs",{"type":47,"value":467}," for details.",{"type":41,"tag":76,"props":469,"children":471},{"id":470},"best-practices-skill",[472],{"type":47,"value":473},"Best Practices Skill",{"type":41,"tag":50,"props":475,"children":476},{},[477,479,485],{"type":47,"value":478},"This plugin also includes the ",{"type":41,"tag":67,"props":480,"children":482},{"className":481},[],[483],{"type":47,"value":484},"clickhouse-best-practices",{"type":47,"value":486}," skill with 28 rules covering schema design, query optimization, and insert strategy. That skill activates automatically when you work with ClickHouse -- no setup needed.",{"items":488,"total":27},[489],{"slug":4,"name":4,"fn":5,"description":6,"org":490,"tags":491,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[492,493,494,495],{"name":9,"slug":8,"type":13},{"name":18,"slug":19,"type":13},{"name":15,"slug":16,"type":13},{"name":21,"slug":22,"type":13},{"items":497,"total":691},[498,520,534,548,561,579,603,621,635,652,664,684],{"slug":499,"name":499,"fn":500,"description":501,"org":502,"tags":503,"stars":517,"repoUrl":518,"updatedAt":519},"chdb-datastore","accelerate pandas with chDB datastore","Use when the user has tabular data (pandas DataFrame, parquet, csv, Arrow, json) and wants to filter, group, aggregate, join, or speed up slow pandas. Provides chDB DataStore — same pandas API, ClickHouse engine underneath. Also handles reading from S3, MySQL, PostgreSQL, MongoDB, ClickHouse Cloud, Iceberg, Delta Lake as DataFrames and joining across sources. TRIGGER when: user mentions DataFrame, parquet, csv, \"fast pandas\", \"speed up pandas\", or cross-source DataFrame joins; user imports `chdb.datastore` or `from datastore import DataStore`. SKIP this skill for raw SQL syntax (use chdb-sql instead), ClickHouse server administration, or non-Python DataStore API work.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[504,505,508,511,514],{"name":9,"slug":8,"type":13},{"name":506,"slug":507,"type":13},"Data Analysis","data-analysis",{"name":509,"slug":510,"type":13},"Data Engineering","data-engineering",{"name":512,"slug":513,"type":13},"Performance","performance",{"name":515,"slug":516,"type":13},"Python","python",493,"https:\u002F\u002Fgithub.com\u002FClickHouse\u002Fagent-skills","2026-04-15T04:56:32.0629",{"slug":521,"name":521,"fn":522,"description":523,"org":524,"tags":525,"stars":517,"repoUrl":518,"updatedAt":533},"chdb-sql","run ClickHouse SQL queries in Python","Use when the user wants to run SQL — especially analytical SQL — on local files (parquet\u002Fcsv\u002Fjson), URLs, S3 paths, or remote databases (Postgres, MySQL, MongoDB, ClickHouse Cloud, Iceberg, Delta Lake) without setting up a server. Provides chDB — embedded ClickHouse SQL in Python with 1000+ functions, Session for stateful multi-step pipelines, parametrized queries, and cross-source joins via `s3()`, `mysql()`, `postgresql()`, `iceberg()`, `deltaLake()`, `remoteSecure()` table functions. TRIGGER when: user wants SQL on parquet\u002Fcsv\u002Ffiles or across remote analytical sources; uses ClickHouse SQL features (window functions, windowFunnel, geoToH3, JSON path ops, Session, parametrized queries); imports `chdb` or calls `chdb.query()`. SKIP this skill for pandas-style DataFrame method-chaining (use chdb-datastore instead) or ClickHouse server administration.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[526,527,528,529,530],{"name":9,"slug":8,"type":13},{"name":506,"slug":507,"type":13},{"name":509,"slug":510,"type":13},{"name":515,"slug":516,"type":13},{"name":531,"slug":532,"type":13},"SQL","sql","2026-04-15T04:56:33.299509",{"slug":535,"name":535,"fn":536,"description":537,"org":538,"tags":539,"stars":517,"repoUrl":518,"updatedAt":547},"clickhouse-architecture-advisor","advise on ClickHouse architectures","MUST 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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[540,543,544,545,546],{"name":541,"slug":542,"type":13},"Architecture","architecture",{"name":9,"slug":8,"type":13},{"name":509,"slug":510,"type":13},{"name":18,"slug":19,"type":13},{"name":512,"slug":513,"type":13},"2026-04-15T04:56:34.534001",{"slug":484,"name":484,"fn":549,"description":550,"org":551,"tags":552,"stars":517,"repoUrl":518,"updatedAt":560},"review ClickHouse schemas and queries","MUST USE when reviewing ClickHouse schemas, queries, or configurations. Contains 31 rules that MUST be checked before providing recommendations. Always read relevant rule files and cite specific rules in responses.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[553,554,557,558,559],{"name":9,"slug":8,"type":13},{"name":555,"slug":556,"type":13},"Code Review","code-review",{"name":18,"slug":19,"type":13},{"name":512,"slug":513,"type":13},{"name":531,"slug":532,"type":13},"2026-04-06T18:07:18.953931",{"slug":562,"name":562,"fn":563,"description":564,"org":565,"tags":566,"stars":517,"repoUrl":518,"updatedAt":578},"clickhouse-js-node-rowbinary","encode and decode ClickHouse RowBinary streams","Generate TypeScript\u002FJavaScript code that reads\u002Fdecodes AND writes\u002Fencodes ClickHouse RowBinary streams for the ClickHouse HTTP server. Use this skill whenever a user wants to parse or produce `RowBinary`, `RowBinaryWithNames`, or `RowBinaryWithNamesAndTypes`. Node.js only, doesn't cover browsers.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[567,570,571,572,575],{"name":568,"slug":569,"type":13},"API Development","api-development",{"name":9,"slug":8,"type":13},{"name":18,"slug":19,"type":13},{"name":573,"slug":574,"type":13},"JavaScript","javascript",{"name":576,"slug":577,"type":13},"TypeScript","typescript","2026-07-01T08:16:19.314713",{"slug":580,"name":580,"fn":581,"description":582,"org":583,"tags":584,"stars":517,"repoUrl":518,"updatedAt":602},"clickhouse-managed-postgres-rca","diagnose performance issues on ClickHouse-managed Postgres","MUST USE when investigating performance issues on a ClickHouse-managed Postgres instance. Provides an evidence-based RCA workflow that scrapes the Prometheus endpoint for system signal, pulls per-digest evidence from the Slow Query Patterns API, and recommends (does not apply) a fix.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[585,586,589,592,595,596,599],{"name":9,"slug":8,"type":13},{"name":587,"slug":588,"type":13},"Debugging","debugging",{"name":590,"slug":591,"type":13},"Monitoring","monitoring",{"name":593,"slug":594,"type":13},"Observability","observability",{"name":512,"slug":513,"type":13},{"name":597,"slug":598,"type":13},"PostgreSQL","postgresql",{"name":600,"slug":601,"type":13},"Prometheus","prometheus","2026-06-08T08:19:31.589978",{"slug":604,"name":604,"fn":605,"description":606,"org":607,"tags":608,"stars":517,"repoUrl":518,"updatedAt":620},"infra-clickhouse","manage ClickHouse server instances","Sets up and manages ClickHouse using the clickhousectl CLI — installs and runs a local ClickHouse server for development, and creates managed ClickHouse Cloud services for production (authentication, service creation, schema migration, application connection). Use when the user wants to build an application with ClickHouse, set up a local ClickHouse dev environment, create tables and start querying, deploy ClickHouse to production or ClickHouse Cloud, or migrate from a local setup to the cloud.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[609,612,613,614,617],{"name":610,"slug":611,"type":13},"CLI","cli",{"name":9,"slug":8,"type":13},{"name":18,"slug":19,"type":13},{"name":615,"slug":616,"type":13},"Deployment","deployment",{"name":618,"slug":619,"type":13},"Infrastructure","infrastructure","2026-07-28T06:06:00.02089",{"slug":622,"name":622,"fn":623,"description":624,"org":625,"tags":626,"stars":517,"repoUrl":518,"updatedAt":634},"infra-postgres","manage PostgreSQL database instances","Sets up and manages Postgres using the clickhousectl CLI — runs a local Docker-backed Postgres for development, and creates and operates managed ClickHouse Cloud Postgres services (connections, TLS, runtime config, read replicas, failover, point-in-time restore). Use when the user wants a Postgres or PostgreSQL database for their application, a local Postgres dev environment, psql access, or a managed\u002Fproduction Postgres in ClickHouse Cloud, or mentions moving a local Postgres to production.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[627,628,629,632,633],{"name":18,"slug":19,"type":13},{"name":615,"slug":616,"type":13},{"name":630,"slug":631,"type":13},"Docker","docker",{"name":618,"slug":619,"type":13},{"name":597,"slug":598,"type":13},"2026-07-28T06:06:07.151976",{"slug":636,"name":636,"fn":637,"description":638,"org":639,"tags":640,"stars":649,"repoUrl":650,"updatedAt":651},"clickhouse-js-node-coding","build Node.js applications with ClickHouse","Write idiomatic application code with the ClickHouse Node.js client (`@clickhouse\u002Fclient`). Use this skill whenever a user is *building* against the Node.js client — configuring the client, pinging, inserting rows in JSON or raw formats, selecting and parsing results, binding query parameters, managing sessions and temporary tables, working with data types or customizing JSON parsing. Do NOT use for browser\u002FWeb client code.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[641,644,645,646],{"name":642,"slug":643,"type":13},"Backend","backend",{"name":9,"slug":8,"type":13},{"name":18,"slug":19,"type":13},{"name":647,"slug":648,"type":13},"Node.js","node-js",321,"https:\u002F\u002Fgithub.com\u002FClickHouse\u002Fclickhouse-js","2026-05-06T05:41:40.923776",{"slug":653,"name":653,"fn":654,"description":655,"org":656,"tags":657,"stars":649,"repoUrl":650,"updatedAt":663},"clickhouse-js-node-troubleshooting","troubleshoot ClickHouse Node.js client","Troubleshoot and resolve common issues with the ClickHouse Node.js client (@clickhouse\u002Fclient). Use this skill whenever a user reports errors, unexpected behavior, or configuration questions involving the Node.js client specifically — including socket hang-up errors, Keep-Alive problems, stream handling issues, data type mismatches, read-only user restrictions, proxy\u002FTLS setup problems, or long-running query timeouts. Trigger even when the user hasn't precisely named the issue; vague symptoms like \"my inserts keep failing\" or \"connection drops randomly\" in a Node.js context are strong signals to use this skill. Do NOT use for browser\u002FWeb client issues.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[658,659,660,662],{"name":9,"slug":8,"type":13},{"name":587,"slug":588,"type":13},{"name":647,"slug":661,"type":13},"nodejs",{"name":576,"slug":577,"type":13},"2026-04-14T04:56:39.447406",{"slug":665,"name":665,"fn":666,"description":667,"org":668,"tags":669,"stars":681,"repoUrl":682,"updatedAt":683},"clickstack-otel-collector","set up OpenTelemetry collector for ClickHouse","Use when a user wants to wire an OpenTelemetry collector into a Managed ClickStack service on ClickHouse Cloud, either by deploying a new local collector (Docker run or Docker Compose) or by configuring their own existing collector, then send rich synthetic telemetry and verify it is visible in ClickStack.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[670,671,674,677,678],{"name":9,"slug":8,"type":13},{"name":672,"slug":673,"type":13},"Logs","logs",{"name":675,"slug":676,"type":13},"Metrics","metrics",{"name":593,"slug":594,"type":13},{"name":679,"slug":680,"type":13},"OpenTelemetry","opentelemetry",196,"https:\u002F\u002Fgithub.com\u002FClickHouse\u002Fclickhouse-docs","2026-06-11T08:25:17.959323",{"slug":4,"name":4,"fn":5,"description":6,"org":685,"tags":686,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[687,688,689,690],{"name":9,"slug":8,"type":13},{"name":18,"slug":19,"type":13},{"name":15,"slug":16,"type":13},{"name":21,"slug":22,"type":13},12]