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
7 skills
13 skills
13 skills
125
11 skills
6 skills
36 skills
11 skills
4 skills
12 skills
13 skills
189,126
4,292
0
#SkillDownloadsInstallsGrade
1github-trending-stable1,8748B
2github-ai-trends6,1120A
3github-trending5,5090B
4explorer2,3300A
5airadar2,0800B
6github-trending-cn7,9010B
7github-trending-daily8790B
8github-trending-project9950B
9github-trending-report1,2600B
10skill-github-trending1,0090B
11github-trending-monitor8820B
12github-topics9860B
13github-trend-observer7560B
#SkillDownloadsInstallsGrade
1github-issue-resolver2,3460A
2github-issue-creator2,3350B
3pr-risk-analyzer1,3740C
4github-automation-pro1,8850B
5mergeiq7630B
6github-bounty-hunter1,3700B
7github-bounty-finder6910B
8github-bounty-radar6520C
9github-auto-reply7760B
10github-issue-reply-assistant6650C
11github-issue-auto-triage8600B
#SkillDownloadsInstallsGrade
1github189,1264,292A
2openclaw-github-assistant18,9720S
3github-api17,3370A
4github-cli10,9160A
5github-mcp3,0740A
6github-pat2,3260B
7github-token2,3870B
8github-workflow3,5880B
9github-cli-tool1,1850B
10openclaw-github-assistant-2-0-18120B
11github-ai7730C
12huadafenqi-github7490C
13nidhov01-github7790C
#SkillDownloadsInstallsGrade
1github-actions-secret-exposure-audit6920B
2github-actions-mainline-health-audit7160B
3github-actions-workflow-hardening-audit7280B
4github-actions-cache-hardening-audit6700B
5github-actions-merge-queue-health-audit6200B
6github-actions-incident-timeline-audit6160C
7github-actions-step-flake-audit6000B
8github-actions-artifact-budget-audit6220B
9github-actions-failure-owner-audit7000B
10github-actions-retry-recovery-audit6600C
11github-actions-rerun-effectiveness-audit6610B
12github-actions-conclusion-volatility-audit9070C
13github-actions-trigger-health-audit9280B
14github-actions-queue-latency-audit6430C
15github-actions-timeout-risk-audit6220C
16github-actions-sha-rerun-debt-audit6490B
17github-actions-pr-gate-health-audit6650C
18github-actions-branch-drift-audit6230C
19github-actions-failure-phase-audit6310C
20github-actions-cancel-waste-audit6860C
21github-actions-duplicate-run-audit6550B
22github-actions-commit-health-audit6200C
23github-actions-self-hosted-risk-audit6690B
24github-actions-run-gap-audit6680B
25github-actions-stuck-run-audit6090C
26github-actions-runtime-regression-audit6330B
27github-actions-actor-reliability-audit6600B
28github-actions-failure-streak-audit6190C
29github-actions-manual-trigger-audit6880B
30github-actions-failure-hour-audit6020C
31github-actions-permission-scope-audit6390C
32github-actions-recovery-latency-audit6570C
33github-actions-deploy-risk-audit6490C
34github-actions-oidc-hardening-audit6310B
35github-actions-failure-spike-audit6460C
36github-actions-rerun-waste-audit6210C
#SkillDownloadsInstallsGrade
1web-deploy-github7,9580A
2github-pages-auto-deploy1,4060B
3github-deploy-skill7560B
4github-to-clawhub9210B
#SkillDownloadsInstallsGrade
1github-actions-generator2,5790B
2github-actions1,9740B
3gh-action-gen2,1680B
4github-actions-troubleshooting2,3340B
5github-actions-failure-matrix7780B
6github-actions-gen1,0410B
#SkillDownloadsInstallsGrade
1github-contribution1,4690B
2github-integration2280B
3github-star-manager-skill1,1550B
4ghapp1,1340B
5github-cred9240B
6github-passwordless-setup1,2490B
7github-digest9580B
8github-development-standard1,6550C
9github-private-repo-ssh-routing7700B
10github-manager1,2030B
11github-pr-manager8680C
12laomo-github1,0930B
#SkillDownloadsInstallsGrade
1openclaw-checkpoint3,7280A
2cross-device-sync2,4940B
3github-memory-sync1,2240B
4openclaw-github-sync1,1060B
5multi-device-sync-github1,0020B
6github-monitor8570B
7openclaw-skills-github-sync-hiliang8760B
8openclaw-github-backup7570B
9workspace-backup-github8450B
10alfred-github-backup7930B
11github-stars-tracker6380B
#SkillDownloadsInstallsGrade
1read-github4,9400A
2github-kb3,3670A
3github-search5,0970B
4github-research-assistant9330B
5github-analyzer1,7940B
6git-view1,2570A
7github-repo-teardown6650B
#SkillDownloadsInstallsGrade
1god-mode3,5650A
2github-image-hosting1,7600B
3gh-extract1,6010B
4github-readme-generator1,0480B
5github-copilot-cli2,4250B
6github-actions-secret-exposure-audit6920B
7github-forker6960B
8github-dns-helper8510C
9github-readme-maker6510C
10gingiris-opensource2,1650B
11nom8860B
12uapi-get-github-repo7000B
13planning-with-files-from-github1,0920B