← Back to Skills Marketplace
drandrewlaw

Trio Vision

by andrew · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
254
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install trio-vision
Description
Turn any live camera into a smart camera — describe what to watch for in plain English, get alerts in your chat when it happens. Ask questions about any live...
Usage Guidance
This skill appears to do what it says: it wraps a third‑party Vision API and needs a single API key. Before installing, confirm you trust Trio/machinefi (https://trio.machinefi.com) because using the skill will send frames/clips and stream URLs to their servers. Be cautious with private RTSP/local URLs (they may expose your LAN streams) and with the include_frame option or webhooks — these can deliver image data to external endpoints. Use a scoped or rotateable API key if possible, do not paste the key publicly, review Trio's privacy policy, and test first with non‑sensitive streams. Also verify expected costs (monitoring is billed per minute) and ensure any webhook endpoints you provide are trusted. If you want, I can show the exact curl calls the skill will run or help draft a safer test workflow (short runs, low-resolution frames, no include_frame) to validate functionality without exposing sensitive video.
Capability Analysis
Type: OpenClaw Skill Name: trio-vision Version: 1.0.0 The trio-vision skill bundle is a legitimate integration for the Trio Vision AI API, allowing agents to analyze live video streams (YouTube, Twitch, RTSP) using natural language. The bundle is well-documented, including a SKILL.md with clear operational rules, a first-principles analysis, and an implementation guide that even suggests a more secure JavaScript-based alternative. While the use of curl templates in SKILL.md poses a theoretical shell injection risk if the agent fails to sanitize user-provided URLs, there is no evidence of malicious intent; rather, the instructions include security-positive directives such as explicitly forbidding the logging of API keys and requiring cost disclosures to users.
Capability Assessment
Purpose & Capability
Name/description match the behavior: the SKILL.md instructs the agent to call Trio's REST API to analyze live streams. The only required credential is TRIO_API_KEY and required binaries are curl or python3 (used to POST/parse JSON), which are proportional and expected for a REST-wrapping, SKILL.md-only skill.
Instruction Scope
The instructions consistently tell the agent to POST stream URLs and natural-language conditions to Trio's API and to handle job lifecycle (check/cancel/list). Important runtime behaviors are explicit: frames/clips may be uploaded to Trio, include_frame can return base64 images, and webhooks/SSE can deliver events to arbitrary endpoints. This is coherent with the product but creates privacy/data-flow considerations: user-provided stream URLs (including RTSP on a LAN) and image frames will be transmitted to an external service (trio.machinefi.com) and/or potentially to user-specified webhook endpoints. The SKILL.md does not instruct the agent to read or exfiltrate other local files or env vars beyond TRIO_API_KEY.
Install Mechanism
No install spec and no code files — it's SKILL.md-only. That is low-risk: nothing is downloaded or written to disk by the skill itself.
Credentials
Only one environment variable is required (TRIO_API_KEY) and it is the primary credential for the service being called. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide changes. Autonomous invocation (default) is expected for skills and is not, by itself, a misalignment here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install trio-vision
  3. After installation, invoke the skill by name or use /trio-vision
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: check-once, live-monitor, live-digest with natural-language conditions for any live video stream
Metadata
Slug trio-vision
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Trio Vision?

Turn any live camera into a smart camera — describe what to watch for in plain English, get alerts in your chat when it happens. Ask questions about any live... It is an AI Agent Skill for Claude Code / OpenClaw, with 254 downloads so far.

How do I install Trio Vision?

Run "/install trio-vision" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Trio Vision free?

Yes, Trio Vision is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Trio Vision support?

Trio Vision is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Trio Vision?

It is built and maintained by andrew (@drandrewlaw); the current version is v1.0.0.

💬 Comments