data-builder

Build data-driven DenchClaw apps with CRUD and DuckDB integration.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/aspectrr/denchclaw-workspace --skill data-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-builder
Source: https://github.com/aspectrr/denchclaw-workspace/tree/main/skills/app-builder/data-builder
Command: npx skills add https://github.com/aspectrr/denchclaw-workspace --skill data-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builds data-driven DenchClaw apps with CRUD access to workspace objects and DuckDB integration, enabling analytics and dashboards without manual glue code.

Core Features & Use Cases

  • CRUD access to workspace objects via a unified API to manage datasets stored as .object.yaml tables.
  • Integrated analytics with DuckDB queries, dashboards, and interactive tools for data exploration.
  • Use cases include internal dashboards, data-entry apps, and lightweight BI to monitor workspace data.

Quick Start

Open the Data Builder app and start creating data-driven workspace dashboards.

Frequently Asked Questions about data-builder

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

FAQPage Schema
How do I build a data dashboard with DuckDB integration in my workspace?

To build a data dashboard with DuckDB, this Skill connects your workspace objects to interactive visualizations via Chart.js and D3.js without manual glue code. It enables analytics and data exploration directly within your DenchClaw environment.

Can I create CRUD data apps that manage datasets stored as .object.yaml tables?

Yes, you can create CRUD data apps to manage datasets stored as .object.yaml tables. This Skill provides a unified API via dench.objects to read, update, and delete workspace data for your data-entry applications.

How do I query workspace data using SQL for internal analytics?

You can query workspace data using SQL for internal analytics through the integrated DuckDB engine. This Skill supports running SQL queries via dench.db to explore datasets and power lightweight BI dashboards.

What is the best way to visualize workspace data without writing manual glue code?

The best way to visualize workspace data without manual glue code is using this Skill's built-in Chart.js and D3.js support. It automatically connects CRUD workspace objects to interactive charts for data exploration.

Does this data dashboard builder require specific dependencies to function?

No, this data dashboard builder requires no external dependencies to function. It operates natively within a DenchClaw workspace using integrated dench.objects and dench.db APIs for data management and DuckDB queries.