← 返回 Skills 市场
233
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install screen-record-frames
功能描述
Record Android screen via scrcpy, dynamically set keyframe intervals with ffmpeg, then extract and list key frames as PNG images.
安全使用建议
This skill appears to be what it claims: it records an Android device with scrcpy and extracts key frames with ffmpeg. Before installing/running: review scripts/install.sh because it will prompt to install packages and (on Linux) add you to plugdev and write /etc/udev/rules.d/51-android.rules (requires sudo). Only run the install script if you trust these changes; consider running the workflow manually if you prefer (install adb/scrcpy/ffmpeg via your package manager and run scripts/main.sh commands). Verify packages come from your distro's or Homebrew repositories, and back up any system udev rules if you are concerned. If you only want to run extraction against existing videos, you can skip the install and recording steps and run the extract-frames command on local files.
功能分析
Type: OpenClaw Skill
Name: screen-record-frames
Version: 1.0.0
The skill provides a legitimate utility for recording Android screens via scrcpy and extracting keyframes using ffmpeg. The scripts (scripts/main.sh, scripts/install.sh) are transparent, well-documented, and perform actions strictly aligned with the stated purpose. While the installation script requires sudo on Linux to configure udev rules for USB access, this is a standard requirement for Android debugging and does not show signs of malicious intent or unauthorized persistence.
能力评估
Purpose & Capability
Name/description (record Android screen, set keyframe interval, extract key frames) align with the included scripts and README. The scripts legitimately require adb, scrcpy, ffmpeg and perform the described operations.
Instruction Scope
SKILL.md and scripts instruct only local actions: checking for tools, using scrcpy to record, using ffmpeg/ffprobe to analyze and re-encode, and listing PNGs. The scripts probe the connected device (adb devices, getprop) which is expected for this use case. There are no external network endpoints, hidden uploads, or instructions to read unrelated system files.
Install Mechanism
There is no remote code download, but scripts/install.sh performs system changes: installing packages (brew/apt), adding the user to plugdev, writing a udev rules file to /etc/udev/rules.d and reloading rules. These are expected to enable USB access to Android devices but require sudo/admin rights and will modify system configuration.
Credentials
No credentials or sensitive environment variables are requested. Only optional env vars are KEYFRAME_INTERVAL and OUTPUT_DIR which are appropriate for the task.
Persistence & Privilege
The skill does not request persistent automatic inclusion (always:false) and does not modify other skills. However, the install script requires and uses elevated privileges (sudo) to modify udev rules and groups — a necessary but privileged action to access USB devices.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install screen-record-frames - 安装完成后,直接呼叫该 Skill 的名称或使用
/screen-record-frames触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Capture Android screen, extract and manage video key frames.
- Record Android device screen using scrcpy with touch display support.
- Automatically check required tools (adb, scrcpy, ffmpeg) before running.
- Dynamically set key frame interval during video processing to control output.
- Extract all key frames as PNG images using ffmpeg.
- List extracted key frame images for easy review.
- Support for custom keyframe interval and output directory via environment variables.
- Includes troubleshooting tips for common issues.
元数据
常见问题
android record screen and extract key frames 是什么?
Record Android screen via scrcpy, dynamically set keyframe intervals with ffmpeg, then extract and list key frames as PNG images. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 233 次。
如何安装 android record screen and extract key frames?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install screen-record-frames」即可一键安装,无需额外配置。
android record screen and extract key frames 是免费的吗?
是的,android record screen and extract key frames 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
android record screen and extract key frames 支持哪些平台?
android record screen and extract key frames 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 android record screen and extract key frames?
由 qomg(@qomg)开发并维护,当前版本 v1.0.0。
推荐 Skills