← Back to Skills Marketplace
ntriq-gh

Ntriq Video Intelligence Analyzer

by ntriq · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
68
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ntriq-video-intelligence-analyzer
Description
AI-powered multimodal analysis for images and videos. Structured tags, scene descriptions, mood analysis, virality scores. 15 languages. Users provide their...
README (SKILL.md)

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

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: ntriq-video-intelligence-analyzer Version: 1.0.0 The skill bundle describes a legitimate multimodal AI analysis tool that interfaces with an external API (x402.ntriq.co.kr). The SKILL.md and _meta.json files contain no executable code, hidden instructions, or evidence of data exfiltration; the functionality is transparently documented as a paid service for analyzing user-provided media URLs.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ntriq-video-intelligence-analyzer
  3. After installation, invoke the skill by name or use /ntriq-video-intelligence-analyzer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of ntriq-video-intelligence-analyzer - Provides AI-powered multimodal analysis for images and videos via user-provided URLs. - Returns structured tags, scene descriptions, mood analysis, virality scores, and content classifications in up to 15 languages. - Supports optional analyses, output language selection, and audience targeting for virality scoring. - Use cases include content tagging, social media performance prediction, and ad creative pre-screening. - Accessible via x402 API endpoint with micropayments.
Metadata
Slug ntriq-video-intelligence-analyzer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 68 downloads so far.

How do I install Ntriq Video Intelligence Analyzer?

Run "/install ntriq-video-intelligence-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ntriq Video Intelligence Analyzer free?

Yes, Ntriq Video Intelligence Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ntriq Video Intelligence Analyzer support?

Ntriq Video Intelligence Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ntriq Video Intelligence Analyzer?

It is built and maintained by ntriq (@ntriq-gh); the current version is v1.0.0.

💬 Comments