clickhouse-analytics

Execute SQL-like queries on ClickHouse databases via HTTP API without writing SQL.

117|10|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/ClawLink-HQ/clawlink --skill clickhouse-analytics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clickhouse-analytics
Source: https://github.com/ClawLink-HQ/clawlink/tree/main/clawhub-skills/clickhouse-analytics
Command: npx skills add https://github.com/ClawLink-HQ/clawlink --skill clickhouse-analytics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill empowers users to query ClickHouse databases without writing SQL, simply by issuing a single command, making complex analytics accessible to all.

Core Features & Use Cases

  • SQL-Free Analytics: Users can query ClickHouse without knowing SQL.
  • Database Exploration: List databases, tables, and view schemas.
  • Use Case: A business analyst wants to analyze sales data in ClickHouse without SQL knowledge. With this Skill, they can use the command "show databases" to list all databases.

Quick Start

To list all databases in ClickHouse, use the command: clawlink_call_tool --tool "clickhouse_list_databases" --params '{}'.

Frequently Asked Questions about clickhouse-analytics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query ClickHouse data without writing SQL?

You can query ClickHouse data without SQL by using a command-line interface that executes SQL-like queries via the ClickHouse HTTP API, enabling non-technical users to access analytics directly.

Can I list databases and view table schemas in ClickHouse without SQL knowledge?

Yes, you can list databases and view table schemas in ClickHouse without SQL knowledge by issuing simple commands, making database exploration accessible for business analytics.

How do business analysts access ClickHouse data for decision-making?

Business analysts access ClickHouse data for decision-making by using a command-line tool to execute queries via the HTTP API, bypassing the need for direct SQL programming.

Does this ClickHouse analytics tool require any SQL programming skills?

No, this ClickHouse analytics tool does not require SQL programming skills, as it provides a command interface to execute queries via the HTTP API for data-driven analysis.

What is the best way to explore ClickHouse databases without coding?

The best way to explore ClickHouse databases without coding is using a command-line interface that sends requests through the ClickHouse HTTP API, allowing you to list databases and view schemas.