Claw University is a night school for people who already have their lobster up and running.
After installing a few Skills, most people run into the same problem: You can install them, you can run commands, but it still does not quite feel like "it is actually helping me do more real work." The Skills marketplace is like a giant supermarket. There are shelves everywhere, it is easy to browse until you are exhausted, and still hard to know which few things you should bring home first.
Claw University does one thing: pick a few representative scenarios and clearly explain how to start using a small set of Skills together. Each article follows one concrete thread: from the use case, to which Skills to install, to how to connect them into a reusable workflow.
To find Skills, you can go directly to ClawHub or Chinese ClawHub (Tencent SkillHub).
The whole section can be summarized in one sentence: Install fewer Skills, seriously run through a few real scenarios, and make your lobster reliable and useful.
Skills in Practice: Scenario Index and Selection Principles
This section collects skill combinations and real deployment flows organized by scenario. The goal is to build reusable automation loops with as few Skills as possible.
Skills come from two entry points: the original ClawHub and Chinese ClawHub (Tencent SkillHub).
Open ClawHub | Open Chinese ClawHub (Tencent SkillHub)
Do not install too many Skills at once. Too many will crowd the context window, slow responses down, weaken judgment, and make debugging more expensive. The goal is simple: choose by scenario, and prioritize stability and maintainability first.
1. The First Recommendation: Learn ClawHub First
If you remember only one method, remember this:
- Go to ClawHub or Chinese ClawHub (Tencent SkillHub) and search by category
- Install with
clawhub install <skill-slug> - Run one real task immediately after installing
clawhub install <skill-slug>ClawHub is the "skill dock" of OpenClaw: upload, versioning, discovery, and installation all revolve around it. Use either the global entry or the Chinese entry as needed. If you want a more systematic category map and examples, go straight to the community-maintained collection:
If you do not want to install the CLI globally, you can also use a one-off command:
npx clawhub@latest install <skill-slug>You can also search these keywords online to get started quickly:
clawhub installclawhub skillsclawhub openclaw
2. Course Selection Principles: The Shortest Path to a Stronger Lobster
- Beginners should keep 5 to 10 high-frequency Skills installed
- Install the "foundation Skills" first: search, browser, code repository, knowledge base, calendar and email
- Every time you add 1 new Skill, run it once on a real task
- Clean up rarely used Skills weekly to avoid context pollution
3. Skill Menu: Order by Category
Below is a menu-style shortlist organized by the category logic from list.md. Each category starts with a few representative Skills that are quick to learn and highly reusable. For the complete list, use the Awesome collection or ClawHub.
Category (list.md) | Recommended short list (examples) | Best for |
|---|---|---|
| Coding Agents & IDEs (1222) | github, code-reviewer, git-ops | Daily development, PR reviews, repository collaboration |
| Browser & Automation (335) | agent-browser, playwright, summarize | Web scraping, form automation, information extraction |
| Productivity & Tasks (206) | todoist, notion, obsidian | Task management, knowledge capture, personal workflows |
| Communication (149) | slack, agentmail, gog | Messaging, email workflows, team coordination |
| Search & Research (350) | tavily-search, hackernews, summarize | Web search, news tracking, rapid research |
| DevOps & Cloud (409) | devops, aws-infra, azure-devops | Deployment, cloud resource management, pipelines |
| Web & Frontend Development (938) | agent-browser, playwright, github | Frontend integration, UI testing, automated regression |
| Calendar & Scheduling (65) | caldav-calendar, gog, todoist | Scheduling, conflict detection, reminders |
| Notes & PKM (71) | obsidian, notion, summarize | Note archiving, knowledge linking, long-term memory |
| Security & Passwords (53) | skill-vetter, 1password, amai-id | Skill security checks, risk alerts |
| PDF & Documents (111) | summarize, add-watermark-to-pdf, agentmail | Document summaries, report processing, attachment workflows |
| Smart Home & IoT (43) | home-assistant, weather, gog | Home automation, life assistant integrations |
4. Recommended Course Plan
4.1 Starter Kit of 5
clawhub install skill-vetter
clawhub install tavily-search
clawhub install agent-browser
clawhub install github
clawhub install gog4.2 Advanced Add-ons: Pick One or Two by Need
- Content creation:
x-api,linkedin,blogburst - DevOps engineering:
devops,aws-infra,azure-devops - Personal assistant:
weather,caldav-calendar,agentmail
5. Deeper Learning Paths
- Full category map and large-scale skill library: awesome-openclaw-skills
- Skill publishing, versioning, and installation: ClawHub | Chinese ClawHub (Tencent SkillHub)
- The tools chapter in this tutorial, covering toolsets, scheduled tasks, and web search: Chapter 7: Tools and Scheduled Tasks
- Skill development and publishing workflow: Appendix D: Skill Development and Publishing Guide
One-sentence graduation requirement: The key to making your lobster useful is not installing the most Skills, but installing the most suitable ones. Pick 5 from this menu, get your first automation loop running, and then keep adding.
6. awesome-openclaw-skills Example Bundles
The following set is a "copy directly" shortlist selected from awesome-openclaw-skills (5,000+ categorized skills). It gives you a first batch of candidates organized by scenario.
6.1 Development Collaboration (Coding + PR)
github: query and operate repositories, issues, PRs, and releasescode-reviewer: review changes and surface risksgit-ops: automate common Git workflowssummarize: quickly summarize PRs and docs
Example task:
Help me review the high-priority issues created in this repository over the last 7 days, suggest a repair priority order, and generate a PR review checklist.6.2 Research and Search (Search + Browser)
tavily-search: search the web for current informationhackernews: aggregate technical newsagent-browser: execute browser steps and extract structured contentsummarize: compress long content and extract the key points
Example task:
Help me research articles from the last 3 months about "OpenClaw multi-agent orchestration," organize them into a comparison table, and give me implementation advice.6.3 Personal Productivity (Calendar + Email + Tasks)
caldav-calendar: query schedules and detect conflictsagentmail: email send/receive workflowstodoist: task breakdown and trackinggog: Google ecosystem coordination for Gmail, Calendar, and Drive
Example task:
Send me a "daily briefing" every morning at 9:00 with schedule conflicts, my top 3 tasks, and the important unread emails from last night.6.4 Operations Automation (DevOps + Cloud)
devops: script common operations actionsaws-infra: inspect AWS resourcesazure-devops: integrate pipelines and project managementplaywright: regression checks for web consoles
Example task:
Run a production environment inspection every Monday: certificate expiry, instance health, and failed pipelines, then generate repair suggestions.6.5 Security and Risk Control
skill-vetter: security health check before installing Skills1password: credential storage and retrievalamai-id: identity and risk verificationsummarize: summarize security advisories and vulnerability notices
Example task:
Before installing any new Skill, run a risk scan first and output one of three results: safe to install, needs manual review, or do not install.6.6 Document Processing (PDF + Knowledge)
add-watermark-to-pdf: batch process PDFsagentmail: attachment routingobsidian: preserve notes and knowledgenotion: sync to a team knowledge base
Example task:
Apply a watermark to all PDF reports received this week, summarize them, and sync them to the "weekly-report-materials" folders in Notion and Obsidian.