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
130
6 skills
36 skills
11 skills
#SkillDownloadsInstallsGrade
1github-issue-resolver1,59224A
2github-automation-pro8325B
3github-issue-creator1,3722B
4github-bounty-hunter3912B
5pr-risk-analyzer4871C
6github-bounty-finder641B
7github-bounty-radar2121C
8github-auto-reply3651B
9mergeiq2570B
10github-issue-reply-assistant2590C
11github-issue-auto-triage720B
#SkillDownloadsInstallsGrade
1read-github3,55022A
2github-search1,25614B
3github-kb2,11711A
4github-research-assistant4615B
5a6-github-intel6314B
6github-analyzer3513B
7github-intel3202B
8github-gem-seeker2861B
9git-view3971B
10github-repo-teardown1960B
#SkillDownloadsInstallsGrade
1github163,7644,077A
2openclaw-github-assistant10,011111S
3github-cli4,47657A
4github-api14,46746A
5github-mcp1,62616A
6github-workflow2,10515B
7openclaw-github-assistant-2-0-12754B
8github-cli-tool5973B
9github-pat1,6772B
10github-token1,6882B
11github-ai900C
12huadafenqi-github960C
13nidhov01-github2390C
#SkillDownloadsInstallsGrade
1github-ai-trends4,61567A
2github-trending-cn5,26965B
3github-trending2,66129B
4airadar1,1877B
5explorer1,8556A
6github-trending-stable1,2756B
7github-trending-report6104B
8github-trending-project4373B
9github-trending-daily4152C
10skill-github-trending4762B
11github-trending-monitor1920B
12github-topics6200B
13github-trend-observer2190B
#SkillDownloadsInstallsGrade
1github-actions-generator1,87922B
2github-actions90715B
3gh-action-gen1,0575B
4github-actions-troubleshooting1,8092B
5github-actions-failure-matrix3561B
6github-actions-gen1771B
#SkillDownloadsInstallsGrade
1web-deploy-github5,70134A
2github-pages-auto-deploy4665B
3github-push1671B
4github-deploy-skill1291B
5github-to-clawhub1331B
#SkillDownloadsInstallsGrade
1github-ops4,23056A
2github-integration70811B
3github-contribution4208B
4github-manager4732B
5ghapp5911C
6github-development-standard6641C
7github-star-manager-skill6940B
8github-cred5320B
9github-passwordless-setup3950B
10github-digest2540C
11github-private-repo-ssh-routing3010B
12github-pr-manager1030C
13laomo-github1160B
#SkillDownloadsInstallsGrade
1github-actions-failure-owner-audit2972B
2github-actions-secret-exposure-audit2811B
3github-actions-mainline-health-audit3101B
4github-actions-workflow-hardening-audit3231B
5github-actions-cache-hardening-audit2611B
6github-actions-merge-queue-health-audit2551B
7github-actions-step-flake-audit2341B
8github-actions-incident-timeline-audit2500C
9github-actions-artifact-budget-audit2500B
10github-actions-retry-recovery-audit2810C
11github-actions-rerun-effectiveness-audit2780B
12github-actions-conclusion-volatility-audit1610C
13github-actions-trigger-health-audit1580B
14github-actions-queue-latency-audit2650C
15github-actions-timeout-risk-audit2500C
16github-actions-sha-rerun-debt-audit2540B
17github-actions-pr-gate-health-audit2900C
18github-actions-branch-drift-audit2530C
19github-actions-failure-phase-audit2590C
20github-actions-cancel-waste-audit2610C
21github-actions-duplicate-run-audit2490B
22github-actions-commit-health-audit2480C
23github-actions-self-hosted-risk-audit2620B
24github-actions-run-gap-audit2530B
25github-actions-stuck-run-audit2310C
26github-actions-runtime-regression-audit2470B
27github-actions-actor-reliability-audit2590B
28github-actions-failure-streak-audit2530C
29github-actions-manual-trigger-audit2550B
30github-actions-failure-hour-audit2460C
31github-actions-permission-scope-audit2380C
32github-actions-recovery-latency-audit2510C
33github-actions-deploy-risk-audit2700C
34github-actions-oidc-hardening-audit2660B
35github-actions-failure-spike-audit2480C
36github-actions-rerun-waste-audit2520C
#SkillDownloadsInstallsGrade
1god-mode2,98315A
2github-copilot-cli1,7596B
3github-readme-generator2604B
4github-image-hosting1,0783B
5gh-extract6002B
6github-actions-secret-exposure-audit2811B
7nom4831B
8uapi-get-github-repo2471B
9planning-with-files-from-github5991B
10github-forker740B
11github-dns-helper830C
12github-readme-maker2160C
13gingiris-opensource4810C
#SkillDownloadsInstallsGrade
1openclaw-checkpoint2,5039A
2cross-device-sync1,6104B
3github-memory-sync3963B
4github-monitor4003B
5openclaw-github-backup761B
6github-stars-tracker701B
7openclaw-github-sync3520B
8multi-device-sync-github2280B
9openclaw-skills-github-sync-hiliang3280B
10workspace-backup-github790B
11alfred-github-backup690B
5 skills
13 skills
13 skills
163,764
4,077
111
13 skills
11 skills
13 skills
10 skills