with one click
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.