← Back to Skills Marketplace
452
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install polyv-e-commerce-setup
Description
一键配置电商直播环境(频道、商品、优惠券)
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: polyv-e-commerce-setup
Version: 1.0.2
The skill bundle provides a straightforward automation for setting up an e-commerce live streaming environment using the 'polyv-live-cli' tool. It guides the user through authenticating with their PolyV AppID and AppSecret and initializing resources, which is consistent with its stated purpose. No evidence of data exfiltration, malicious execution, or prompt injection was found in SKILL.md or _meta.json.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polyv-e-commerce-setup - After installation, invoke the skill by name or use
/polyv-e-commerce-setup - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Version 1.0.2 of polyv-e-commerce-setup
- No file changes detected in this release.
- Functionality and documentation remain unchanged.
v1.0.1
- Updated CLI commands to use npx polyv-live-cli@latest for improved reliability.
- Clarified AppID/AppSecret instructions with updated console URL and navigation path.
- Minor text and terminology improvements for clarity.
v1.0.0
Initial release: one-click setup for PolyV e-commerce livestream environment
- Guides user to authenticate PolyV account.
- Automates creation of a livestream channel (vertical orientation), sample products, and a coupon.
- Simple step-by-step CLI commands provided for setup.
Metadata
Frequently Asked Questions
What is polyv-e-commerce-setup?
一键配置电商直播环境(频道、商品、优惠券). It is an AI Agent Skill for Claude Code / OpenClaw, with 452 downloads so far.
How do I install polyv-e-commerce-setup?
Run "/install polyv-e-commerce-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is polyv-e-commerce-setup free?
Yes, polyv-e-commerce-setup is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does polyv-e-commerce-setup support?
polyv-e-commerce-setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created polyv-e-commerce-setup?
It is built and maintained by NEE (@terryso); the current version is v1.0.2.
More Skills