1688-88syt

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill appears aligned with its stated 1688 B2B transaction purpose, but it uses an account AK and can perform real order and refund-related actions, so users should confirm write operations carefully.

This skill is reasonable for managing 1688 88生意通 purchase orders, but it has real account authority. Install only from a source you trust, protect the AK, and do not approve create/sign/refund/confirm-receipt/invalidate actions unless the order details and business intent are correct.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If a write command is confirmed incorrectly, it could change a real business transaction or funds-related workflow.

Why it was flagged

The skill exposes commands that can mutate purchase orders and transaction state, including receipt confirmation and refund application. The artifact also requires confirmation, so this is disclosed and purpose-aligned rather than suspicious.

Skill content
写入 | create-order, sign-order, sign-reject, confirm-receipt, invalidate-order, refund-apply | 必须先确认用户意图;涉及资金/状态变更的操作须二次确认
Recommendation

Before approving write operations, verify the order number, role, counterparty, amount, and intended action; require explicit second confirmation for refunds, receipt confirmation, rejection, or invalidation.

What this means

Anyone or any agent process with access to that AK/configuration could potentially perform the supported 88生意通 actions for the account.

Why it was flagged

The configure capability persists the user's AK in OpenClaw configuration so later API calls can act under the user's 1688 account authority.

Skill content
skill_entry["apiKey"] = api_key
Recommendation

Only provide the AK in a trusted environment, avoid sharing it in normal chat beyond the intended setup flow, and rotate/regenerate it if you suspect exposure.

What this means

Installing from a moving Git branch can fetch code that differs from the reviewed package.

Why it was flagged

The README suggests installing from a remote Git repository without pinning a specific commit. This is user-directed and not an automatic install step, but users should be aware of provenance.

Skill content
请帮我安装这个 skill:git clone https://github.com/next-1688/1688-88syt.git
Recommendation

Prefer the reviewed registry package or pin and inspect a specific commit if installing from GitHub.