Skip to content

Repository files navigation

wskills

An opinionated collection of AI agent skills.

中文版


Skills

eval-runner

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

youtube-transcript

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

obsidian

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

excalidraw

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

website-cloner

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

agent-browser

Browser automation via Chrome DevTools Protocol (CDP). Control tabs, extract page content, navigate URLs. Includes WSL2 → Windows CDP setup guide and troubleshooting.

➡️ Details

x-article-publisher

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


Usage

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-runner

The skill should appear in your agent's available skills list once placed in the directory.


Note on README Files

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.


Contributing

Feel free to open issues or PRs for new skills or improvements.

License

MIT

About

An opinionated collection of AI agent skills | 一组带有个人风格的 AI 智能体技能集合

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages