← 返回 Skills 市场
drandrewlaw

Trio Vision

作者 andrew · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
254
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install trio-vision
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /trio-vision 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: check-once, live-monitor, live-digest with natural-language conditions for any live video stream
元数据
Slug trio-vision
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 254 次。

如何安装 Trio Vision?

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

Trio Vision 是免费的吗?

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

Trio Vision 支持哪些平台?

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

谁开发了 Trio Vision?

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

💬 留言讨论