TopRank Skills

Home / Claw Skills / Autres / jable-downloader-lite
Official OpenClaw rules 15%

jable-downloader-lite

Simple video downloader for Jable.tv. Download videos by ID or search by actress name.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 jable-downloader-lite 技能。 若已安装,则直接安装 jable-downloader-lite 技能。

Overview

Skill Key
hs9021401/jable-downloader-lite
Author
hs9021401
Source Repo
openclaw/skills
Version
-
Source Path
skills/hs9021401/jable-downloader-lite
Latest Commit SHA
eb3734eb026d2174179a2a26e975ffb09dd57397

Extracted Content

SKILL.md excerpt

# 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

Related Claw Skills