A sophisticated AI skill for querying, visualizing, and analyzing datasets using the Powerdrill API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install powerdrill-data-analysis-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install powerdrill-data-analysis-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Powerdrill Data Analysis skill enables AI agents to interact directly with the Powerdrill REST API v2 for sophisticated data exploration. It provides a robust Python-based interface to manage datasets, upload diverse file formats like CSV or PDF, and perform natural-language queries to extract meaningful insights. By integrating this capability through Openclaw Skills, developers can build agents that not only read data but also generate visual charts and structured tables. This skill is designed for high-performance data workflows, offering seamless session management to maintain conversational context during complex analyses. Whether you are automating business intelligence or conducting research, Openclaw Skills ensure your agent has the tools needed to turn raw data into actionable knowledge.
Install the necessary dependencies and configure your environment variables to begin using this skill:
pip install requests
export POWERDRILL_USER_ID="your_user_id"
export POWERDRILL_PROJECT_API_KEY="your_project_api_key"
To use the client in your scripts, adjust the path and import the module:
import sys
sys.path.insert(0, "/path/to/scripts")
from powerdrill_client import *
The skill organizes data into a hierarchy of datasets and sources, managed via the following structure:
| Entity | Attributes | Description |
|---|---|---|
| Dataset | ID, Name, Description | The primary container for managing related data sources. |
| Data Source | ID, Name, Status, URL | Individual files (PDF, CSV, XLSX, etc.) attached to a dataset. |
| Session | ID, Name, Context | Manages the conversation state and history for iterative analysis. |
| Job Result | MESSAGE, TABLE, IMAGE | The structured output types generated by the analysis engine. |
Loading
A specialized tool for checking Telegram registration status and retrieving profile metadata for any international phone number.

A high-performance API integration for retrieving international public holiday schedules across 100+ countries.

A powerful IP intelligence tool for retrieving detailed geographic and network metadata for any IPv4 or IPv6 address.

A specialized email validation tool for checking syntax, MX records, and disposable domains via the Apipick API.

A sophisticated data exploration skill that uses the Powerdrill API to transform raw files into interactive insights, charts, and tables via natural language.

An AI-powered skill for generating professional presentations and slide decks from text content, documents, or reference images via the 2slides API.








































