← Back to Skills Marketplace
177
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install polyv-live-cli
Description
管理保利威直播服务,包括频道管理、推流操作、商品管理、优惠券、回放、文档和统计数据。当用户需要管理直播频道、配置推流设置、管理商品、处理优惠券、查看直播数据或管理回放录像时使用。
Usage Guidance
This skill is internally consistent: it documents a CLI for Polyv live-management and tells the agent how to use it. Before installing/using it, consider the following:
- The runtime instructions run 'npx polyv-live-cli@latest', which will fetch and execute code from npm (@latest) on demand. Fetching and running unreviewed remote packages is a security risk. Prefer to audit the npm package (check publisher, package page, repository, recent versions) before allowing execution.
- The skill’s metadata lacks a homepage/source; that increases risk. If you need this functionality, prefer obtaining the official polyv-live-cli package from a verified source, pin a specific version (not @latest), or install it yourself and run locally.
- The agent will ask for AppID/AppSecret (or accept env vars). Never paste high-privilege credentials into an agent you don't fully trust. If possible, use a scoped/test account with limited permissions, or supply credentials via secure CI secrets or an audited config file under your control.
- If you allow the agent to run these commands, monitor the credential storage location (~/.npx polyv-live-cli@latest/ per docs) and rotate keys if you later suspect misuse.
If you want, I can: (1) look up the npm package page and repository (if you provide the package name/URL), (2) produce a checklist of steps to safely run these commands locally instead of letting the agent run them, or (3) suggest safer alternatives (pinning version, manual install, running in isolated environment).
Capability Analysis
Type: OpenClaw Skill
Name: polyv-live-cli
Version: 1.0.5
The skill bundle provides a comprehensive interface for managing Polyv live streaming services via the `polyv-live-cli` tool. It includes detailed instructions for authentication, channel configuration, stream management, and interactive features like chat, lotteries, and questionnaires. The credential handling (AppID/AppSecret) follows standard CLI patterns for local storage and environment variables, and the tool access is appropriately restricted to the specific npm package. There is no evidence of data exfiltration, malicious execution, or harmful prompt injection within the SKILL.md or reference documentation.
Capability Assessment
Purpose & Capability
Name, description and the included reference docs consistently describe a CLI for managing Polyv (channels, streams, products, coupons, playback, stats, etc.). The commands shown (npx polyv-live-cli ...) match the stated purpose.
Instruction Scope
The SKILL.md explicitly instructs the agent to run npx polyv-live-cli@latest commands and to prompt the user for AppID/AppSecret (or use env vars). All instructions stay within the domain of managing the Polyv service; there are no instructions to read unrelated host files or to exfiltrate data. However the runtime behavior includes obtaining and executing remote code via npx and collecting credentials from the user, which expands the runtime trust surface.
Install Mechanism
There is no bundled install spec, but the allowed-tools and all commands use 'npx polyv-live-cli@latest'. That causes npx to fetch and execute code from the npm registry at runtime. The skill metadata lists no homepage/source URL and the package origin is unknown — running @latest without validation is risky. Using npx is common for CLIs, but unpinned @latest execution and lack of a verifiable homepage/source is a notable risk.
Credentials
The skill asks for AppID/AppSecret (and references POLYV_APP_ID / POLYV_APP_SECRET) which are appropriate for a live-management CLI. The manifest declares no required env vars, but the docs describe multiple authentication sources (CLI flags, env vars, session account, config directory). This is coherent, but users should be aware they will be asked to supply secrets and that the CLI stores credentials locally (references a ~/.npx polyv-live-cli@latest/ config path).
Persistence & Privilege
The skill is instruction-only, always:false, and does not request persistent platform privileges. It does not attempt to modify other skills or global agent settings. The only persistence implied is the CLI's own credential/config storage on the host (described in docs), which is expected for a CLI tool.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polyv-live-cli - After installation, invoke the skill by name or use
/polyv-live-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
- No changes detected in this version.
- Documentation and functionality remain the same as the previous release.
v1.0.3
- Updated频道创建命令的`场景类型`和`模板`参数说明,现在支持更多场景和模板选项。
- references/channel-management.md同步进行了相关参数和类型说明的补充。
- 其他命令和功能未变。
v1.0.2
- 修正账号管理命令 account delete 为 account remove,以与 CLI 实际命令一致
- 优惠券相关命令和参数做了调整:新增 coupon add、coupon delete,参数命名规范化
- 优化回放相关命令参数命名(如 videoId → video-id,fileIds → file-ids)
- 统计数据命令全面调整,细分观看、并发、观众统计等操作,命令参数更清晰
- 播放器相关命令结构调整,player config get/update 替换原有 player get/update
v1.0.1
Version 1.0.1
- Added comprehensive reference documentation for all major commands and features under the 'references/' directory.
- Introduced new documentation files covering card push, chat management, check-in, donation, lottery, monitoring, platform, player, QA questionnaire, record settings, transmit, viewer management, viewer info, watch condition, and whitelist features.
- Expanded the SKILL.md command list to include new chat消息、禁言踢人、签到管理、录制设置、观众管理、抽奖、打赏、推卡、问卷等操作指令。
- Improved organization and navigation of documentation for easier command discovery.
v1.0.0
Initial release of polyv-live-cli.
- 提供命令行工具管理保利威直播平台,支持频道、推流、商品、优惠券、回放、统计等操作
- 支持账号安全认证与多账号切换
- 完整覆盖频道管理、推流、商品/优惠券、回放、文档、统计分析等常用命令和工作流程
- 输出格式支持表格与 JSON,适用交互和自动化需求
- 场景初始化命令简化电商和教育场景搭建
- 附详细命令说明与官方文档链接,便于上手和扩展
Metadata
Frequently Asked Questions
What is polyv-live-cli?
管理保利威直播服务,包括频道管理、推流操作、商品管理、优惠券、回放、文档和统计数据。当用户需要管理直播频道、配置推流设置、管理商品、处理优惠券、查看直播数据或管理回放录像时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 177 downloads so far.
How do I install polyv-live-cli?
Run "/install polyv-live-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is polyv-live-cli free?
Yes, polyv-live-cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does polyv-live-cli support?
polyv-live-cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created polyv-live-cli?
It is built and maintained by NEE (@terryso); the current version is v1.0.5.
More Skills