Loading...
Loading...
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 "help me look at this project", "learn about XXX", "how is this project", "analyze the repo", or any request to explore/evaluate a GitHub project. Covers architecture, community health, competitive landscape, and cross-platform knowledge sources.
npx skill4agent add blessonism/openclaw-skills github-explorerPhilosophy: The README is just the facade; the real value lies in Issues, Commits, and community discussions.
[Project Name] → [1. Locate Repo] → [2. Multi-Source Collection] → [3. Analysis and Judgment] → [4. Structured Output]web_searchsite:github.com <project_name>search-layerpython3 skills/search-layer/scripts/search.py \
--queries "<project_name> review" "<project_name> evaluation user experience" \
--mode deep --intent exploratory --num 5web_fetchweb_fetchcurl -s -H "Authorization: token {PAT}" -H "Accept: application/vnd.github.v3.raw" "https://api.github.com/repos/{owner}/{repo}/readme"curl -s -H "Authorization: token {PAT}" "https://api.github.com/repos/{owner}/{repo}"curl -s -H "Authorization: token {PAT}" "https://api.github.com/repos/{owner}/{repo}/issues?state=all&sort=comments&per_page=10"curl -s -H "Authorization: token {PAT}" "https://api.github.com/repos/{owner}/{repo}/commits?per_page=10"curl -s -H "Authorization: token {PAT}" "https://api.github.com/repos/{owner}/{repo}/git/trees/{branch}?recursive=1"| Source | URL Pattern | Collected Content | Recommended Tool |
|---|---|---|---|
| GitHub Repo | | README, About, Contributors | |
| GitHub Issues | | Top 3-5 high-quality Issues | |
| Chinese Communities | WeChat/Zhihu/Xiaohongshu | In-depth reviews, usage experience | |
| Technical Blogs | Medium/Dev.to | Technical architecture analysis | |
| Discussion Forums | V2EX/Reddit | User feedback, pain points | |
| Scenario | Command | Description |
|---|---|---|
| Project Research (Default) | | Parallel multi-query, sorted by authority |
| Latest Updates | | Prioritize freshness, filter content from the past week |
| Competitor Comparison | | Comparison intent, dual weighting of keywords and authority |
| Quick Link Lookup | | Exact match, fastest speed |
| Community Discussions | | Weighted community sites |
factualstatuscomparisontutorialexploratorynewsresourceWithout, the behavior is exactly the same as v1 (no scoring, output in original order).--intent
web_searchweb_fetchcontent-extractmp.weixin.qq.comzhihu.comxiaohongshu.comweb_fetchweb_fetchpython3 skills/content-extract/scripts/content_extract.py --url <URL>web_fetchokmarkdownsources# [Project Name](https://github.com/org/repo)-⠀- Last item in list
⠀
**Next Title**# [{Project Name}]({GitHub Repo URL})
**🎯 One-sentence Positioning**
{What it is, what problem it solves}
**⚙️ Core Mechanism**
{Technical principles/architecture, explained in plain language, not copied from README. Include key tech stack.}
**📊 Project Health**
- **Stars**: {Number} | **Forks**: {Number} | **License**: {Type}
- **Team/Author**: {Background}
- **Commit Trend**: {Recent activity + project phase judgment}
- **Latest Updates**: {Overview of recent important commits}
**🔥 Selected Issues**
{Top 3-5 high-quality Issues, each including title, link, core discussion points. Note if no high-quality Issues are available.}
**✅ Applicable Scenarios**
{When to use it, what specific problems it solves}
**⚠️ Limitations**
{When to avoid it, known issues}
**🆚 Competitor Comparison**
{Comparison with same-track projects, differences. Each competitor must include a GitHub or official website link, example format:}
- **vs [GraphRAG](https://github.com/microsoft/graphrag)** — Difference description
- **vs [RAGFlow](https://github.com/infiniflow/ragflow)** — Difference description
**🌐 Knowledge Graph**
- **DeepWiki**: {Link or "Not Included"}
- **Zread.ai**: {Link or "Not Included"}
**🎬 Demo**
{Online experience link, or "None"}
**📄 Related Papers**
{arXiv link, or "None"}
**📰 Community Volume**
**X/Twitter**
{Quote specific tweet content summaries + links, example format:}
- [@Username](Link): "Specific content..."
- [Discussion Thread](Link): Discussed specific issues...
{Note "No relevant discussions found" if none are available}
**Chinese Communities**
{Quote specific post titles/content summaries + links, example format:}
- [Zhihu: Post Title](Link) — Discussed content
- [V2EX: Post Title](Link) — Discussed content
{Note "No relevant discussions found" if none are available}
**💬 My Judgment**
{Subjective evaluation: Whether it's worth investing time in, suitable for what level of users, suggestions on how to use it}web_searchweb_fetchbrowsersearch-layer--intent exploratoryweb_fetchcontent-extract# [Project Name](GitHub URL)**🎯 ...**⠀[#Number Title](Full URL)[Name](GitHub/Official Website Link)[Source: Title](URL)| Dependency | Type | Purpose |
|---|---|---|
| Built-in Tool | Brave Search retrieval |
| Built-in Tool | Web content crawling |
| Built-in Tool | Dynamic page rendering (fallback) |
| Skill | Multi-source search + intent-aware scoring (Brave + Exa + Tavily + Grok), v2.1 supports |
| Skill | High-fidelity content extraction (degradation solution for anti-crawling sites) |