← 返回 Skills 市场
Poker Clip
作者
NicoleNovan
· GitHub ↗
· v1.0.0
· MIT-0
106
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pokerclip
功能描述
Automatically cuts poker tournament videos into complete hand clips in vertical 9:16 format with subtitles and unique hooks for TikTok/YouTube Shorts.
安全使用建议
This skill appears to do what it says (detect hands, transcribe, cut clips, overlay subtitles/hooks) but contains inconsistencies and some buggy/sloppy code. Before running it: 1) Don’t run it on sensitive videos or on a machine with sensitive data. 2) Confirm and install required software: Python 3.10+, ffmpeg on PATH, and the whisper transcription package (pip install openai-whisper or equivalent). 3) Inspect the scripts locally — several helper scripts the docs mention are missing, and poker_clipper.py contains at least one coding mistake (an undefined variable in the trailing-hand code path), so expect bugs. 4) If you need larger transcription models, ask the maintainer whether those are local models or cloud APIs (which would require API keys). 5) Run the skill in an isolated/test workspace (or VM/container) first. If you’re unsure, request the maintainer to: update registry metadata to list ffmpeg/whisper as requirements, provide the missing helper scripts (or remove references), and fix the obvious code issues before you install.
功能分析
Type: OpenClaw Skill
Name: pokerclip
Version: 1.0.0
The pokerclip skill bundle is a legitimate tool designed to automate the transcription and clipping of poker videos for social media. It uses the OpenAI Whisper library for speech-to-text and FFmpeg for video processing. The scripts (poker_clipper.py, gen_hooks.py, patch_hooks.py) follow a logical workflow for detecting hand boundaries and overlaying subtitles. While fix_paths.py performs self-modification of other scripts to update hardcoded directory paths, this is clearly intended for environment portability rather than malice. No evidence of data exfiltration, unauthorized network access, or malicious prompt injection was found.
能力评估
Purpose & Capability
The skill claims to require no binaries or credentials, but README and the scripts clearly expect Python 3.10+, ffmpeg on PATH, and the 'whisper' transcription library. That mismatch between declared requirements (none) and actual needs is a coherence problem.
Instruction Scope
Runtime instructions are narrowly scoped to local video transcription, segmentation, subtitle and hook overlay, and editing code to add signals. However SKILL.md and README reference additional helper scripts (analyze_hands.py, check_overlap.py, debug_signals.py, fix_hooks.py, check_clip5_boundary.py) that are not present in the file manifest; the instructions also suggest using a larger transcription model ('large-v3') without clarifying whether that is local or cloud-based. No external network exfiltration endpoints are present in the code.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded automatically. The included scripts will write files into the workspace and call ffmpeg and whisper locally. This is a relatively low install risk, but the manifest omission of ffmpeg/whisper is misleading.
Credentials
The registry lists no required environment variables or credentials and the code does not read secrets, which is appropriate. But the README and SKILL.md imply large transcription models may be used (local heavy models or possibly cloud-hosted variants), and that would require significant local resources or API keys — the skill does not declare or document that tradeoff. The mismatch between declared zero env/deps and actual runtime needs is the core proportionality concern.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide configuration. It does include a fix_paths.py script which edits files within the skill to convert hard-coded absolute paths into dynamic ones — that modifies local skill files but not outside resources. This is limited scope but worth noting.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pokerclip - 安装完成后,直接呼叫该 Skill 的名称或使用
/pokerclip触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: auto-detect complete poker hands, 9:16 letterbox output, hook overlay, ASS subtitles
元数据
常见问题
Poker Clip 是什么?
Automatically cuts poker tournament videos into complete hand clips in vertical 9:16 format with subtitles and unique hooks for TikTok/YouTube Shorts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。
如何安装 Poker Clip?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pokerclip」即可一键安装,无需额外配置。
Poker Clip 是免费的吗?
是的,Poker Clip 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Poker Clip 支持哪些平台?
Poker Clip 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Poker Clip?
由 NicoleNovan(@nicolenovan)开发并维护,当前版本 v1.0.0。
推荐 Skills