Pinduoduo Listing

ReviewAudited by ClawScan on May 10, 2026.

Overview

This skill mainly generates Pinduoduo marketing copy, but some templates create unsupported sales, review, and urgency claims, and one helper stores command history locally.

Review and edit all generated copy before publishing. Do not use fake sales numbers, review rates, scarcity claims, or incentivized-review tactics, and be aware that one helper script can save your command topics locally under a pinduoduo-listing data directory.

Findings (4)

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 used directly, the generated listing could mislead buyers or violate marketplace advertising rules.

Why it was flagged

The script inserts a user-provided product into specific sales and review statistics without any evidence that those numbers are true.

Skill content
「📢 {product} | 10万+买家的共同选择!」 ... 「累计销量 100000+」 ... 「好评率 98.6%」 ... 「复购率 45%」
Recommendation

Only use factual claims that the merchant can substantiate; replace generated numbers, reviews, and guarantees with verified data before publishing.

What this means

A seller following this advice could create deceptive review signals and expose their shop to enforcement or legal risk.

Why it was flagged

The guidance suggests incentivizing positive reviews with cashback, which can manipulate review integrity and may violate platform rules despite the wording about avoiding violations.

Skill content
包裹里放好评卡(返现2-3元,避免违规)
Recommendation

Use neutral, compliant review requests and avoid payments or rewards conditioned on positive reviews or changed reviews.

What this means

Product names, campaign topics, or other business-sensitive prompts may remain on disk after use.

Why it was flagged

The helper stores command names and user-provided arguments in a persistent local history log.

Skill content
DATA_DIR="${PINDUODUO_LISTING_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/pinduoduo-listing}" ... _log() { echo "$(date '+%m-%d %H:%M') $1: $2" >> "$DATA_DIR/history.log"; }
Recommendation

Disclose the local history behavior, provide a cleanup option, and avoid entering sensitive unpublished product or campaign details unless local logging is acceptable.

What this means

Users may be unsure which script or command is actually expected to run, and the runtime dependency on local shell/Python is not clearly declared in the registry metadata.

Why it was flagged

The package is described as instruction-only while also bundling executable helper scripts, and SKILL.md advertises a command to run.

Skill content
No install spec — this is an instruction-only skill. Code file presence: 2 code file(s): scripts/pdd.sh ... scripts/script.sh
Recommendation

Add a clear install specification, declare required binaries such as bash/python3 if the helpers are intended for use, and align the documented command with the shipped scripts.