← 返回 Skills 市场
a-vb

Data Query

作者 a-vb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
127
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dataquery
功能描述
查询物流指数数据
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dataquery
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dataquery 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug dataquery
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Data Query 是什么?

查询物流指数数据. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。

如何安装 Data Query?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install dataquery」即可一键安装,无需额外配置。

Data Query 是免费的吗?

是的,Data Query 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Data Query 支持哪些平台?

Data Query 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Data Query?

由 a-vb(@a-vb)开发并维护,当前版本 v1.0.0。

💬 留言讨论