Jable for Openclaw

A specialized automation tool to identify the most popular recent content on Jable by ranking videos based on real-time like counts.

kangbuilds
v0.1.0
Feb 9, 2026
0
891
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install jable

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install jable using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Jable?

The Jable skill is a powerful utility designed for users of Openclaw Skills to curate high-quality content feeds automatically. It eliminates manual searching by programmatically scanning the latest updates and ranking them based on community engagement metrics like total likes. By bridging RSS feed data with automated webpage scraping, it provides a refined list of trending media within a specific, user-defined time window.

This tool is ideal for developers and power users who want to integrate media discovery into their AI agent workflows. Whether you are looking for the most popular content from the last 24 hours or a broader look at the week's trends, this skill provides a structured and actionable response.

Jable Use Cases

  • Monitoring the latest trending content on Jable within the last 24 to 48 hours.
  • Generating a daily best of list based on community popularity and likes.
  • Automating content research for media curation or personal viewing lists.
  • Filtering out low-engagement content to focus only on highly-rated recent updates.

How Jable Works

  1. The skill fetches the most recent publish times from the official Jable RSS feed.
  2. It scans the latest updates pages to scrape live like counts for each video listed.
  3. The collected data is filtered to include only videos that fall within the user-defined hourly window (defaulting to 48 hours).
  4. The remaining videos are sorted in descending order based on their total like counts.
  5. A formatted list containing the title, engagement count, and direct URL is returned to the user or agent.

Jable Setup

Install the skill directly via the ClawHub package manager to add it to your Openclaw Skills library:

clawhub install jable

Alternatively, clone the repository into your local OpenClaw workspace at skills/jable/. To run the script manually from the command line, use:

python3 skills/jable/scripts/top_liked_recent.py --hours 48 --top 3 --pages 10

Jable Data Schema & Taxonomy

The skill processes and outputs data using a structured format to ensure clarity for both the user and the AI agent:

Field Description Type
Title The display name of the video as listed on the platform String
Likes Total number of likes scraped from the latest-updates pages Integer
URL Direct link to the Jable video page String
Publish Time Metadata extracted from RSS to verify recency Datetime

Jable Advanced Features

  • Customizable time windows via the --hours parameter to fine-tune content recency requirements.
  • Deep scanning capabilities through the --pages flag to search across multiple pages of updates for older but popular content.
  • Adjustable result limits using the --top parameter for concise summaries or expansive reports.
  • Seamless integration into Openclaw Skills chat workflows, allowing users to request ranked lists using natural language.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*