An opinionated collection of AI agent skills.
Run structured evals on any OpenClaw skill. Spawns subagents with and without the skill to compare performance — measures time, token usage, and success rate. Useful for skill development and optimization.
➡️ Details
Download YouTube video transcripts, subtitles, and cover images. Supports multiple languages, chapters, speaker identification, and SRT output. Slim rewrite of baoyu-youtube-transcript — 62% smaller SKILL.md with identical correctness.
➡️ Details
Control Obsidian via CLI — read, create, and search notes; manage tasks and daily notes; handle plugins and themes. Requires Obsidian app running with CLI enabled.
➡️ Details
Create hand-drawn Excalidraw diagrams from the command line. Supports all shape types, arrow bindings, dark mode, background zones, and export to shareable links. Based on excalidraw-cli.
➡️ Details
Reverse-engineer and rebuild any website as a pixel-perfect clone using Chrome MCP and parallel builder agents. Slim rewrite of ai-website-cloner-template — 85% smaller SKILL.md.
➡️ Details
Browser automation via Chrome DevTools Protocol (CDP). Control tabs, extract page content, navigate URLs. Includes WSL2 → Windows CDP setup guide and troubleshooting.
➡️ Details
Publish Markdown articles (including Obsidian-flavored) to X (Twitter) Articles with formatting preserved. Handles cover images, content image positioning, dividers, tables-to-PNG, and Mermaid diagrams. Adapted from wshuyi/x-article-publisher-skill with Obsidian pre-processing.
➡️ Details
To install a skill, copy its folder into your OpenClaw skills directory. For example, to install eval-runner:
cp -r eval-runner ~/.openclaw/skills/Or symlink for development:
ln -s $(pwd)/eval-runner ~/.openclaw/skills/eval-runnerThe skill should appear in your agent's available skills list once placed in the directory.
The README.md and README_CN.md files in each skill folder are for human reference only. OpenClaw agents only read SKILL.md and will not load these files. However, if you want to keep your skills directory minimal, feel free to delete the READMEs after copying.
Feel free to open issues or PRs for new skills or improvements.
MIT