← 返回 Skills 市场
Video Searching
作者
memories-ai-official
· GitHub ↗
· v1.0.2
· MIT-0
501
总下载
3
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install video-searching
功能描述
Search and analyze videos across YouTube, TikTok, Instagram, and X/Twitter via the Memories.ai Video Searching API.
安全使用建议
This skill appears to implement what it claims, but check a few things before installing: 1) confirm the runner path the agent will execute — SKILL.md references scripts/run_video_query.sh but the bundle contains run_video_query.sh at the root (fix or reconcile the path). 2) Verify the API host (mavi-backend.memories.ai) is the official backend for the vendor linked on the homepage, and confirm the expected Authorization header format (the script sends the raw token). 3) Ensure MEMORIES_API_KEY you provide has the minimal scope needed and that logs/agent output won't leak the token. 4) If you don't trust the skill source, require manual review or run the script in an isolated environment first.
功能分析
Type: OpenClaw Skill
Name: video-searching
Version: 1.0.2
The video-searching skill is a legitimate tool designed to interface with the Memories.ai Video Searching API. The implementation in run_video_query.sh safely handles user input using jq's argument passing to prevent shell or JSON injection. It correctly manages API authentication via the MEMORIES_API_KEY environment variable and processes Server-Sent Events (SSE) into structured NDJSON for the agent, with no evidence of malicious behavior or data exfiltration.
能力标签
能力评估
Purpose & Capability
Name/description, required binaries (curl, jq), and required env var (MEMORIES_API_KEY) line up with a video-search API integration. However, the SKILL.md calls a runner at <skill_dir>/scripts/run_video_query.sh while the included file is run_video_query.sh at the repository root (path mismatch). The API host used by the script (mavi-backend.memories.ai) differs from the public homepage domain (api-tools.memories.ai) — that can be normal but is worth checking.
Instruction Scope
SKILL.md runtime instructions stay within the task: construct query JSON, call the SSE endpoint, parse NDJSON events, and present results / clarifications / errors. The instructions do not ask the agent to read unrelated files or additional environment variables. The only scope issue is the referenced script path that doesn't match the packaged file name.
Install Mechanism
This is an instruction-only skill with one included shell runner; there is no download/install step or external package fetch. That minimizes install-time risk.
Credentials
Only MEMORIES_API_KEY is required, which is appropriate for this API-based skill. The script sends the key in an Authorization header; verify the service expects the token in that exact header format and avoid logging the value.
Persistence & Privilege
Skill is user-invocable, not always: true, and can be invoked autonomously per platform default. It does not request system-wide config or other skills' credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-searching - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-searching触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
No functional changes in this version.
- No file changes were detected for version 1.0.2.
- Behavior and documentation remain unchanged.
v1.0.1
## v1.1.0 — Migrated to Memories.ai Managed API
### Breaking Changes
- Replaced self-hosted Python agent with managed Video Searching API (`api-tools.memories.ai`)
- Changed invocation command from `/video_sourcing` to `/video_search`
- New authentication: `MEMORIES_API_KEY` replaces `GOOGLE_API_KEY` + `YOUTUBE_API_KEY`
### Improvements
- Zero cold-start — no repo cloning or dependency installation needed
- Simplified requirements: only `curl` and `jq` (removed `git`, `uv`, Python)
- SSE streaming with real-time progress updates
- Enhanced output format: platform badges (🎬🎵📸🐦), relevance notes, and key video metrics
- Added support for `--platforms` and `--time-frame` parameters
- Improved error handling and clarification messaging
v1.0.0
Initial release: deterministic video searching agent with self-bootstrap runtime
元数据
常见问题
Video Searching 是什么?
Search and analyze videos across YouTube, TikTok, Instagram, and X/Twitter via the Memories.ai Video Searching API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 501 次。
如何安装 Video Searching?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-searching」即可一键安装,无需额外配置。
Video Searching 是免费的吗?
是的,Video Searching 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Video Searching 支持哪些平台?
Video Searching 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 Video Searching?
由 memories-ai-official(@memories-ai-official)开发并维护,当前版本 v1.0.2。
推荐 Skills