← Back to Skills Marketplace
123
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zeelin-video-analysis
Description
视频分析技能,支持本地视频文件直接上传分析。当用户说'分析视频'、'视频处理'、'分析这个视频'等并上传视频文件时使用此技能。
Usage Guidance
This skill appears to do what it says (analyze videos) but it uploads user video files to an external service at http://47.98.180.113:8083 and asks you to put an App-Key into the bundled templates/config.json. Before installing, consider: 1) Do you trust this remote service and its privacy/retention policies? The skill uses a raw IP and plain HTTP for example uploads — prefer HTTPS and a known domain. 2) Don’t put sensitive or private videos through this skill unless you confirm the operator, encryption-in-transit, and data deletion policies. 3) The App-Key is stored in a local config file (templates/config.json) rather than declared as a required secret — avoid checking that file into version control and verify how the agent stores/uses the key. 4) Ask the publisher for provenance (homepage/source code) and for the service to use an authenticated HTTPS endpoint; if you can’t verify the provider, treat it as higher-risk and avoid sending sensitive media.
Capability Analysis
Type: OpenClaw Skill
Name: zeelin-video-analysis
Version: 1.0.0
The skill facilitates video analysis by instructing the agent to upload user-provided video files and a service API key to a hardcoded IP address (47.98.180.113) in SKILL.md and templates/config.json. While the documentation references a domain (skills.zeelin.cn), the use of a direct IP for transmitting sensitive credentials and media is a high-risk behavior. There is no clear evidence of intentional theft of unrelated system data, but the reliance on unverified infrastructure for data exfiltration warrants a suspicious classification.
Capability Assessment
Purpose & Capability
The name/description (video analysis) align with the instructions (upload video, submit analysis task, poll status). However the skill asks you to register at an external site and place an App-Key into templates/config.json even though the registry metadata declares no required credentials or config paths — that mismatch is unexpected and should have been declared.
Instruction Scope
Runtime instructions tell the agent to read local video files and upload them to a third-party server (http://47.98.180.113:8083). Uploading private videos to an external endpoint is necessary for the service but is high-sensitivity data exfiltration by design. The instructions also prescribe long polling and creating a markdown file. The upload examples use plain HTTP and a raw IP address (not a documented, trusted domain), increasing risk.
Install Mechanism
No install spec or code is included (instruction-only). That minimizes on-disk install risk. There is no package download or archive extraction to review.
Credentials
The skill requires an 'App-Key' for the external Zeelin service, but the registry lists no required env vars or config paths. The SKILL.md expects the user to edit templates/config.json to store Zeelin_App_Key and service_url. Requesting a credential for an external service is reasonable for this functionality, but the omission from metadata and the bundled config file approach is inconsistent and increases the chance of user error (accidentally committing keys) and untracked secrets. Also the example uses form-data appKey rather than a header, which may leak keys in some integrations.
Persistence & Privilege
The skill is not always-enabled and is user-invocable only. It does not request persistent privileges or modify other skills. Autonomous invocation is allowed (default), but that is typical and not in itself a red flag here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zeelin-video-analysis - After installation, invoke the skill by name or use
/zeelin-video-analysis - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
zeelin-video-analysis-skill v1.0.0
- Initial release of the Zeelin video analysis skill.
- Supports direct upload and analysis of local video files.
- Automatically extracts entities, generates relationship graphs, and creates character profiles from video content.
- Provides step-by-step usage instructions, including API integration, authentication, and polling for task status.
- Supports videos up to 500MB in common formats (mp4, mov, avi).
- Returns structured analysis results, formatted in Markdown for user-friendly viewing.
Metadata
Frequently Asked Questions
What is ZeeLin-video-analysis 视频拉片?
视频分析技能,支持本地视频文件直接上传分析。当用户说'分析视频'、'视频处理'、'分析这个视频'等并上传视频文件时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.
How do I install ZeeLin-video-analysis 视频拉片?
Run "/install zeelin-video-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ZeeLin-video-analysis 视频拉片 free?
Yes, ZeeLin-video-analysis 视频拉片 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ZeeLin-video-analysis 视频拉片 support?
ZeeLin-video-analysis 视频拉片 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ZeeLin-video-analysis 视频拉片?
It is built and maintained by liyayong (@liyayong000-sketch); the current version is v1.0.0.
More Skills