← Back to Skills Marketplace
dagangtj

GitHub Repo Analyzer

by dagangtj · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
329
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install github-repo-analyzer
Description
Analyze GitHub repositories to provide statistics, contributor activity, programming languages, and issue and PR trends.
README (SKILL.md)

GitHub Repo Analyzer Skill

Analyze GitHub repositories to get insights on activity, contributors, and tech stack.

Capabilities

  • Fetch repository statistics
  • Analyze contributor activity
  • Detect programming languages and tech stack
  • Track issue and PR trends

Commands

  • "Analyze github.com/facebook/react"
  • "Show stats for vercel/next.js"
  • "What languages does kubernetes use?"

Tools

analyze_repo

Get comprehensive repository analysis.

Usage: "Analyze [repo-url]"

Pricing

$2/month subscription

Author

Dev Tools Pro

Usage Guidance
This skill appears coherent and small: it runs a bundled Node script that queries api.github.com and prints JSON. Before installing, ensure your agent environment allows running Node scripts and that making outbound HTTPS calls to api.github.com is acceptable. Note unauthenticated GitHub API requests are rate-limited (≈60/hr); supplying a GitHub token would increase limits but would require you to trust the skill with that credential. Review the included script yourself (it's short and readable) if you have concerns about network activity before enabling it.
Capability Analysis
Type: OpenClaw Skill Name: github-repo-analyzer Version: 1.0.0 The skill performs legitimate GitHub repository analysis as described in its documentation. The script `scripts/analyze_repo.js` uses the standard Node.js `https` module to query the official GitHub API for repository statistics, languages, and contributors, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the included artifacts. The single JS file implements repo stats, languages, contributors and dates via api.github.com — exactly the advertised capabilities. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to analyze repo URLs and expose the analyze_repo tool; it does not instruct reading local files, other environment variables, or transmitting data to unexpected endpoints. The runtime behavior (calling api.github.com) is consistent with the instructions.
Install Mechanism
No install spec is provided (instruction-only runtime plus an included script). No downloads from external URLs or archive extraction occur. The included script is small and readable; executing it requires a Node runtime but nothing is written to disk by an installer.
Credentials
The skill requests no environment variables or credentials. The code performs unauthenticated requests to the public GitHub API (no tokens are required). If a user later provides a GitHub token to raise rate limits, that would be a separate decision and should be treated cautiously.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system changes. It simply runs a script that performs outbound HTTPS requests; it does not modify other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install github-repo-analyzer
  3. After installation, invoke the skill by name or use /github-repo-analyzer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of GitHub Repo Analyzer Skill: - Analyze GitHub repositories for activity, contributor, and tech stack insights - Fetch repository statistics and track issue/PR trends - Detect programming languages used in repositories - Supports commands for repo analysis and language detection - Available via $2/month subscription
Metadata
Slug github-repo-analyzer
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is GitHub Repo Analyzer?

Analyze GitHub repositories to provide statistics, contributor activity, programming languages, and issue and PR trends. It is an AI Agent Skill for Claude Code / OpenClaw, with 329 downloads so far.

How do I install GitHub Repo Analyzer?

Run "/install github-repo-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is GitHub Repo Analyzer free?

Yes, GitHub Repo Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does GitHub Repo Analyzer support?

GitHub Repo Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created GitHub Repo Analyzer?

It is built and maintained by dagangtj (@dagangtj); the current version is v1.0.0.

💬 Comments