← 返回 Skills 市场
dejavukong

Searchables Video Intelligence

作者 dejavukong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install searchables-video
功能描述
YouTube, Bilibili, and local video search, analysis, Q&A, summarization, highlights, and article generation. Use this skill whenever the user mentions YouTub...
安全使用建议
What to consider before installing: - Understand what the skill will call: it expects a Searchables agent accessible at SEARCHABLES_API_URL (defaulting to http://127.0.0.1:37622 if unset). Confirm you trust the Searchables desktop app and its local API before enabling the skill. - Check the fallback config file: the SKILL.md reads ~/.searchables/local-api.json to discover a base URL but the skill metadata doesn't declare that config path — inspect that file yourself to see what it contains and whether you are comfortable letting the agent read it. - Be careful with SEARCHABLES_API_URL: it's effectively a pointer/credential. If you (or an admin) set it to a remote host, the agent will send video queries and possibly file data to that host. Only set it to a trusted localhost address unless you intentionally want a remote service. - The skill forbids using other tools (yt-dlp, direct subtitle downloads) and requires all analysis go through the Searchables API. If you rely on other tooling or want to avoid the desktop app reading browser cookies (used by Searchables to access private/age-restricted content), this skill will change how video data is accessed. - Because this is instruction-only and uses curl to call local HTTP endpoints, there is no code installed by the skill itself — but the local API it calls could perform actions on your behalf (including using browser cookies). Confirm the Searchables app behavior and permissions before use. - If you want to proceed: verify the local API is running (curl {baseUrl}/agent-api/health), inspect the local config file, and consider only enabling the skill when you actively need it. If you have concerns about sending data outside your machine, do not set SEARCHABLES_API_URL to an external host and avoid processing sensitive local videos through this skill.
功能分析
Type: OpenClaw Skill Name: searchables-video Version: 1.0.0 The skill provides a comprehensive interface for a local video intelligence service called 'Searchables', allowing for the search, analysis, and processing of YouTube, Bilibili, and local video files. It includes functionality to discover its local API endpoint by reading a specific configuration file (~/.searchables/local-api.json) and supports processing local videos via absolute file paths. While these are high-privilege operations, they are clearly aligned with the skill's stated purpose and are accompanied by detailed instructions for error handling, credit management, and mandatory user confirmation for resource-intensive tasks. No evidence of data exfiltration, malicious execution, or intentional prompt injection for harmful purposes was found.
能力评估
Purpose & Capability
Name/description (video search/analysis) aligns with required binary (curl) and declared env var (SEARCHABLES_API_URL). Requiring a base API URL for a local Searchables service is reasonable. However, the skill treats SEARCHABLES_API_URL as the primary credential (a URL), which could be used to point the agent at an arbitrary remote endpoint if mis-set — this is plausible for the purpose but should be treated as sensitive.
Instruction Scope
The SKILL.md instructs the agent to read ~/.searchables/local-api.json to discover a local API URL (via cat/grep/cut). The skill metadata declared no required config paths, so the instructions reference a filesystem path that wasn't declared — an inconsistency. The instructions also insist all video analysis go through the Searchables API and forbid alternative approaches (e.g., yt-dlp), which is a behavioral constraint but not necessarily malicious. Overall: the skill asks the agent to access a user file and to rely on a local service; the undeclared file access is a mismatch that should be noted.
Install Mechanism
This is an instruction-only skill with no install spec and no code files; the only binary dependency is curl. That is the lowest-risk install footprint (nothing is downloaded or written by the skill itself).
Credentials
Only one environment variable is required (SEARCHABLES_API_URL), which is appropriate for an API-driven skill. However, that env var is a URL (treated as the primary credential). If set to a remote host rather than localhost, the agent will call that endpoint and could leak queries or request local file uploads to an attacker-controlled server. The instructions also attempt to read a local config file for a fallback URL; that file access was not declared in the metadata.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request persistent presence or modify other skills. Autonomous invocation is allowed (default) but is not combined with other high-risk flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install searchables-video
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /searchables-video 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: YouTube, Bilibili, and local video search, analysis, Q&A, summarization, highlights, article generation, subtitle download with smart fallback, and Notion export.
元数据
Slug searchables-video
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Searchables Video Intelligence 是什么?

YouTube, Bilibili, and local video search, analysis, Q&A, summarization, highlights, and article generation. Use this skill whenever the user mentions YouTub... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。

如何安装 Searchables Video Intelligence?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install searchables-video」即可一键安装,无需额外配置。

Searchables Video Intelligence 是免费的吗?

是的,Searchables Video Intelligence 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Searchables Video Intelligence 支持哪些平台?

Searchables Video Intelligence 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Searchables Video Intelligence?

由 dejavukong(@dejavukong)开发并维护,当前版本 v1.0.0。

💬 留言讨论