com um clique
jable
// 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.
// 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.
DeFi intelligence powered by Silverback — market data, swap quotes, technical analysis, yield opportunities, token audits, whale tracking, and AI chat via 11 real-time tools on Base chain
Modern web design engineering skills including design tokens, advanced UI/UX methodologies, accessibility, and game-specific UI patterns. Use for building commercial-grade, performant, and accessible web interfaces.
Best practices for Stripe payment integration. Use when implementing payments, subscriptions, checkout flows, or any monetization feature in games or web apps. Covers CheckoutSessions, Payment Element, subscriptions, and Connect.
Test web applications and games using Playwright on MiniPC. Use when verifying frontend functionality, debugging UI behavior, capturing screenshots, or QA testing games. Supports headless browser automation via nodes.run or browser.proxy.
Blender 양방향 소켓 통신 스킬. TCP 소켓 서버로 실시간 씬 조작, 상태 조회, Poly Haven/Sketchfab 에셋 통합. 기존 blender-pipeline (배치 처리)와 상호보완 — 복잡한 씬 구축, 반복 조작, 실시간 피드백에 사용. 트리거: Blender 실시간 조작, 씬 상태 확인, Poly Haven 에셋, Sketchfab 모델, 양방향 Blender 통신.
AI image, video, and music generation + editing. Flux, Veo 3.1, Suno V5.
| name | jable |
| description | 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. |
| user-invocable | true |
Use this skill to produce "recent + top liked" lists from Jable quickly and repeatably.
From ClawHub:
clawhub install jable
(If you keep it in GitHub instead, clone/copy this folder into your OpenClaw workspace as skills/jable/.)
Run:
python3 skills/jable/scripts/top_liked_recent.py --hours 48 --top 3 --pages 10
Parameters:
--hours: recent window in hours (default 48)--top: number of items to output (default 3)--pages: number of latest-updates pages to scan for like counts (default 10)https://jable.tv/rss/.https://jable.tv/latest-updates/ pages.Ask for a list like:
Use this style when replying to users:
1️⃣ <title>
❤️ <likes>
🔗 <url>
2️⃣ <title>
❤️ <likes>
🔗 <url>
--pages when needed.