Ntriq Video Intelligence Analyzer

v1.0.0

AI-powered multimodal analysis for images and videos. Structured tags, scene descriptions, mood analysis, virality scores. 15 languages. Users provide their...

0· 71·0 current·0 all-time
byntriq@ntriq-gh

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ntriq-gh/ntriq-video-intelligence-analyzer.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Ntriq Video Intelligence Analyzer" (ntriq-gh/ntriq-video-intelligence-analyzer) from ClawHub.
Skill page: https://clawhub.ai/ntriq-gh/ntriq-video-intelligence-analyzer
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ntriq-video-intelligence-analyzer

ClawHub CLI

Package manager switcher

npx clawhub@latest install ntriq-video-intelligence-analyzer
Security Scan
Capability signals
CryptoCan make purchases
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The SKILL.md describes a remote video/image analysis service and the instructions simply call that service. There are no unrelated required binaries, env vars, or config paths; nothing in the metadata demands capabilities outside a network call to an external API.
Instruction Scope
Instructions tell the agent to POST media URLs to https://x402.ntriq.co.kr/video-intel. This is appropriate for the stated purpose but means user-provided media URLs (potentially private content) are sent to an external host. The doc does not specify authentication or how the micropayment is to be performed, leaving operational details ambiguous.
Install Mechanism
No install spec or code files — instruction-only — so nothing will be written to disk or installed by the agent. This is the lowest-risk install model.
Credentials
The skill declares no required environment variables, credentials, or config paths. The payment mechanism is described (USDC on Base) but no credentials are requested by the skill itself; that is proportionate to a remote API that uses micropayments.
Persistence & Privilege
always is false and defaults for autonomous invocation are unchanged. The skill does not request persistent system privileges or make changes to other skills or agent configuration.
Assessment
This skill is instruction-only and appears coherent: it instructs the agent to call an external video-analysis endpoint. Before using it, consider the following: (1) Privacy — media URLs you submit will be sent to x402.ntriq.co.kr; avoid sending private or sensitive content until you verify the service's privacy policy and retention rules. (2) Payment/authentication — SKILL.md mentions a $0.05 USDC micropayment on Base but gives no auth flow; understand who pays and how (you will likely need to approve on-chain payment outside the agent). (3) Source trust — the homepage and owner are unfamiliar; verify the service (TLS cert, documentation, legal terms, contact) before sending real data. (4) Test with non-sensitive sample data first. If you need higher assurance, ask the publisher for API docs or an official SDK that clarifies authentication, data handling, and refund/pricing behavior.

Like a lobster shell, security has layers — review code before you run it.

latestvk97adgwwr99etvaw4j5aynxxr184x1mb
71downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

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

ParameterTypeRequiredDescription
media_urlstringImage or video URL
analysesarraytags, scenes, mood, virality, content_safety
languagestringOutput language ISO code (default: en)
audiencestringTarget 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

Comments

Loading comments...