← 返回 Skills 市场
harrylabsj

Jtexpress

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
201
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install jtexpress
功能描述
Use J&T Express (极兔速递) for shipment tracking, shipping guidance, service-type comparison, outlet lookup, and delivery-time or fee estimation. Use when the us...
使用说明 (SKILL.md)

J&T Express (极兔速递)

Overview

Use this skill to help users with common J&T Express tasks such as tracking shipments, understanding service levels, estimating timing or fees, and preparing to send a parcel.

Local Persistence

When the local CLI/runtime code is used, this skill may create and persist local data under:

  • ~/.openclaw/data/jtexpress/jtexpress.db
    • stores query history
    • stores shipment-subscription records
    • may store saved address records if those commands are implemented/used
  • ~/.openclaw/data/jtexpress/secure/
    • stores encrypted local files used by the privacy/storage helper
  • ~/.openclaw/data/jtexpress/secure/.key
    • stores a local encryption key file with mode 600
  • ~/.openclaw/data/jtexpress/privacy_export.json
    • may be created when the user runs privacy export

Only use persistence when it is necessary for the user's requested workflow. If the user asks about privacy, disclose these paths clearly.

Privacy Controls

The local CLI supports privacy operations:

  • privacy info — show local storage paths and stored-file info
  • privacy clear — clear local SQLite history/subscription data and encrypted local files
  • privacy export — export local storage metadata to privacy_export.json

Workflow

  1. Determine the user's goal:
    • track an existing shipment
    • estimate fee or delivery time
    • compare service types
    • find a nearby outlet or pickup point
    • prepare shipment details
    • review or clear local history/subscriptions/privacy data
  2. Ask for only the missing essentials, such as tracking number, route, package size, or urgency.
  3. Give the most practical answer first.
  4. If exact fee or timing cannot be confirmed, provide a cautious estimate and state assumptions.
  5. If the task uses local runtime features that persist data, mention that local history/subscription/privacy files may be created under ~/.openclaw/data/jtexpress/.
  6. Do not claim to complete real shipping actions unless live tools are available and confirmed.
安全使用建议
This skill appears to do what it claims: local tracking, estimates, and optional subscription/history persistence. Before installing or running it, note that: - It will create ~/.openclaw/data/jtexpress and a local SQLite DB and may create an encrypted key and files under ~/.openclaw/data/jtexpress/secure when privacy features are used. These files are stored with restrictive permissions (600) per the code. - The bundle includes Python code and a requirements.txt (cryptography, aiohttp, qrcode, pillow, etc.). Running it will require installing those dependencies; review them and install in a virtualenv or sandbox if you are cautious. - The code provided simulates tracking results and does not show external API calls in the visible portions, but aiohttp is present so additional network behavior could exist in parts truncated here — if you rely on network privacy, search the full code for outbound HTTP requests before running. - If you are uncomfortable with local persistence, use the privacy commands described (privacy info / privacy clear / privacy export) or avoid using the runtime features that persist data. Overall this package is coherent and proportional to its stated function; if you want higher assurance, run it in an isolated environment and inspect the full code for any network calls or telemetry before granting it runtime.
能力评估
Purpose & Capability
Name/description (J&T Express helper) match the code and SKILL.md. The code implements tracking, estimates, history, subscriptions, and local persistence under ~/.openclaw/data/jtexpress which is consistent with the stated purpose.
Instruction Scope
SKILL.md clearly documents workflows and local persistence and instructs the agent to only persist when necessary. The runtime code implements the documented behavior. It does not request unrelated files, env vars, or credentials in the visible code. Note: the package contains runtime Python code (not purely prose instructions), so the agent will run bundled code rather than only following prose.
Install Mechanism
There is no install spec (no external downloads) which lowers risk. However, this skill includes code files (jtexpress.py and security.py) and a requirements.txt — the absence of an install block is not harmful but means dependency installation (cryptography, aiohttp, etc.) would be required to run the code. This is a minor inconsistency (described as 'instruction-only' but ships code).
Credentials
The skill declares no required environment variables, no credentials, and the code does not access unrelated secrets. It creates local storage and an optional local encryption key file for encrypted persisted data; these are proportionate to the stated storage/privacy features.
Persistence & Privilege
The skill persists data under its own directory (~/.openclaw/data/jtexpress) and creates an encrypted .key file only in that scope. always is false and it does not request system-wide or cross-skill configuration changes. The local persistence behavior is declared in SKILL.md and implemented in code.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jtexpress
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jtexpress 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of J&T Express skill. - Provides shipment tracking, service-type comparison, outlet lookup, and delivery-time or fee estimation for J&T Express. - Supports privacy controls and local data persistence when used with the CLI. - Guides users through shipment tracking, fee/time estimation, and other common tasks. - Includes clear information about data storage and privacy options.
v1.0.1
English-first documentation update
元数据
Slug jtexpress
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Jtexpress 是什么?

Use J&T Express (极兔速递) for shipment tracking, shipping guidance, service-type comparison, outlet lookup, and delivery-time or fee estimation. Use when the us... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 201 次。

如何安装 Jtexpress?

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

Jtexpress 是免费的吗?

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

Jtexpress 支持哪些平台?

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

谁开发了 Jtexpress?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论