← Back to Skills Marketplace
a-vb

Data Query

by a-vb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
127
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dataquery
Description
查询物流指数数据
README (SKILL.md)

\r \r

steps\r

  1. 读取http://jingwe.jdl.com/#/indexCenter/indexOverview 中的数据,以用户输入的统计日期及承运商名称作为筛选条件\r
  2. 若没有指出明确的承运商名称,则默认查询所有承运商数据;若没有指出明确的统计日期,则查询当日T-1的日期作为统计日期;若没有指出明确省份,默认全国\r
  3. 若没有指出明确的物流指数,则默认查询全部物流指标总分、及各指标数据\r
  4. 行业均值读取http://jingwe.jdl.com/#/indexCenter/shipperOverview 中的数据,筛选条件为输入的承运商名称、统计日期、省份,若无明确输入则按上述兜底条件作为筛选\r \r

input\r

  1. 承运商名称、统计日期、指标名称、区域\r \r

output\r

  1. 统计日期\r
  2. 承运商名称+指标名称+该指标名称下的行业平均值+该承运商的行业排名+与行业平均的差值\r
  3. 该承运商在统计日期T-7至统计日期期间的指标名称下曲线图,波动特点并标出统计日期与这7天中最高值的差值是多少\r
Usage Guidance
This skill appears coherent: it scrapes public pages for logistics-index data and asks for no secrets. Before installing: (1) confirm you are comfortable with the agent making HTTP requests to jingwe.jdl.com; (2) verify that scraping those pages is allowed by the site's terms of service and that the data is public; (3) expect potential implementation issues because the target pages appear to be a JavaScript-rendered SPA—the agent may need a headless-browser capability to extract the data accurately; (4) test outputs for correctness (dates, timezones, T-1 logic) and be cautious about rate limits or blocking by the site. If you need the skill to access private/internal data or to run complex rendering, request an implementation that documents how pages are fetched and how credentials (if any) would be used.
Capability Analysis
Type: OpenClaw Skill Name: dataquery Version: 1.0.0 The skill bundle contains instructions for an AI agent to query logistics index data from specific JD Logistics (JDL) URLs (jingwe.jdl.com). The logic in SKILL.md is focused on data retrieval, filtering, and reporting based on user-provided parameters like carrier name and date, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name/description and SKILL.md both describe querying logistics/index data from the specified jingwe.jdl.com pages. The skill asks for no unrelated binaries, credentials, or config paths, which is proportionate to a public-data query task.
Instruction Scope
Instructions direct the agent to read data from two specific URLs and filter by user inputs; they do not request other system files or credentials. However, the pages are single-page-app routes (hash fragments) that likely require JavaScript for rendering; the SKILL.md does not specify how to fetch or render those pages (headless browser vs simple HTTP GET), nor does it mention respecting robots.txt, rate limiting, or site terms—this is a functional ambiguity rather than a security mismatch.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing will be downloaded or written to disk during install—this is the lowest install risk.
Credentials
The skill requests no environment variables, credentials, or config paths. That is appropriate for a public web-data query and raises no unexplained access to secrets.
Persistence & Privilege
always is false and the skill is user-invocable. The skill does not request permanent presence or privileged modifications to other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dataquery
  3. After installation, invoke the skill by name or use /dataquery
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of “承运商指数查询” skill for querying logistics index data. - Supports querying logistics indices filtered by carrier name, statistical date, and region (defaults provided for each). - Provides industry averages, carrier rankings, and comparisons to industry mean. - Displays trend chart for the specified index over the previous 7 days, highlighting fluctuations and differences. - Data sources: http://jingwe.jdl.com/#/indexCenter/indexOverview and shipperOverview pages.
Metadata
Slug dataquery
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Data Query?

查询物流指数数据. It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.

How do I install Data Query?

Run "/install dataquery" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Data Query free?

Yes, Data Query is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Data Query support?

Data Query is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Data Query?

It is built and maintained by a-vb (@a-vb); the current version is v1.0.0.

💬 Comments