← 返回 Skills 市场
flyfinec

Webcam

作者 flyfinec · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
271
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install webcam
功能描述
探鸽摄像头 Skill 服务。用于查询当前 Skill 已绑定设备、查看当前画面、查询事件、查看事件图片、确认设备状态和电量。当用户要查看可操作设备、看某个摄像头当前截图、查询某天或某时段发生了什么、查看最近事件或事件图片、确认在线状态、查询电量时使用。
安全使用建议
This skill appears coherent for controlling and querying cameras. Before installing: (1) Confirm the TIVS_CLI_ID/TIVS_API_KEY you provide are from the camera vendor/app you trust and not pasted into chat from an unknown source. (2) Understand that if you supply those credentials during a conversation the skill instructs the agent to write them into openclaw.json (persistent storage) so future calls can be made — only allow that if you want the agent to keep the keys. (3) Verify you are comfortable the base URL (skill.webcamapp.cc) is the intended service endpoint. (4) Avoid pasting unrelated secrets into chat; the skill will store any TIVS_* values it sees. If you need stronger isolation, do not store credentials persistently and instead provide short-lived tokens or use a more trusted/official integration.
功能分析
Type: OpenClaw Skill Name: webcam Version: 1.0.0 The webcam skill bundle is a legitimate integration for the Tivs (探鸽) camera service, facilitating device management, snapshots, and event monitoring via the `https://skill.webcamapp.cc` API. The `SKILL.md` file contains well-defined instructions for the AI agent, including security-conscious directives such as preventing the leakage of API keys in chat and validating device IDs before execution. The credential storage process targeting `openclaw.json` is consistent with standard OpenClaw skill configuration patterns and does not exhibit signs of unauthorized data exfiltration or malicious intent.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description match the declared requirements: the skill needs a service cli_id and api_key (TIVS_CLI_ID, TIVS_API_KEY) to call its API and all runtime instructions target the webcam API host. There are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md limits actions to querying device lists, snapshots, events, images, online status, and battery via the specified API endpoints. It instructs the agent to write provided TIVS_* credentials into openclaw.json (persisting them) and to fetch/handle image URLs; both are consistent with a camera skill but you should be aware that credentials received during a chat will be stored persistently if provided.
Install Mechanism
Instruction-only skill with no install steps and no code files — lowest install risk. All network calls are to a single declared base URL (https://skill.webcamapp.cc).
Credentials
Only two env vars are required (TIVS_CLI_ID and TIVS_API_KEY) and the primary credential is the API key; this is proportionate to the skill's purpose. No unrelated secrets or system config paths are requested.
Persistence & Privilege
always:false (not force-included). The skill explicitly instructs writing credentials into openclaw.json when it receives them, which is reasonable for future calls but does persist user-supplied secrets. The skill does not request system-wide privileges or other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install webcam
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /webcam 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 增加响应头 `X-Skill-Version-Code: 3`,替换旧的 `X-Skill-Version` 头。 - 统一响应结构新增 `clientNotice` 字段,需解析其中的升级提示并适度提醒用户。 - 图片/事件相关接口统一字段名为 `imageUrl`,电量接口字段名为 `batteryPercent` 并新增 `isCharging`。 - 补充了响应字段和调用说明,细化用户操作流程与提示频率要求。 - 规范了部分字段、响应示例与接口参数细节。
v0.0.3
- Updated and clarified usage scenarios, quick routing table, and sample flows for typical user requests. - Added stricter formatting and rules for API requests, responses, and environment variable management. - Emphasized returning concise, user-friendly summaries and avoiding raw JSON or sensitive information in responses. - Refined interface documentation with clearer parameter explanations, field descriptions, and caution notes. - Enforced best practices for device/ID resolution and correct sequence of multi-step queries.
v0.0.2
- 接口“获取设备列表”(GET /api/v1/skill/devices)新增可选参数 device_id,可按设备 ID 精确筛选设备信息。 - 其余内容未变,现有接口和用法保持兼容。
v0.0.1
Initial release of the webcam skill. - Provides API for querying and operating web camera devices: list devices, snapshot, query events, get event images, check online status, and battery level. - Includes clear API endpoints, required parameters, response formats, and error handling. - Uses environment variables TIVS_CLI_ID and TIVS_API_KEY for authentication via HTTP headers. - Details best practices, usage scenarios, and common error messages. - Documentation written in Chinese, focusing on concise and safe operation guidelines.
元数据
Slug webcam
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Webcam 是什么?

探鸽摄像头 Skill 服务。用于查询当前 Skill 已绑定设备、查看当前画面、查询事件、查看事件图片、确认设备状态和电量。当用户要查看可操作设备、看某个摄像头当前截图、查询某天或某时段发生了什么、查看最近事件或事件图片、确认在线状态、查询电量时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 271 次。

如何安装 Webcam?

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

Webcam 是免费的吗?

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

Webcam 支持哪些平台?

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

谁开发了 Webcam?

由 flyfinec(@flyfinec)开发并维护,当前版本 v1.0.0。

💬 留言讨论