← Back to Skills Marketplace
dejavukong

Searchables Video Intelligence

by dejavukong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
90
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install searchables-video
Description
YouTube, Bilibili, and local video search, analysis, Q&A, summarization, highlights, and article generation. Use this skill whenever the user mentions YouTub...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install searchables-video
  3. After installation, invoke the skill by name or use /searchables-video
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug searchables-video
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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

How do I install Searchables Video Intelligence?

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

Is Searchables Video Intelligence free?

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

Which platforms does Searchables Video Intelligence support?

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

Who created Searchables Video Intelligence?

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

💬 Comments