← 返回 Skills 市场
387
总下载
0
收藏
0
当前安装
12
版本数
在 OpenClaw 中安装
/install uupt-delivery
功能描述
UU跑腿同城配送服务。支持订单询价、发单下单、查询订单、取消订单、骑手实时追踪。当用户表达任何与"送"、"取"、"寄"、"跑腿"、"发单"、"配送"相关的配送需求时使用此skill。
安全使用建议
What to consider before installing:
- The skill is functionally a delivery client and its code matches the description, but it ships with defaults.json containing an appId/appSecret. Treat those as sensitive: prefer replacing them with your own credentials or removing them if you do not trust the publisher.
- Registration requires your phone number and the skill will automatically fetch your public IP (it contacts external IP services such as httpbin.org, ipinfo.io, api.ipify.org). If you have privacy concerns, do not provide your phone or run this skill in a network-isolated environment.
- The skill will create orders immediately after pricing and explicitly states it will not ask for a second confirmation. Creating orders can incur charges or commitments—confirm with the user before allowing the agent to perform 'create order' actions or modify the SKILL.md/skill logic to require explicit confirmation.
- The skill writes credentials/openId to a local config.json in the skill directory. If you use shared systems, ensure file permissions are appropriate or run the skill in a controlled environment.
- Network endpoints used by the skill include: api-open.uupt.com (primary API), public IP services (httpbin.org, ipinfo.io, api.ipify.org), and api.qrserver.com (QR generation). If you need stronger guarantees, audit requests and replace defaults with your own account.
- If you want this to be considered lower-risk: ask the publisher to remove packaged secrets, require an explicit confirmation step before creating orders, and document why public-IP lookup is necessary and whether it can be disabled. If the publisher confirms defaults.json only contains non-sensitive demo keys and provides a way to opt-out, the concerns would be reduced.
功能分析
Type: OpenClaw Skill
Name: uupt-delivery
Version: 1.0.11
The skill provides a legitimate integration with the UU跑腿 (UU Delivery) same-city delivery service, supporting price inquiries, order creation, and driver tracking. It includes both Node.js and Python implementations that interact with the official UU跑腿 OpenAPI (api-open.uupt.com). While the skill collects the user's public IP via services like ipify.org or ipinfo.io, this is a documented requirement for the service's SMS verification and anti-fraud registration process. The instructions in SKILL.md guide the AI agent through a standard OAuth-like registration flow and order management, and the inclusion of default credentials in defaults.json appears to be a legitimate 'quick start' feature provided by the developer.
能力标签
能力评估
Purpose & Capability
Name, description, scripts and libraries (Node.js axios, Python requests) align with a delivery/order-tracking skill. The code implements pricing, order creation, cancellation and tracking as advertised. However, the package ships with a defaults.json containing an appId/appSecret (pre-bundled credentials), which is unexpected for a third-party skill and should be justified by the publisher.
Instruction Scope
Runtime instructions and code perform actions beyond simple queries: they perform phone-based registration (sending SMS), save openId/app credentials to config.json, and—critically—will create orders immediately after pricing without an extra user confirmation step. The SKILL.md explicitly instructs the agent to 'immediately continue executing the user's original request' after registration/credential entry, and to create orders 'without asking user confirmation' which is risky for billing/financial actions. The skill also automatically obtains the user's public IP by calling third-party IP services to include in registration requests.
Install Mechanism
Install spec only adds common HTTP libraries (npm axios, pip requests). No arbitrary downloads, no URL shorteners, and all dependencies are from standard package managers. This is proportionate to the described HTTP API usage.
Credentials
The skill claims no required env vars but supports/reads UUPT_APP_ID, UUPT_APP_SECRET, UUPT_OPEN_ID and UUPT_API_URL. More importantly, defaults.json packaged with the skill contains an appId and an appSecret (sensitive credentials) baked into the distribution—this allows the skill to call the provider API out-of-the-box using those credentials. That is surprising and potentially problematic: it may mean requests will be made under the vendor/distributor account rather than the user's, and the pre-bundled secret could be abused or rate-limited. Other env/credential access appears limited and consistent with its purpose.
Persistence & Privilege
The skill writes a local config.json (merging user-provided or obtained openId) and stores openId after registration. always:false (no forced global presence). Writing its own config file is expected for this kind of skill but users should be aware credentials and openId are persisted to disk in the skill directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install uupt-delivery - 安装完成后,直接呼叫该 Skill 的名称或使用
/uupt-delivery触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.11
- Added _meta.json metadata file for the skill.
- No changes to core functionality or user-facing features.
- Internal metadata additions only.
v1.0.10
uupt-delivery v1.0.10
- 更新支付方式说明,支持微信和支付宝在线支付;部分渠道需附加二维码图片发送。
- 创建订单接口新增 `--channel` 参数,微信等特殊渠道需显式指定以生成二维码图片。
- 优化支付场景交互,普通渠道直接展示支付链接,微信等平台发送二维码图片附件。
- 说明文档细化支付与渠道适配流程,提升易用性与准确性。
v1.0.9
- No file changes detected in this release.
- Version incremented to 1.0.9; no new features, fixes, or documentation updates included.
- All functionality remains unchanged from previous version.
v1.0.8
No code or documentation changes detected in this version.
- No changes detected compared to the previous version.
v1.0.7
No file changes detected in this release.
- Version bumped to 1.0.7 with no code or documentation changes.
v1.0.6
- 修改支付二维码图片保存位置
v1.0.5
- 首次注册场景增加了“已有凭证”快捷配置,支持用户直接输入 appId/appSecret/openId,无需走手机号注册流程。
- SKILL.md 文档对首次认证场景进行分流,分别介绍了凭证配置与手机号注册两种模式。
- 系统会根据用户认证情况自动跳转流程,认证完成后自动保存凭证,无需重复注册。
- 纯体验流程未变,历史功能和既有接口调用方式保持兼容。
v1.0.4
No file changes detected in this release.
- No changes to code or documentation.
- Existing features and usage remain unchanged.
v1.0.3
No changes detected in this version (1.0.3):
- No file changes since the previous release.
- No updates to features, documentation, or configuration.
v1.0.2
uupt-delivery v1.0.2 — Adds automatic mobile registration and WeChat pay support.
- Added mobile phone one-click registration: now automatically prompts for mobile number and SMS verification if required on first use.
- WeChat QR code payment added: when payment is needed, generates and displays a WeChat payment QR code and online link.
- Improved config management: openId is saved after registration, eliminating manual credential setup for most users.
- New and updated scripts: added registration script; refactored main scripts to support new flows.
- Environment variables no longer required for most uses; skill auto-guides registration during first interaction.
- Documentation updated to reflect automated registration, new payment flow, and simplified usage.
v1.0.1
uupt-delivery 1.0.1
- Updated the skill description to consolidate and simplify trigger keywords, focusing on core terms related to delivery and errand services.
- No functional or code changes; documentation update only.
v1.0.0
UU跑腿同城配送服务 skill – 首个发布版本
- 提供完备的同城配送能力,包括订单询价、发单下单、订单状态查询、取消订单及骑手实时追踪功能。
- 支持多种关键词和触发词,自动识别“配送”、“下单”、“寄送”等相关需求。
- 同时兼容 Node.js 与 Python3 环境,自动选择可用运行环境。
- 完善的多场景用户交互模板,支持自动处理余额支付与订单流程。
- 首次配置灵活,支持环境变量、本地 config.json 及引导式填写。
- 详细文档指导每个功能使用方法与参数说明。
元数据
常见问题
uupt-delivery 是什么?
UU跑腿同城配送服务。支持订单询价、发单下单、查询订单、取消订单、骑手实时追踪。当用户表达任何与"送"、"取"、"寄"、"跑腿"、"发单"、"配送"相关的配送需求时使用此skill。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 387 次。
如何安装 uupt-delivery?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install uupt-delivery」即可一键安装,无需额外配置。
uupt-delivery 是免费的吗?
是的,uupt-delivery 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
uupt-delivery 支持哪些平台?
uupt-delivery 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 uupt-delivery?
由 uupt-mcp(@uupt-mcp)开发并维护,当前版本 v1.0.11。
推荐 Skills