·github-explorer
</>

github-explorer

Deep-dive analysis of GitHub projects. Use when the user mentions a GitHub repo/project name and wants to understand it — triggered by phrases like "帮我看看这个项目", "了解一下 XXX", "这个项目怎么样", "分析一下 repo", or any request to explore/evaluate a GitHub project. Covers architecture, community health, competitive landscape, and cross-platform knowledge sources.

17Installs·1Trend·@blessonism

Installation

$npx skills add https://github.com/blessonism/openclaw-skills --skill github-explorer

How to Install github-explorer

Quickly install github-explorer AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/blessonism/openclaw-skills --skill github-explorer
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: blessonism/openclaw-skills.

SKILL.md

View raw

⚠️ GitHub 页面抓取规则(强制):GitHub repo 页面是 SPA(客户端渲染),webfetch 只能拿到导航栏壳子,禁止用 webfetch 抓 github.com 的 repo 页面。一律使用 GitHub API:

| 来源 | URL 模式 | 采集内容 | 建议工具 |

| GitHub Repo | github.com/{org}/{repo} | README、About、Contributors | webfetch | | GitHub Issues | github.com/{org}/{repo}/issues?q=sort:comments | Top 3-5 高质量 Issue | browser | | 中文社区 | 微信/知乎/小红书 | 深度评测、使用经验 | content-extract | | 技术博客 | Medium/Dev.to | 技术架构分析 | webfetch / content-extract | | 讨论区 | V2EX/Reddit | 用户反馈、槽点 | search-layer(Deep 模式) |

Deep-dive analysis of GitHub projects. Use when the user mentions a GitHub repo/project name and wants to understand it — triggered by phrases like "帮我看看这个项目", "了解一下 XXX", "这个项目怎么样", "分析一下 repo", or any request to explore/evaluate a GitHub project. Covers architecture, community health, competitive landscape, and cross-platform knowledge sources. Source: blessonism/openclaw-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/blessonism/openclaw-skills --skill github-explorer
Category
</>Dev Tools
Verified
First Seen
2026-02-21
Updated
2026-03-10

Browse more skills from blessonism/openclaw-skills

Quick answers

What is github-explorer?

Deep-dive analysis of GitHub projects. Use when the user mentions a GitHub repo/project name and wants to understand it — triggered by phrases like "帮我看看这个项目", "了解一下 XXX", "这个项目怎么样", "分析一下 repo", or any request to explore/evaluate a GitHub project. Covers architecture, community health, competitive landscape, and cross-platform knowledge sources. Source: blessonism/openclaw-skills.

How do I install github-explorer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/blessonism/openclaw-skills --skill github-explorer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/blessonism/openclaw-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-21