Logo
ClawHub Skills Lib
HomeCategoriesUse CasesTrendingStatisticsBlog
HomeCategoriesUse CasesTrendingStatisticsBlog
ClawHub Skills Lib
ClawHub Skills Lib

Browse 50.000+ community-built AI agent skills for OpenClaw. Updated daily from clawhub.ai.

Explore

  • Home
  • Categories
  • Use Cases
  • Trending
  • Blog

Categories

  • Development
  • AI & Agents
  • Productivity
  • Communication
  • Data & Research
  • Business
  • Platforms
  • Lifestyle
  • Education
  • Design

Use Cases

  • AI Code Generation
  • Code Review & Testing
  • DevOps & Cloud
  • Security & Compliance
  • Build an AI Agent
  • Agent Memory & RAG
  • Multi-Agent Orchestration
  • Browser & Web Automation
  • Financial & Market Data
  • Crypto & Web3
  • Real-Time Web Search
  • News & Media Monitoring
  • Academic Research
  • Data & Analytics
  • AI Image Generation
  • Voice & Audio AI
  • AI Video Creation
  • Content Writing
  • Task & Project Management
  • Knowledge Management
  • Email & Messaging
  • SEO & Content Marketing
  • Sales & CRM
  • Workflow Automation
  • Social Media
  • Chinese Platforms
  • E-Commerce
  • Education & Tutoring
  • HR & Recruiting
  • Legal & Compliance
  • AI Code Generation
  • Code Review & Testing
  • DevOps & Cloud
  • Security & Compliance
  • Build an AI Agent
  • Agent Memory & RAG
  • Multi-Agent Orchestration
  • Browser & Web Automation
  • Financial & Market Data
  • Crypto & Web3
  • Real-Time Web Search
  • News & Media Monitoring
  • Academic Research
  • Data & Analytics
  • AI Image Generation
  • Voice & Audio AI
  • AI Video Creation
  • Content Writing
  • Task & Project Management
  • See all use cases →
  • AI Code Generation
  • Code Review & Testing
  • DevOps & Cloud
  • Security & Compliance
  • Build an AI Agent
  • Agent Memory & RAG
  • Multi-Agent Orchestration
  • Browser & Web Automation
  • Financial & Market Data
  • See all use cases →
© 2026 ClawHub Skills Lib. All rights reserved.Built with Next.js · Neon · Prisma
Home/Blog/ClawHub GitHub Skills Directory: Skills for Repo Management, CI/CD, Trending & More
platform-roundupgithubclawhubopenclaw

ClawHub GitHub Skills Directory: Skills for Repo Management, CI/CD, Trending & More

March 20, 2026·6 min read

GitHub is the largest platform category on ClawHub with dedicated skills — covering everything from basic gh CLI wrappers to a 36-skill GitHub Actions observability suite. Here's the complete breakdown.

Note: Install and download figures in text descriptions reflect stats at the time of writing and may be outdated. All skill tables are live — they fetch current data from the ClawHub database on every page load. Treat table values as authoritative.

Data Overview

MetricValue
Total dedicated skills147
Skills with installs (>0)76 (52%)
Skills with zero installs71 (48%)
Top skill by downloadsgithub — dl
Top skill by installsgithub — installs
Second by installsopenclaw-github-assistant — installs
Top coverage skillapi-gateway — 42,375 dl
Most unique subcategoryGitHub Actions Audit Suite — 36 skills

1. Core GitHub CLI & API

The foundational category: wrapping the gh CLI or GitHub REST API for general repository operations. github dominates with 538 installs — more than double any other GitHub skill. openclaw-github-assistant (83 installs) is the strongest alternative, offering repo listing, CI status checks, and issue creation on top of the core API.

github-pat and github-token are functionally duplicates (both wrap PAT authentication) with near-identical downloads — likely the same concept from two authors.


2. Trending & Repository Discovery

A surprisingly crowded category. GitHub trending is clearly a popular use case — 14 skills tackle it, with several Chinese-language variants. github-ai-trends (10 installs) focuses specifically on AI-related trending repos, generating formatted leaderboard reports. airadar (6 installs) goes further, tracking AI-native tools with fast growth signals.

The duplication is significant: github-trending-stable and skill-github-trending share nearly identical summaries (both scrape GitHub trending). Six of these skills have zero installs.


3. Repository Analysis & Intelligence

Skills that go deeper than API access — analyzing repo structure, summarizing codebases, and searching across GitHub programmatically. read-github (25 installs) is the standout: it reads repos via gitmcp.io rather than raw scraping, which gives structured, AI-friendly output with proper rate limiting.

github-search (12 installs, Chinese) specializes in deep search with language/stars/date filters for technical research. a6-github-intel converts entire repos into single text files — useful for AI analysis of large codebases.


4. Issues, PRs & Bounties

A productive category with real adoption. github-issue-resolver (15 installs) is the most ambitious — an autonomous agent that resolves issues end-to-end with guardrails. github-issue-creator (2 installs) converts raw notes, error logs, and voice dictation into structured issue reports.

The bounty-hunting sub-niche has three dedicated skills: scan for labeled bounty issues, filter by difficulty, track status. It's a niche but engaged use case.


5. GitHub Actions — Workflow Generation & Debug

Skills for creating and troubleshooting CI/CD workflows. github-actions-generator (16 installs) generates full workflow YAML for CI/CD, tests, and deployment scenarios. gh-action-gen generates from plain English descriptions. The troubleshooting skill focuses specifically on Go projects.


6. GitHub Actions — Audit Suite

One of the most distinctive clusters on ClawHub: 36 single-purpose audit skills from what appears to be a single author, each targeting a specific GitHub Actions reliability or security concern. They follow a consistent pattern — accept a JSON export of Actions run data, compute a specific metric, and output a structured report.

Collectively they form a comprehensive CI/CD observability toolkit. Individually, most have zero installs — suggesting users typically run one or two specific audits rather than the full suite.


7. Workspace Sync & Backup

GitHub-as-storage: using private repos to back up and sync OpenClaw workspace configs, memory files, and agent state across devices. openclaw-checkpoint (9 installs) is the most popular — backs up the full workspace state including agents and memory. cross-device-sync (6 installs) focuses on bidirectional sync with conflict handling.

This category is OpenClaw-specific but practically important: it's how power users achieve persistence across machines.


8. Publishing & Deployment


9. Repository Operations & Management

Day-to-day repo management beyond the basic CLI. github-ops (24 installs, Chinese) automates repo creation, code push, and release management with zero user intervention. github-contribution (8 installs) guides the full open-source contribution workflow — fork → sync → dev → PR — in Chinese.


10. Utilities & Specialized Tools


Quick Selection Guide

If you want to...Use this skill
Do anything with GitHub (default)github
Full repo management + CI statusopenclaw-github-assistant
Read repos in AI-friendly formatread-github
Monitor GitHub AI trendinggithub-ai-trends
Deploy a static site to GitHub Pagesweb-deploy-github
Resolve GitHub issues autonomouslygithub-issue-resolver
Generate GitHub Actions workflowsgithub-actions-generator
Audit CI/CD reliabilitygithub-actions-mainline-health-audit
Backup workspace across devicesopenclaw-checkpoint
Find bounty issues to fixgithub-bounty-hunter
Find existing solutions before buildinggithub-gem-seeker

Closing Observations

147 skills, but the top 5 do most of the work. github (538 installs), openclaw-github-assistant (83), web-deploy-github (26), github-ops (24), github-cli (36) account for the bulk of real usage. The long tail is very long.

The 36-skill GitHub Actions audit suite is a remarkable niche bet. One author built a comprehensive CI/CD observability toolkit — 36 single-purpose audit skills covering everything from secret exposure to rerun waste to queue latency. Most have zero installs today. If you run GitHub Actions at scale and care about reliability engineering, this suite is worth exploring systematically.

GitHub-as-storage is a real pattern. 11 skills use GitHub private repos as the persistence layer for AI agent memory and workspace configs. This is a practical, free, and git-auditable solution to a real problem — more skills in this category makes sense.

Chinese developer adoption is high. ~20 of 147 skills are Chinese-language or China-specific workflows (trending monitors, Notion/DingTalk integrations, contribution guides). GitHub usage skews heavily developer, and Chinese developer communities are clearly active on ClawHub.

The bounty-hunting niche has three dedicated skills and real installs. This signals a meaningful user segment: developers who want to earn from open source contributions. An underserved market with clear monetization intent.

Data source: ClawHub platform install and download stats as of March 20, 2026. Browse more skills at clawhub-skills.com.

← Back to Blog
#SkillDownloadsInstallsGrade
1github189,1264,292A
2openclaw-github-assistant18,161164S
3github-cli10,28988A
4github-api16,35851A
5github-mcp2,76524A
6github-workflow3,20519B
7openclaw-github-assistant-2-0-16334B
8github-cli-tool9813B
9github-pat2,1252B
10github-token2,1692B
11github-ai5162C
12huadafenqi-github5650C
13nidhov01-github5450C
#SkillDownloadsInstallsGrade
1github-issue-resolver2,11027A
2github-automation-pro1,6597B
3github-issue-creator2,0633B
4github-bounty-hunter1,1633B
5pr-risk-analyzer1,1381C
6github-bounty-finder5381B
7github-bounty-radar4661C
8github-auto-reply6331B
9mergeiq5720B
10github-issue-reply-assistant4920C
11github-issue-auto-triage6730B
#SkillDownloadsInstallsGrade
1github-search4,78929B
2read-github4,59126A
3github-kb3,10115A
4github-analyzer1,52111B
5github-research-assistant7545B
6git-view1,0102B
7github-repo-teardown4710B
#SkillDownloadsInstallsGrade
1github-trending-cn7,47472B
2github-ai-trends5,63569A
3github-trending5,11634B
4airadar1,6848B
5github-trending-stable1,7668B
6explorer2,2446A
7github-trending-report1,0244B
8github-trending-project7643B
9github-trending-daily7512C
10skill-github-trending8202B
11github-trending-monitor6951B
12github-topics8371B
13github-trend-observer5270B
#SkillDownloadsInstallsGrade
1github-actions-generator2,36728B
2github-actions1,59114B
3gh-action-gen1,8816B
4github-actions-troubleshooting2,1462B
5github-actions-failure-matrix6191B
6github-actions-gen7001B
#SkillDownloadsInstallsGrade
1github-actions-workflow-hardening-audit5692B
2github-actions-failure-owner-audit5322B
3github-actions-secret-exposure-audit5601B
4github-actions-mainline-health-audit5581B
5github-actions-cache-hardening-audit5191B
6github-actions-merge-queue-health-audit4741B
7github-actions-step-flake-audit4491B
8github-actions-incident-timeline-audit4720C
9github-actions-artifact-budget-audit4780B
10github-actions-retry-recovery-audit5030C
11github-actions-rerun-effectiveness-audit4990B
12github-actions-conclusion-volatility-audit6190C
13github-actions-trigger-health-audit6420B
14github-actions-queue-latency-audit4960C
15github-actions-timeout-risk-audit4740C
16github-actions-sha-rerun-debt-audit4950B
17github-actions-pr-gate-health-audit5150C
18github-actions-branch-drift-audit4680C
19github-actions-failure-phase-audit4820C
20github-actions-cancel-waste-audit5210C
21github-actions-duplicate-run-audit5000B
22github-actions-commit-health-audit4660C
23github-actions-self-hosted-risk-audit5210B
24github-actions-run-gap-audit5060B
25github-actions-stuck-run-audit4560C
26github-actions-runtime-regression-audit4780B
27github-actions-actor-reliability-audit5100B
28github-actions-failure-streak-audit4740C
29github-actions-manual-trigger-audit5440B
30github-actions-failure-hour-audit4630C
31github-actions-permission-scope-audit4880C
32github-actions-recovery-latency-audit5080C
33github-actions-deploy-risk-audit4970C
34github-actions-oidc-hardening-audit4840B
35github-actions-failure-spike-audit4960C
36github-actions-rerun-waste-audit4770C
#SkillDownloadsInstallsGrade
1web-deploy-github7,48747A
2github-pages-auto-deploy1,18810B
3github-push7364B
4github-deploy-skill6341B
5github-to-clawhub7201B
#SkillDownloadsInstallsGrade
1openclaw-checkpoint3,32010A
2cross-device-sync2,2695B
3github-monitor6924B
#SkillDownloadsInstallsGrade
1github-integration1,39712B
2github-contribution1,08510B
3github-manager9922B
#SkillDownloadsInstallsGrade
1god-mode3,37015A
2github-copilot-cli2,1786B
3github-readme-generator7864B
4
github-memory-sync
1,021
3
B
5openclaw-github-backup5921B
6workspace-backup-github6461B
7github-stars-tracker4841B
8openclaw-github-sync9060B
9multi-device-sync-github8060B
10openclaw-skills-github-sync-hiliang6780B
11alfred-github-backup6230B
4
ghapp
864
1
B
5github-development-standard1,1511C
6github-star-manager-skill9850B
7github-cred7790B
8github-passwordless-setup1,0610B
9github-digest7610C
10github-private-repo-ssh-routing5870B
11github-pr-manager6750C
12laomo-github7870B
4
github-image-hosting
1,419
3
B
5gh-extract1,3203B
6github-actions-secret-exposure-audit5601B
7nom7271B
8uapi-get-github-repo5051B
9planning-with-files-from-github9141B
10github-forker5370B
11github-dns-helper6560C
12github-readme-maker4840C
13gingiris-opensource9020C
13 skills
7 skills
6 skills
36 skills
125
11 skills
5 skills
11 skills
11 skills
13 skills
13 skills
189,126
4,292
164