github-analyzer输入项目想法或 GitHub 链接,自动搜索相关开源项目,生成结构化分析报告(技术栈/优缺点/评分), 并可下载评分最高的前3名代码包。支持意图搜索和直链分析两种模式。
Install via ClawdBot CLI:
clawdbot install antonia-sz/github-analyzerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/xxx/yyyUses known external API (expected, informational)
api.github.comAudited Apr 17, 2026 · audit v1.0
Generated Mar 20, 2026
Developers or product managers can use this skill to find and analyze existing open-source projects on GitHub that match their project ideas, helping them avoid reinventing the wheel and identify best practices. It saves time by filtering out inactive or low-quality repositories and provides structured insights for decision-making.
Students, researchers, or educators can analyze GitHub projects to study codebases, understand technology stacks, and compare implementations for educational purposes. The skill helps identify well-documented and active projects suitable for learning or citing in academic work.
Individuals or organizations looking to contribute to open-source projects can use this skill to find relevant repositories based on their interests or skills. It evaluates project health, community activity, and documentation to recommend suitable projects for contributions.
Startups or small businesses can analyze GitHub projects to compare technology stacks and assess the pros and cons of different open-source solutions for their product development. This aids in making informed decisions about dependencies and tools to adopt.
Companies or investors can use this skill to audit potential open-source acquisitions or partnerships by analyzing GitHub repositories for code quality, licensing, and maintenance. It provides a quick assessment of project viability and risks.
Offer a free basic version with limited API calls and reports, then charge for premium features like higher rate limits, advanced analytics, or team collaboration. Revenue can come from monthly subscriptions or enterprise licenses.
Partner with platforms like GitHub, GitLab, or IDEs to embed this skill as a paid add-on or plugin. Revenue is generated through platform marketplaces or licensing fees from platform providers.
Provide bespoke analysis services for businesses needing in-depth GitHub project evaluations, such as for mergers or technology assessments. Revenue comes from one-time project fees or retainer contracts.
💬 Integration Tip
Ensure the GITHUB_TOKEN environment variable is set for higher API rate limits, and pre-install required Python scripts in the SKILL_DIR for seamless tool execution.
Scored Apr 19, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Essential Git commands and workflows for version control, branching, and collaboration.
通过网页抓取获取 GitHub 按日/周/月增长的热门仓库。当用户询问 GitHub 趋势、热门项目、本周热点或「什么在 GitHub 上 trending」时使用。可输出列表或 JSON,无需 API Key。
GitHub 操作技能 - 创建仓库、推送代码、管理 Release。全自动,无需用户干预。
Semantic git history search and code archaeology. Use when asked why code exists, who owns a file, what introduced a regression, what changed in a commit ran...
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 "帮我看看这个项目...