← 返回 Skills 市场
hs9021401

Jable Downloader Lite

作者 Alex · GitHub ↗ · v1.0.3
cross-platform ✓ 安全检测通过
325
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install jable-downloader-lite
功能描述
Simple video downloader for Jable.tv. Download videos by ID or search by actress name.
使用说明 (SKILL.md)

Jable Video Downloader

Download videos from Jable.tv with automatic organization by actress name.

Dependencies

Before using, ensure these tools are installed:

  • yt-dlp — Video download engine (pip install yt-dlp or brew install yt-dlp)
  • ffmpeg — Video processing (sudo apt install ffmpeg or brew install ffmpeg)
  • xdg-user-dir — (Linux only) For finding default Videos folder

Usage

Tell the agent what you want to download:

  • Download by video ID:

    • "Download jable video mina-340"
    • "幫我下載 jable Dass-402"
  • Download by actress search:

    • "Download 10 jable videos of 五日市芽依"
    • "搜尋並下載 5 部 Mikami Yua 的作品"
    • Randomly selects available videos, skips already downloaded ones

The agent will automatically:

  1. Find available videos
  2. Download them to your Videos folder
  3. Organize files by actress name

Examples

User: Download jable video dass-402
Agent: ⬇️ Downloading Dass-402...
      ✅ Completed! Saved to ~/Videos/Dass-402/

User: Download 5 jable videos of Mikami Yua
Agent: 🔍 Found 20 videos...
      📥 Downloading 5 videos...
      ✅ Done! 5/5 videos downloaded

Output Location

Videos are saved to your system's default Videos folder, organized by actress name:

~/Videos/
├── 五日市芽依/
│   └── mina-340.mp4
├── Mikami Yua/
│   ├── ssni-473.mp4
│   ├── ssni-409.mp4
│   ├── ssni-452.mp4
│   ├── ssni-618.mp4
│   └── ssni-644.mp4

Features

  • Simple text-based interface
  • Automatic actress-based organization
  • Progress display in console
  • Cleanup temporary files after download
安全使用建议
This skill appears to do what it says: download Jable.tv videos and organize them locally. Before installing, consider: 1) confirm you are comfortable with downloading adult content and storing files in your Videos folder; 2) install yt-dlp and ffmpeg from official sources (pip/homebrew or project releases) to avoid a malicious binary; 3) be aware the agent will run yt-dlp (an external binary) — if an attacker can replace that binary on your system, they could execute arbitrary code, so keep your system secure; 4) running large automated downloads can consume disk space and bandwidth — choose output directories and limits accordingly; 5) if you want to allow the agent to act autonomously, review invocation policies (autonomous invocation is enabled by default across skills). If you need higher assurance, request a code audit for the included script and validate yt-dlp/ffmpeg integrity before use.
功能分析
Type: OpenClaw Skill Name: jable-downloader-lite Version: 1.0.3 The skill is a functional video downloader for Jable.tv that uses yt-dlp and ffmpeg. The Python script (jable_downloader.py) implements searching and downloading logic, including basic filename sanitization and directory organization by actress name. It uses subprocess calls with argument lists to mitigate shell injection and limits network activity to the target domain (jable.tv). No evidence of data exfiltration, persistence, or malicious intent was found.
能力评估
Purpose & Capability
Name/description (Jable downloader) match the included Python script and SKILL.md. Required tools (yt-dlp, ffmpeg) are exactly what a video downloader would need; no unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to search/download videos and save them to the user's Videos folder. The script only accesses jable.tv pages, the local Videos/home directories, and runs yt-dlp; it does not read unrelated system files, network endpoints, or credentials.
Install Mechanism
No install spec is present (instruction-only skill plus an included script). That minimizes install-time risk. The SKILL.md asks the user to install yt-dlp/ffmpeg via package managers, which is appropriate.
Credentials
The skill requests no environment variables or credentials. The script operates on local filesystem paths (home/Videos) only and performs HTTP requests to jable.tv — proportional to its purpose.
Persistence & Privilege
always is false and the skill is user-invocable; it does not modify other skills or system-wide agent settings. It runs as a regular user and only writes files to the specified output directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jable-downloader-lite
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jable-downloader-lite 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Added a Dependencies section to the documentation, listing required external tools (yt-dlp, ffmpeg, and xdg-user-dir for Linux) - No changes to code or features; documentation update only
v1.0.2
- Updated skill name and description for clarity. - Rewrote usage instructions to focus on natural language commands. - Added detailed conversation-style examples for user-agent interaction. - Clarified automatic organization by actress name. - Updated output location and directory structure information. - Streamlined features section for simplicity and accuracy.
v1.0.1
**Major simplification: Switched to a lightweight, download-only version without web server or Telegram.** - Renamed to "jable-downloader-lite" and rebranded as a simple, secure downloader. - Removed all web server and Telegram notification features. - No longer requires Flask or extra dependencies — only yt-dlp, ffmpeg, and python3. - Downloads are performed locally with console progress and retry on failure. - Preserves automatic actress-based organization and temp file cleanup. - Updated usage instructions and clarified security/no network exposure.
元数据
Slug jable-downloader-lite
版本 1.0.3
许可证
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Jable Downloader Lite 是什么?

Simple video downloader for Jable.tv. Download videos by ID or search by actress name. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 325 次。

如何安装 Jable Downloader Lite?

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

Jable Downloader Lite 是免费的吗?

是的,Jable Downloader Lite 完全免费(开源免费),可自由下载、安装和使用。

Jable Downloader Lite 支持哪些平台?

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

谁开发了 Jable Downloader Lite?

由 Alex(@hs9021401)开发并维护,当前版本 v1.0.3。

💬 留言讨论