← 返回 Skills 市场
57
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install maverick-google-video-url-analysis
功能描述
Send a public video URL directly to a Google Gemini model for analysis. Use when Codex must summarize a video, answer questions about video content, or extra...
使用说明 (SKILL.md)
Google Video Url Analysis
Use scripts/gemini_video_url_analyzer.py for deterministic Gemini calls instead of ad-hoc API snippets.
Workflow
- Set an API key:
MAVERICK_GEMINI_API_KEY(preferred), orMAVERICK_GOOGLE_API_KEY
- Run the analyzer with a public video URL supported by Gemini as direct URI input.
- Provide a task-specific prompt (summary, timeline extraction, Q&A, moderation, etc.).
- Inspect the text output.
Command Guide
- Basic analysis:
python scripts/gemini_video_url_analyzer.py --video-url "https://www.youtube.com/watch?v=..." --prompt "Summarize in 5 bullets and list important timestamps."
- Override model:
python scripts/gemini_video_url_analyzer.py --video-url "\x3Curl>" --model "gemini-2.5-pro" --prompt "Produce a scene-by-scene report."
Operational Rules
- Require a publicly accessible URL.
- Prefer concise, explicit prompts with concrete output constraints.
安全使用建议
This appears safe to install if you intend to analyze public video URLs with Gemini. Before use, provide a Gemini API key carefully, expect your URL and prompt to be sent to Google, and install the Google GenAI dependency from a trusted source if your environment does not already have it.
功能分析
Type: OpenClaw Skill
Name: maverick-google-video-url-analysis
Version: 1.0.0
The skill bundle is a legitimate utility designed to analyze video URLs using the Google Gemini API. The Python script (scripts/gemini_video_url_analyzer.py) correctly implements the official google-genai SDK, handles API keys through standard environment variables, and contains no evidence of data exfiltration, obfuscation, or malicious execution logic.
能力标签
能力评估
Purpose & Capability
The SKILL.md, agent prompt, and Python script are coherent: they analyze a public video URL with Gemini and print the model response.
Instruction Scope
The workflow is user-directed, requiring a public URL and prompt; there is no evidence of automatic background execution, destructive actions, or unrelated tool use.
Install Mechanism
There is no install spec, but the script tells users to install the unpinned google-genai package if missing. This is purpose-aligned but worth noticing.
Credentials
The skill needs a Gemini API key even though registry requirements list no required env vars or primary credential. The key use is disclosed and limited to Gemini access.
Persistence & Privilege
The artifacts show no persistence, no protected-path writes, no credential storage, no broad local file access, and no long-running agent behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install maverick-google-video-url-analysis - 安装完成后,直接呼叫该 Skill 的名称或使用
/maverick-google-video-url-analysis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Update skill bundle
元数据
常见问题
Maverick Google Video Url Analysis 是什么?
Send a public video URL directly to a Google Gemini model for analysis. Use when Codex must summarize a video, answer questions about video content, or extra... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 57 次。
如何安装 Maverick Google Video Url Analysis?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install maverick-google-video-url-analysis」即可一键安装,无需额外配置。
Maverick Google Video Url Analysis 是免费的吗?
是的,Maverick Google Video Url Analysis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Maverick Google Video Url Analysis 支持哪些平台?
Maverick Google Video Url Analysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Maverick Google Video Url Analysis?
由 Maverick(@maverick)开发并维护,当前版本 v1.0.0。
推荐 Skills