Toolverse
All skills

jable

by openclaw

Fetch and rank Jable latest-update videos by likes within a recent time window (default 48h). Use when asked to pull Jable recent updates, sort by likes/popularity, and return top N links in a formatted list.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend

About this skill

Fetch and rank Jable latest-update videos by likes within a recent time window (default 48h). Use when asked to pull Jable recent updates, sort by likes/popularity, and return top N links in a formatted list.

How to use

  1. Zainstaluj umiejętność Jable za pomocą ClawHub, uruchamiając polecenie clawhub install jable w swoim terminalu. Alternatywnie możesz sklonować folder ze skilla bezpośrednio do folderu skills w swoim workspace OpenClaw.

  2. Otwórz terminal i przejdź do katalogu projektu. Uruchom skrypt Python z parametrami dostosowanymi do Twoich potrzeb: python3 skills/jable/scripts/top_liked_recent.py --hours 48 --top 3 --pages 10. Parametr --hours określa, ile godzin wstecz szukać (domyślnie 48), --top to liczba filmów do wyświetlenia (domyślnie 3), a --pages to liczba stron najnowszych aktualizacji do przeskanowania (domyślnie 10).

  3. Dostosuj parametry do swoich potrzeb. Na przykład, aby zobaczyć top 5 filmów z ostatnich 24 godzin, użyj: python3 skills/jable/scripts/top_liked_recent.py --hours 24 --top 5 --pages 10.

  4. Czekaj na wynik. Skrypt pobiera dane z kanału RSS Jable, a następnie odczytuje liczby polubień ze stron serwisu. Filtruje filmy spoza wybranego przedziału czasowego i sortuje je malejąco według polubień.

  5. Przejrzyj zwróconą listę, która zawiera numer pozycji, tytuł filmu, liczbę polubień i bezpośredni link do każdego wideo. Możesz teraz kliknąć na linki, aby obejrzeć popularne treści.

Related skills

stripe-integration

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

Backend
40147

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

clickup

by civitai

Interact with ClickUp tasks and documents - get task details, view comments, create and manage tasks, create and edit docs. Use when working with ClickUp task/doc URLs or IDs.

Backend
2483

literature-review

by K-Dense-AI

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature

Backend
238507

sql-optimization-patterns

by wshobson

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

Backend
40163