/install ntriq-video-intelligence-analyzer
Video Intelligence Analyzer
Multimodal AI analysis for images and videos. Returns structured tags, scene descriptions, mood analysis, virality potential scores, and content classification across 15 languages. Users provide their own URLs — no scraping or external data collection.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
media_url |
string | ✅ | Image or video URL |
analyses |
array | ❌ | tags, scenes, mood, virality, content_safety |
language |
string | ❌ | Output language ISO code (default: en) |
audience |
string | ❌ | Target audience context for virality scoring |
Example Response
{
"tags": ["sunset", "beach", "golden hour", "ocean", "serene", "travel"],
"scenes": [
{"timestamp": "0:00–0:12", "description": "Wide beach panorama, orange sunset sky reflecting on wet sand"},
{"timestamp": "0:12–0:31", "description": "Close-up of waves breaking, slow motion, foam patterns"}
],
"mood": {"primary": "peaceful", "secondary": "nostalgic", "valence": 0.82},
"virality_score": 78,
"virality_factors": ["cinematic quality", "emotional resonance", "trending aesthetic"],
"content_safety": "safe",
"language": "en"
}
Use Cases
- Social media content performance prediction before posting
- Brand content library automated tagging at scale
- Ad creative performance pre-screening
Access
# x402 endpoint — pay $0.05 USDC per call (Base mainnet)
POST https://x402.ntriq.co.kr/video-intel
# Service catalog
curl https://x402.ntriq.co.kr/services
x402 micropayments — USDC on Base, gasless EIP-3009
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ntriq-video-intelligence-analyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/ntriq-video-intelligence-analyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Ntriq Video Intelligence Analyzer 是什么?
AI-powered multimodal analysis for images and videos. Structured tags, scene descriptions, mood analysis, virality scores. 15 languages. Users provide their... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 68 次。
如何安装 Ntriq Video Intelligence Analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ntriq-video-intelligence-analyzer」即可一键安装,无需额外配置。
Ntriq Video Intelligence Analyzer 是免费的吗?
是的,Ntriq Video Intelligence Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ntriq Video Intelligence Analyzer 支持哪些平台?
Ntriq Video Intelligence Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ntriq Video Intelligence Analyzer?
由 ntriq(@ntriq-gh)开发并维护,当前版本 v1.0.0。