← Back to Skills Marketplace
hs9021401

Jable Downloader Lite

by Alex · GitHub ↗ · v1.0.3
cross-platform ✓ Security Clean
325
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install jable-downloader-lite
Description
Simple video downloader for Jable.tv. Download videos by ID or search by actress name.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jable-downloader-lite
  3. After installation, invoke the skill by name or use /jable-downloader-lite
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug jable-downloader-lite
Version 1.0.3
License
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Jable Downloader Lite?

Simple video downloader for Jable.tv. Download videos by ID or search by actress name. It is an AI Agent Skill for Claude Code / OpenClaw, with 325 downloads so far.

How do I install Jable Downloader Lite?

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

Is Jable Downloader Lite free?

Yes, Jable Downloader Lite is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Jable Downloader Lite support?

Jable Downloader Lite is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Jable Downloader Lite?

It is built and maintained by Alex (@hs9021401); the current version is v1.0.3.

💬 Comments