dataease

Deploy DataEase charts, dashboards, and PDF exports from datasets.

29|9|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/dataease/DataEase-skills --skill dataease
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dataease
Source: https://github.com/dataease/DataEase-skills/tree/main
Command: npx skills add https://github.com/dataease/DataEase-skills --skill dataease

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pyjwt, cryptography, urllib3, playwright, pdf-lib, and includes scripts (resource) and references (resource) components.

What problem does it solve?

It removes the manual effort of exploring DataEase datasets, creating charts, managing organizations, and exporting dashboard results by automating the full workflow end to end.

Core Features & Use Cases

  • Dataset Exploration: Inspect dataset lists and field metadata before building visuals.
  • Chart Deployment: Publish bar, line, pie, and table views from selected dataset fields.
  • Dashboard Automation: Build multi-chart dashboards, switch organizations, list resources, and capture screenshots or PDF exports.
  • Use Case: A business analyst can turn raw DataEase datasets into a published sales dashboard, verify the output with an automatic screenshot, and share a PDF version without leaving the workflow.

Quick Start

Provide the DataEase base URL and either AK/SK credentials or username and password, then ask the skill to inspect datasets, deploy charts, assemble dashboards, or export resources.

Frequently Asked Questions about dataease

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

FAQPage Schema
How do I automate DataEase dashboard creation and chart deployment from existing datasets?

Automating DataEase dashboard creation involves inspecting dataset field metadata, deploying bar or line charts, and assembling multi-chart dashboards. This workflow connects to DataEase datasets, publishes single-chart views, and builds complete dashboards without manual UI interaction.

Can I export DataEase dashboards to PDF and capture screenshots automatically?

Yes, you can export DataEase dashboards to PDF and capture screenshots automatically. The process uses browser automation to capture authenticated dashboard views and generate local PDF exports or image screenshots for sharing dashboard results.

What credentials do I need to connect to the DataEase API for dataset exploration?

Connecting to the DataEase API requires the base URL and either AK/SK credentials or a username and password. These credentials authenticate API requests to inspect dataset lists, explore field metadata, and manage organization resources.

Does dashboard screenshot generation require browser automation and local runtime support?

Yes, dashboard screenshot generation requires browser automation and local runtime support. It uses Playwright-based capture to render authenticated DataEase dashboard views, meaning a local environment must support browser execution to generate screenshots and PDF exports.

How do I switch organizations and list resources when managing DataEase dashboards?

Switching organizations and listing resources in DataEase involves making authenticated API requests to enumerate available resources and change the active organization context. This allows users to manage multi-chart dashboards across different organizational boundaries programmatically.