github-repo

Retrieve GitHub repository metadata including stars, forks, issues, languages, and license.

3|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/Mearman/marketplace --skill github-repo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-repo
Source: https://github.com/Mearman/marketplace/tree/main/plugins/github-api/skills/github-repo
Command: npx skills add https://github.com/Mearman/marketplace --skill github-repo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Retrieve comprehensive GitHub repository metadata such as description, stars, forks, issues, languages, and license.

Core Features & Use Cases

  • Fetch repository metadata via GitHub API
  • Display stats like stars, forks, open issues, language, and license
  • Use cases include quick repo comparisons and populating dashboards with up-to-date stats

Quick Start

Fetch repository data by passing owner/repo or a full GitHub URL to view its metadata.

Frequently Asked Questions about github-repo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get GitHub repository stats like stars, forks, and issues?

You can fetch GitHub repository metadata by passing the owner/repo name or full URL to retrieve stats like stars, forks, open issues, languages, and license.

Can I compare multiple GitHub repositories using their metadata?

Yes, you can compare multiple GitHub repositories by fetching metadata for each repo, allowing you to contrast stats like stars, forks, and issues side by side.

Does fetching GitHub repo details require an API token?

No, fetching GitHub repo details works without authentication, but providing an optional GitHub token supports authenticated requests to increase your API rate limits.

How do I populate a dashboard with up-to-date GitHub repository statistics?

Populate dashboards with up-to-date GitHub repository statistics by retrieving metadata such as description, stars, and languages, utilizing optional caching to reduce API calls.

What GitHub repository information can I retrieve without using the search API?

You can retrieve comprehensive repository metadata including description, stars, forks, open issues, primary languages, and license details directly via the repository endpoint.