ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified data analysis Safety 3/5

承运商指数查询

查询物流指数数据

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/a-vb/dataquery
Or

What This Skill Does

承运商指数查询 (Carrier Index Query) is a specialized OpenClaw agent skill designed to bridge the gap between logistics operational dashboards and data-driven decision-making. The skill automates the extraction and synthesis of performance data from the Jingwe platform. By utilizing browser automation techniques, it navigates to the Index Overview and Shipper Overview pages to scrape critical logistics metrics.

This skill serves as an analytical layer for supply chain managers. It processes complex queries by applying default logical fallbacks: if no specific carrier is mentioned, it defaults to a comprehensive view; if no date is provided, it defaults to the T-1 business day; and if no location is specified, it provides a nationwide aggregation. It not only retrieves raw figures but also performs comparative analysis by calculating the variance between a carrier's performance and industry averages, identifying their market ranking, and visualizing trends over a rolling seven-day window to highlight volatility.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/a-vb/dataquery

Ensure your environment has the necessary web-browsing capabilities enabled, as this skill interacts with internal JDL dashboards.

Use Cases

This skill is ideal for logistics professionals who need to generate daily performance snapshots without manual dashboard navigation. Use it to:

  • Monitor real-time carrier performance against competitive industry benchmarks.
  • Identify performance degradation trends over a business week (T-7 to T-1).
  • Prepare automated status reports for stakeholders regarding regional or nationwide shipping efficiency.
  • Conduct root cause analysis by comparing the delta between specific carrier performance and average industry standards.

Example Prompts

  1. "帮我查一下顺丰速运在浙江省昨天的准时率,顺便对比一下行业平均水平。"
  2. "查询上周京东物流在全国范围内的各项物流指标总分趋势,并标注一下波动情况。"
  3. "分析一下昨天所有承运商的物流指数,按排名给我整理一个对比报告,重点指出谁的表现低于行业平均值。"

Tips & Limitations

  • Data Availability: Ensure you have active session credentials for the target URL (jingwe.jdl.com), as the skill operates within your browser context.
  • Date Formats: While the skill defaults to T-1, providing explicit dates (YYYY-MM-DD) will yield more precise results when analyzing historical performance.
  • Performance: The trend analysis (T-7 to T-1) requires parsing multiple data points; allow a few seconds for the agent to compile the visualization and variance calculations.
  • Scope: This tool is strictly limited to the Jingwe platform metrics. Data accuracy is dependent on the reporting frequency of the source platform.

Metadata

Author@a-vb
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-a-vb-dataquery": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#logistics#data-query#supply-chain#dashboard-automation#business-intelligence
Safety Score: 3/5

Flags: network-access, data-collection