polyv-e-commerce-setup

v1.0.2

一键配置电商直播环境(频道、商品、优惠券)

1· 436·0 current·0 all-time
byNEE@terryso

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for terryso/polyv-e-commerce-setup.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "polyv-e-commerce-setup" (terryso/polyv-e-commerce-setup) from ClawHub.
Skill page: https://clawhub.ai/terryso/polyv-e-commerce-setup
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install polyv-e-commerce-setup

ClawHub CLI

Package manager switcher

npx clawhub@latest install polyv-e-commerce-setup
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description (一键配置电商直播环境) align with the runtime steps: it checks account status, asks for PolyV AppID/AppSecret if needed, configures the account, and runs 'npx polyv-live-cli@latest setup e-commerce' to create channels, products, and coupons. The requested actions are appropriate for the claimed purpose.
Instruction Scope
SKILL.md only instructs running polyv-live-cli commands via npx and prompting the user for PolyV AppID/AppSecret; it does not instruct reading unrelated files, accessing unrelated environment variables, or sending data to unexpected endpoints. The instructions are narrowly scoped to PolyV account configuration and e‑commerce setup.
Install Mechanism
There is no install spec in the skill; it uses npx polyv-live-cli@latest at runtime. npx will fetch and execute code from the npm registry (latest tag) on demand — this is expected for a CLI but is a supply‑chain risk because the exact code executed depends on whatever the registry serves at runtime (no pinned version or integrity check).
Credentials
The skill does not declare or require unrelated environment variables or config paths. It asks the user to provide their PolyV AppID/AppSecret only as needed, which is proportionate for configuring a PolyV account. There are no additional unexplained credentials requested.
Persistence & Privilege
The skill is instruction-only, does not request always:true, and does not attempt to modify other skills or system-wide settings in the instructions. It does not request persistent privileges beyond running the CLI commands when invoked.
Assessment
This skill appears to do what it says: run the PolyV CLI to create channels, products, and coupons and prompt you for your PolyV AppID/AppSecret. Before using it: 1) Verify the npm package (polyv-live-cli) — inspect its npm page and source repository and prefer a pinned version rather than @latest if possible; 2) Use a limited/test PolyV account or rotate credentials after testing; 3) Run the npx commands yourself in a controlled environment (or review what they will do) rather than pasting secrets into an untrusted session; 4) If you need stronger assurance, request the skill author to add a pinned package version and an integrity check or provide the CLI source for review.

Like a lobster shell, security has layers — review code before you run it.

latestvk9706pjfbsvxf55k3jent7136x83z8k9
436downloads
1stars
3versions
Updated 4w ago
v1.0.2
MIT-0

PolyV 电商场景快速配置

帮助用户一键配置完整的电商直播环境。

执行步骤

1. 检测认证状态

npx polyv-live-cli@latest account list

2. 配置认证(如需要)

如果用户未配置认证,引导用户提供 AppID 和 AppSecret:

请提供你的 PolyV AppID 和 AppSecret:
- 访问 https://console.polyv.net/ 后台获取
- 路径:云直播 -> 设置 -> 开发者信息

然后用用户提供的凭据配置:

npx polyv-live-cli@latest account add --name <name> --app-id <appId> --app-secret <appSecret>
npx polyv-live-cli@latest account set-default <name>

3. 执行场景初始化

npx polyv-live-cli@latest setup e-commerce

创建的资源

资源说明
频道电商直播场景,竖屏
商品示例商品
优惠券新人满减券

Comments

Loading comments...