← 返回 Skills 市场
ckchzh

Live Stream Script

作者 BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
764
总下载
1
收藏
9
当前安装
14
版本数
在 OpenClaw 中安装
/install live-stream-script
功能描述
直播脚本生成器。带货直播、娱乐直播、知识直播话术、互动设计、开场预热、逼单话术、互动话术库。Live stream script generator for e-commerce, entertainment, education, warmup scripts, closing techniques, inte...
使用说明 (SKILL.md)

live-stream-script

直播话术和带货口播脚本生成器。开场预热、产品介绍、逼单促单、互动话术。

Usage

# 开场预热话术(前5分钟留人技巧)
live.sh warmup "产品"

# 直播开场话术
live.sh open "主题"

# 产品介绍话术
live.sh product "产品名" "卖点1,卖点2"

# 逼单/促单话术
live.sh close "产品名" "价格"

# 互动话术(点关注、扣1、抽奖、福袋)
live.sh interact

# 帮助
live.sh help

When to Use

  • 用户要做直播带货,需要话术脚本
  • 需要前5分钟留人预热话术
  • 需要产品介绍、逼单促单话术
  • 需要直播互动话术模板
  • 需要直播开场白

脚本使用 Python 生成直播话术模板,涵盖预热、开场、产品讲解、促单、互动等环节。

Commands

Command Description
warmup 开场预热话术(前5分钟留人策略)
open 直播开场话术
product 产品介绍话术(FABE法则)
close 逼单/促单话术(限时+限量+赠品)
interact 互动话术模板(关注/扣1/抽奖/挽留/下播)
help 显示帮助信息

查看 tips.md 获取直播带货实战技巧(留人策略、逼单技巧、数据复盘等)。

Output

所有输出为纯文本,可直接用于直播脚本。

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

安全使用建议
This skill appears coherent and limited to generating live-stream text templates. It does create a small local data directory (by default ~/.local/share/live-stream-script) and appends simple usage logs; no network calls or credentials are used. If you want extra caution: review the bundled scripts yourself, run them in a sandbox or throwaway account, or set LIVE_STREAM_SCRIPT_DIR to a directory you control. If you don't want local logs, remove the created data directory after use.
功能分析
Type: OpenClaw Skill Name: live-stream-script Version: 2.0.0 The skill bundle is a legitimate collection of scripts and templates for generating live stream scripts and marketing content. The provided files (scripts/livestream.sh, scripts/script.sh, and scripts/live_gen.py) are simple text generators that use Python and Bash to output templates for openings, product introductions, and engagement hooks. There is no evidence of data exfiltration, network activity, or malicious intent.
能力评估
Purpose & Capability
Name/description (live stream script generator) align with included files: Python and shell scripts produce warmup/open/product/close/interaction scripts and a planning/checklist helper. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md and the helper scripts only instruct the agent/user to run local commands (live.sh / live_gen.py / live-stream-script). The runtime behavior is limited to generating and printing text templates; the instructions do not request reading unrelated system files or transmitting data externally.
Install Mechanism
There is no install spec (instruction-only skill with bundled scripts). All code is included in the bundle; nothing is downloaded or installed from external URLs during install.
Credentials
No required environment variables or secrets. The scripts honor an optional LIVE_STREAM_SCRIPT_DIR / XDG_DATA_HOME for storing logs; this is reasonable and proportionate for a content-generation assistant.
Persistence & Privilege
The bash helper creates a data directory (default: $XDG_DATA_HOME or $HOME/.local/share/live-stream-script) and appends to history.log/data.log. This is limited local persistence (usage logs) and does not modify other skills or system-wide settings. always:false and no elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install live-stream-script
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /live-stream-script 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.5
yaml-fix+quality
v2.3.4
yaml-fix+quality
v2.3.3
Quality upgrade
v2.3.2
Quality upgrade: custom functionality
v2.3.1
Standards compliance: unique content, no template text
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
Add runtime declaration + security compliance
v1.2.0
Version 1.2.0 introduces file structure simplification. - Moved live.sh from scripts/ to the root directory. - Removed scripts/live.sh and scripts/live_gen.py. - No changes to functionality or usage documented in SKILL.md.
v1.1.1
v1.1.0
Pain-point upgrade: new commands solving real user problems, tips.md reference doc.
v1.0.0
Initial release with Chinese SEO keywords.
元数据
Slug live-stream-script
版本 2.0.0
许可证 MIT-0
累计安装 9
当前安装数 9
历史版本数 14
常见问题

Live Stream Script 是什么?

直播脚本生成器。带货直播、娱乐直播、知识直播话术、互动设计、开场预热、逼单话术、互动话术库。Live stream script generator for e-commerce, entertainment, education, warmup scripts, closing techniques, inte... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 764 次。

如何安装 Live Stream Script?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install live-stream-script」即可一键安装,无需额外配置。

Live Stream Script 是免费的吗?

是的,Live Stream Script 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Live Stream Script 支持哪些平台?

Live Stream Script 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Live Stream Script?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.0。

💬 留言讨论