A curated collection of 1000+ agent skills from official dev teams and the community, compatible with Claude Code, Codex, Gemini CLI, Cursor, and more.
Awesome Openclaw Skills
Awesome Openclaw Skills is an open-source productivity skill for Claude Code and compatible agents, published by VoltAgent. Its author describes it as: “The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞”. The project has 52k stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/VoltAgent/awesome-openclaw-skills ~/.claude/skills/awesome-openclaw-skills`.
Installation
Add Awesome Openclaw Skills to your agent with:
git clone https://github.com/VoltAgent/awesome-openclaw-skills ~/.claude/skills/awesome-openclaw-skills Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
When to use it
Reach for Awesome Openclaw Skills when you want productivity help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Established project with 51,614 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does Awesome Openclaw Skills do?
- The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞
- How do I install Awesome Openclaw Skills?
- Run git clone https://github.com/VoltAgent/awesome-openclaw-skills ~/.claude/skills/awesome-openclaw-skills in your agent, then reload your skills. Review the source at https://github.com/VoltAgent/awesome-openclaw-skills before installing.
- Is Awesome Openclaw Skills free to use?
- Yes. Awesome Openclaw Skills is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
Related skills
More Productivity →Collection of AI-related utilities. Welcome to submit pull requests /收藏AI相关的实用工具,欢迎提交pull requests
Autonomous experiment loop that optimizes any file by a measurable metric. Inspired by Karpathy's autoresearch. The agent edits a target file, runs a fixed evaluation, keeps improvements (git commit), discards failures (git reset), and loops indefinitely. Use when: user wants to optimize code speed, reduce bundle/image size, improve test pass rate, optimize prompts, improve content quality (headlines, copy, CTR), or run any measurable improvement loop. Requires: a target file, an evaluation command that outputs a metric, and a git repo.
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Autonomous iterative experimentation loop for any programming task. Guides the user through defining goals, measurable metrics, and scope constraints, then runs an autonomous loop of code changes, testing, measuring, and keeping/discarding results. Inspired by Karpathy's autoresearch. USE FOR: autonomous improvement, iterative optimization, experiment loop, auto research, performance tuning, automated experimentation, hill climbing, try things automatically, optimize code, run experiments, autonomous coding loop. DO NOT USE FOR: one-shot tasks, simple bug fixes, code review, or tasks without a measurable metric.