Home Tutorials Categories Skills About
ZH EN JA KO
🔍

GitHub Explorer

Analytics Developer Tools

Install Command

npx clawhub@latest install github-explorer

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install GitHub Explorer to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm GitHub Explorer appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Project Analysis Quality Assessment Trend Tracking

Detailed Description

The GitHub Explorer skill provides deep analysis capabilities for GitHub projects, evaluating a repository's quality and value from multiple dimensions.

Core Features

  • Project Overview: Quickly generate a comprehensive project report (Star trends, commit frequency, contributor statistics)
  • Code Quality Assessment: Analyze code structure, documentation completeness, and test coverage
  • Community Health: Evaluate Issue response time, PR merge efficiency, and community activity
  • Competitor Comparison: Compare various metrics across similar projects
  • Trend Tracking: Track a project's Star growth curve and development activity changes

Configuration

{
  skills: {
    "github-explorer": {
      token: "ghp_xxx",
      cacheHours: 24
    }
  }
}

Use Cases

  • "Analyze the health of the openclaw/openclaw project"
  • "Compare the GitHub data for React, Vue, and Svelte"
  • "What are the fastest-growing AI projects in the past month?"
  • Evaluate whether an open-source project is suitable for production use