← Back to Skills Marketplace
67
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tg-cam-claw
Description
探鸽摄像头 Skill 服务。用于查询当前 Skill 已绑定设备、查看当前画面、查询事件、查看事件图片、确认设备状态和电量。当用户要查看可操作设备、看某个摄像头当前截图、查询某天或某时段发生了什么、查看最近事件或事件图片、确认在线状态、查询电量时使用。
Usage Guidance
This skill appears coherent for controlling/querying cameras via the documented API, but consider: 1) Only provide TIVS_CLI_ID / TIVS_API_KEY obtained from the official camera app and ensure you can revoke them if needed. 2) The skill will persist these credentials in openclaw.json — check that file's location and permissions and remove/revoke keys if you later uninstall. 3) The skill calls https://skill.webcamapp.cc and will download image content (signed URLs), so be aware images may transit your agent environment; avoid supplying keys you use elsewhere. 4) If you have doubts about the domain's legitimacy, verify it against the camera vendor before installing. 5) If you need stricter isolation, run the skill in an environment with limited network access or use short-lived keys.
Capability Analysis
Type: OpenClaw Skill
Name: tg-cam-claw
Version: 0.0.3
The skill bundle is a legitimate integration for the 'TanGe' (探鸽) webcam service, providing functionality to list devices, capture snapshots, and query event logs via the domain skill.webcamapp.cc. The instructions in SKILL.md are well-structured, include security-conscious directives (e.g., not echoing API keys), and align perfectly with the stated purpose of managing webcam data.
Capability Tags
Capability Assessment
Purpose & Capability
Name, description and required env vars (TIVS_CLI_ID, TIVS_API_KEY) align with a camera/webcam service; all declared requirements are plausible and proportional for the stated API-based functionality.
Instruction Scope
SKILL.md confines operations to a single API base (https://skill.webcamapp.cc) and documents specific endpoints; it also instructs the agent to persist supplied TIVS credentials into openclaw.json and to fetch image contents rather than only returning URLs — both are reasonable but mean credentials are stored and the agent downloads image binaries.
Install Mechanism
Instruction-only skill with no install step and no code files; nothing is written to disk by an installer beyond the documented openclaw.json persistence of credentials.
Credentials
Only two service-specific env vars are required (cli id and api key) which are appropriate and consistent with the camera service; no unrelated credentials or broad system secrets are requested.
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). The skill explicitly instructs saving TIVS_CLI_ID/TIVS_API_KEY into openclaw.json — this is expected for usable skills but does create persistent local storage of the credential.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tg-cam-claw - After installation, invoke the skill by name or use
/tg-cam-claw - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.3
- Major documentation update: Added extensive usage guidelines, API details, request/response conventions, common scenarios, and quick-routing tables.
- Clarified required environment variables (`TIVS_CLI_ID` and `TIVS_API_KEY`), including how and when to prompt for configuration.
- Detailed all supported API endpoints, parameters, and expected response handling.
- Provided best practices for dialog flow, data presentation, and error handling.
- Established clear separation between device, event, snapshot, and battery operations.
- Included practical user intent mapping and step-by-step instructions for typical use cases.
Metadata
Frequently Asked Questions
What is TG Cam Claw?
探鸽摄像头 Skill 服务。用于查询当前 Skill 已绑定设备、查看当前画面、查询事件、查看事件图片、确认设备状态和电量。当用户要查看可操作设备、看某个摄像头当前截图、查询某天或某时段发生了什么、查看最近事件或事件图片、确认在线状态、查询电量时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 67 downloads so far.
How do I install TG Cam Claw?
Run "/install tg-cam-claw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TG Cam Claw free?
Yes, TG Cam Claw is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TG Cam Claw support?
TG Cam Claw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TG Cam Claw?
It is built and maintained by flyfinec (@flyfinec); the current version is v0.0.3.
More Skills