← 返回 Skills 市场
laurc2004

Photo Capture Skill

作者 Laurc2004 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
115
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install photo-capture
功能描述
Capture a fresh webcam image on macOS, Windows, or Linux. Prefer direct camera capture via ffmpeg so the workflow does not depend on screen-recording, access...
安全使用建议
This skill appears to do exactly what it says: capture a local webcam frame using ffmpeg or (on macOS fallback) by automating a camera app and taking a screenshot. Before installing or running it: ensure you trust the skill source (it will invoke local camera hardware and may trigger OS permission prompts), have ffmpeg installed and on PATH, and be aware the macOS fallback requires Accessibility/Screen Recording/Automation permissions. If you want extra safety, review the included scripts yourself or run the skill in a sandbox/VM; disable autonomous invocation if you do not want the agent to call it without your explicit request.
能力评估
Purpose & Capability
Name/description match the actual code and runtime instructions: the scripts invoke ffmpeg (or macOS UI automation) to capture camera frames. No unrelated binaries, environment variables, or cloud credentials are requested.
Instruction Scope
SKILL.md directs the agent to run the included scripts from the skill directory and save images to tmp/; it also documents the macOS screenshot fallback which requires Accessibility/Screen Recording/Automation permissions. The instructions do not ask for unrelated files, credentials, or network exfiltration. Note: running the skill will normally trigger OS camera permission prompts for the terminal/Python process.
Install Mechanism
No install spec — instruction-only with bundled scripts. This is low-risk as no external archives are downloaded or installed by the skill itself. The only external dependency is ffmpeg, which the scripts expect to be on PATH.
Credentials
The skill requires no environment variables, credentials, or config paths. Access needs (camera device files like /dev/video* on Linux or OS permission dialogs) are proportional to a webcam-capture utility.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform persistence. It does not modify other skills or system-wide agent settings. Autonomous invocation is allowed by default (platform normal), but that is not combined with other concerning privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install photo-capture
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /photo-capture 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated documentation to use `<skill-dir>` placeholder in command paths instead of absolute examples. - Improved instructions for better portability across install locations. - No code changes or new features—documentation only.
v1.0.0
- Initial release of photo-capture skill. - Capture fresh webcam photos on macOS, Windows, or Linux using direct ffmpeg access. - No dependency on screen-recording, accessibility, or UI automation permissions. - Saves captured images to the workspace `tmp/` folder and replies with the image path. - Provides fallback to macOS app-window screenshot only if direct capture fails.
元数据
Slug photo-capture
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Photo Capture Skill 是什么?

Capture a fresh webcam image on macOS, Windows, or Linux. Prefer direct camera capture via ffmpeg so the workflow does not depend on screen-recording, access... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。

如何安装 Photo Capture Skill?

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

Photo Capture Skill 是免费的吗?

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

Photo Capture Skill 支持哪些平台?

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

谁开发了 Photo Capture Skill?

由 Laurc2004(@laurc2004)开发并维护,当前版本 v1.0.1。

💬 留言讨论