← Back to Skills Marketplace
271
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install webcam
Description
探鸽摄像头 Skill 服务。用于查询当前 Skill 已绑定设备、查看当前画面、查询事件、查看事件图片、确认设备状态和电量。当用户要查看可操作设备、看某个摄像头当前截图、查询某天或某时段发生了什么、查看最近事件或事件图片、确认在线状态、查询电量时使用。
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install webcam - After installation, invoke the skill by name or use
/webcam - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Webcam?
探鸽摄像头 Skill 服务。用于查询当前 Skill 已绑定设备、查看当前画面、查询事件、查看事件图片、确认设备状态和电量。当用户要查看可操作设备、看某个摄像头当前截图、查询某天或某时段发生了什么、查看最近事件或事件图片、确认在线状态、查询电量时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 271 downloads so far.
How do I install Webcam?
Run "/install webcam" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Webcam free?
Yes, Webcam is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Webcam support?
Webcam is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Webcam?
It is built and maintained by flyfinec (@flyfinec); the current version is v1.0.0.
More Skills