← Back to Skills Marketplace
243
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install trio-stream-vision
Description
Analyze any YouTube livestream or RTSP camera feed using natural language — ask what's happening, detect specific events, or get periodic summaries. Powered...
Usage Guidance
This skill is coherent with its description: it sends stream URLs/frames to Trio's cloud API and requires a TRIO_API_KEY. Before installing, consider: 1) privacy — frames/clips from your cameras will be uploaded to a third party (machinefi/trio); do not point it at cameras you don't own or at people without consent; 2) webhook recipients — if you configure a webhook, that endpoint will receive event data (and optionally frames); ensure you control/trust it; 3) key handling — store TRIO_API_KEY securely (not in shared scripts or public repos), rotate it if exposed, and prefer a key with limited scope if the provider supports it; 4) cost/control — continuous monitoring incurs per-minute charges, so limit durations/intervals and warn users before starting long monitors; 5) vet the provider — confirm you trust machinefi/trio for handling sensitive visual data. If you want stronger guarantees, ask the publisher for an on-prem or self-hosted option or more explicit documentation about data retention and access controls from Trio.
Capability Analysis
Type: OpenClaw Skill
Name: trio-stream-vision
Version: 1.0.0
The trio-stream-vision skill is a legitimate integration for the Trio Vision API, designed to analyze live video streams (YouTube, RTSP, HLS) using natural language. It utilizes standard system tools like curl and python3 to interact with the trio.machinefi.com API and includes explicit instructions in SKILL.md to prevent the leakage of the TRIO_API_KEY. No evidence of malicious intent, data exfiltration, or unauthorized command execution was found in the code or the extensive documentation provided.
Capability Assessment
Purpose & Capability
The skill is an instruction-only wrapper around Trio's Vision-as-an-API. Requiring a TRIO_API_KEY and a CLI (curl or python3 for JSON formatting) is directly aligned with the described capability of analyzing livestreams via Trio's API. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to POST stream URLs and natural-language conditions to Trio endpoints (check-once, live-monitor, live-digest), and optionally to request frames/clips (base64) or deliver events to a webhook. The instructions remain within the described scope, but they explicitly send visual data to an external cloud service (trio.machinefi.com) and allow delivery to arbitrary user-supplied webhooks — both of which have privacy implications and deserve user attention before enabling the skill.
Install Mechanism
No install spec or binary downloads are present; this is SKILL.md-only and uses existing system tools (curl/python3). That is the lowest-risk install model and consistent with the stated approach.
Credentials
Only one environment variable (TRIO_API_KEY) is required and it's the primary credential needed to call Trio's API. There are no unrelated secrets or excessive env requirements.
Persistence & Privilege
The skill does not request always:true, has no special persistence or privileged system access, and does not attempt to modify other skills or system-wide configs. Autonomous invocation is possible (platform default) but is not combined with other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trio-stream-vision - After installation, invoke the skill by name or use
/trio-stream-vision - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: analyze YouTube livestreams and RTSP feeds with natural language — check-once, live-monitor, live-digest
Metadata
Frequently Asked Questions
What is Trio Stream Vision?
Analyze any YouTube livestream or RTSP camera feed using natural language — ask what's happening, detect specific events, or get periodic summaries. Powered... It is an AI Agent Skill for Claude Code / OpenClaw, with 243 downloads so far.
How do I install Trio Stream Vision?
Run "/install trio-stream-vision" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Trio Stream Vision free?
Yes, Trio Stream Vision is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Trio Stream Vision support?
Trio Stream Vision is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Trio Stream Vision?
It is built and maintained by andrew (@drandrewlaw); the current version is v1.0.0.
More Skills