Skills datadata-dql
📦

datadata-dql

Content revision r1 Safe ⚙️ External commands🌐 Network access

Build Datadata DQL Data Scripts

Writing Datadata DQL scripts requires platform-specific Starlark syntax and data APIs. This skill guides Claude, Codex, and Claude Code to create query, fetch, DataFrame, and validation workflows.

Supports: Claude Codex Code(CC)
📊 75 Adequate

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "datadata-dql" from https://skillstore.io/skills/datadata-team-datadata-dql.md and its manifest at https://skillstore.io/api/skills/datadata-team-datadata-dql/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Agent-readable resources

Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.

Test it

Using "datadata-dql". Create a DQL script to compare current month revenue with previous month revenue.

Expected outcome:

The result includes a script plan that queries both periods, calculates revenue change, handles zero previous revenue, and returns comparison fields.

Using "datadata-dql". Clean a customer table before an RFM analysis.

Expected outcome:

The result describes a DQL workflow that checks required columns, removes duplicates, validates missing values, and returns a prepared customer dataset.

Using "datadata-dql". Inspect an external API response before transforming it.

Expected outcome:

The result returns the response type and sample body first, so the user can confirm structure before final transformation logic is written.

Security Audit

Safe
v4 • 7/5/2026 Open versioned report

No evidence of prompt injection, malware, or install-time execution was found. The static findings are false positives from Markdown code formatting, type-stub docstrings, SQL examples, and documented DQL fetch examples that use placeholder domains. The skill does describe network-capable DQL scripts, so users should approve real endpoints and data sharing before running generated scripts.

12
Files scanned
3,831
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were detected by the latest completed static and semantic audit. This does not prove the skill has no side effects.
Audited by: codex View Audit History →
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/datadata-team-datadata-dql/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/datadata-team-datadata-dql/security.svg)](https://skillstore.io/skills/datadata-team-datadata-dql?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/datadata-team-datadata-dql?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/datadata-team-datadata-dql/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/datadata-team-datadata-dql.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA · BibTeX · CFF)

APA citation

datadata-team. (2026). datadata-dql security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/datadata-team-datadata-dql/audits/4

BibTeX citation

@techreport{datadata-team-datadata-team-datadata-dql-2026, author = {datadata-team}, title = {datadata-dql security audit report (audit version 4)}, institution = {Skillstore}, year = {2026}, number = {4}, url = {https://skillstore.io/skills/datadata-team-datadata-dql/audits/4}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "datadata-dql security audit report (audit version 4)" version: "unspecified" type: report authors: - name: "datadata-team" date-released: "2026-07-05" url: "https://skillstore.io/skills/datadata-team-datadata-dql/audits/4" identifiers: - type: other value: "skillstore:datadata-team-datadata-dql:audit:4" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: Medium
45
Architecture
85
Maintainability
87
Content
68
Community
83
Spec Compliance

What You Can Build

Prepare Analytics Scripts

Create DQL scripts that query business tables, aggregate metrics, and return validated results for dashboards.

Clean Operational Data

Generate transformations that remove duplicates, fill missing values, and standardize fields before downstream use.

Prototype Data Integrations

Combine SQL query results with approved external API responses and return a structured dataset for review.

Try These Prompts

Create a Basic Query Script
Write a Datadata DQL script that queries [table], limits results to [row count], and returns the DataFrame for inspection.
Clean and Validate Data
Create a DQL script that reads [table], removes duplicate rows by [key], handles missing [field], and returns a small validation summary.
Build an Aggregation Workflow
Write Datadata DQL to calculate [metric] by [dimension] for [date range], using SQL filtering first and DataFrame operations only when needed.
Integrate External API Data
Create a safe DQL workflow that queries [internal data], fetches approved data from [API endpoint], validates both structures, and returns merged results.

Best Practices

  • Read the relevant reference file before using a DQL API or object method.
  • Use parameterized query arguments instead of concatenating user input into SQL.
  • Return a small sample first when table schemas or API response structures are uncertain.

Avoid

  • Do not assume API response field order without inspecting actual returned data.
  • Do not return unbounded datasets when a LIMIT or aggregation would answer the request.
  • Do not use unsupported Python features such as imports, classes, try blocks, or file I/O.

Frequently Asked Questions

What is Datadata DQL?
DQL is a Datadata scripting language based on Starlark with built-in APIs for querying and processing data.
Which tools can use this skill?
The skill declares support for Claude, Codex, and Claude Code.
Can it run the generated script?
No. It helps write scripts, but runtime execution and result inspection happen in the Datadata environment.
Does it support external HTTP requests?
Yes. It documents the DQL fetch API, but users should approve endpoints, credentials, and shared data first.
How should SQL parameters be handled?
Use parameterized query placeholders and pass values separately to reduce SQL injection risk.
What should I provide for best results?
Provide table names, column names, expected output shape, row limits, and any approved external API details.

Developer Details

License

MIT

Skillstore revision

r1

Version notice

The author did not declare a version.

Ref

7e9e368dc1a370f2040369ebcd0db06d90cb48e5

Maintenance freshness

7/18/2026

Usage

1 downloads · 37 views

More from datadata-team

View all
View all