← 返回 Skills 市场
177
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install polyv-live-cli
功能描述
管理保利威直播服务,包括频道管理、推流操作、商品管理、优惠券、回放、文档和统计数据。当用户需要管理直播频道、配置推流设置、管理商品、处理优惠券、查看直播数据或管理回放录像时使用。
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polyv-live-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/polyv-live-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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,适用交互和自动化需求
- 场景初始化命令简化电商和教育场景搭建
- 附详细命令说明与官方文档链接,便于上手和扩展
元数据
常见问题
polyv-live-cli 是什么?
管理保利威直播服务,包括频道管理、推流操作、商品管理、优惠券、回放、文档和统计数据。当用户需要管理直播频道、配置推流设置、管理商品、处理优惠券、查看直播数据或管理回放录像时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 177 次。
如何安装 polyv-live-cli?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polyv-live-cli」即可一键安装,无需额外配置。
polyv-live-cli 是免费的吗?
是的,polyv-live-cli 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
polyv-live-cli 支持哪些平台?
polyv-live-cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 polyv-live-cli?
由 NEE(@terryso)开发并维护,当前版本 v1.0.5。
推荐 Skills