发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Image card without Python (HTML/SVG → screenshot)
Goal: generate a clean, readable image to attach to an X post without relying on Pillow.
Bing Wallpaper Skill
This skill helps AI agents fetch the daily Bing wallpaper from the 60s API, which provides the latest Bing homepage background image.
WorthClip - YouTube Video Scoring
Score YouTube videos 1-10 based on your personalized learning goals. Get AI-powered summaries, alignment analysis, and a curated feed.
Video Game Skill 🎮
This skill allows OpenClaw to search for games, view Steam details, check ProtonDB compatibility, estimate playtime with HowLongToBeat, and find the best prices using CheapShark.
Setup — YouTube Video Transcript
Read this when `~/youtube-video-transcript/` doesn't exist or is empty.
Memory Template — YouTube Video Transcript
Create `~/youtube-video-transcript/memory.md` with this structure. Always inform the user when saving preferences.
Try manual first
yt-dlp --write-sub --sub-lang en --skip-download "VIDEO_URL" yt-dlp --write-auto-sub --sub-lang en --skip-download "VIDEO_URL" ```
Website Development Rules
- Images are the #1 cause of slow sites — use WebP/AVIF, lazy-load below-the-fold, and set explicit width/height to prevent layout shift - Render-blocking CSS delays first paint — inline critical CSS in `<head>`, defer the rest - Third-party scripts (analytics, chat widgets) often add 500ms+ — load them with `async` or `defer`, audit regularly - Fonts cause invisible text flash (FOIT) — use `font-display: swap` and preload critical fonts - Measure with Lighthouse in incognito mode — extensions s
Stable Video Diffusion (Local)
**Best for:** Privacy, no API costs, research/experimentation