github — github rest api github, SeekerClaw, sepivip, community, github rest api, ai agent skill, mcp server, agent automation, repository search, issue management, pull request automation, GITHUB_TOKEN authentication

v1.0.0
GitHub

About this Skill

Perfect for Developer Agents needing seamless GitHub integration and repository management capabilities. github is a web-based platform for version control and collaboration, accessible via REST API for automated interactions.

Features

Search repos using REST API endpoints
Manage issues and pull requests programmatically
Authenticate with private repos using GITHUB_TOKEN
Utilize web_fetch for API requests
Leverage rate limiting for public repos

# Core Topics

sepivip sepivip
[0]
[0]
Updated: 3/16/2026

Quality Score

Top 5%
53
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add sepivip/SeekerClaw/github
Supports 18+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The github MCP Server by sepivip is an open-source community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for github rest api, repository search, issue management.

Ideal Agent Persona

Perfect for Developer Agents needing seamless GitHub integration and repository management capabilities.

Core Value

Empowers agents to interact with GitHub using the REST API, facilitating tasks such as repository search, issue management, and pull requests, all while handling authentication via GITHUB_TOKEN for private repos.

Capabilities Granted for github MCP Server

Searching public and private repositories
Managing and creating issues on GitHub
Automating pull requests for collaborative projects

! Prerequisites & Limits

  • Requires GITHUB_TOKEN for private repositories
  • Rate limits apply for public repositories without token
  • Limited to GitHub code hosting
Project
SKILL.md
833 B
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

GitHub

Interact with GitHub using the REST API.

Use when

  • Repositories ("Find Kotlin repos", "My repos")
  • Issues ("Open issues on X")
  • Pull requests

Don't use when

  • General web search (use research)
  • Git concepts without GitHub context
  • Non-GitHub code hosting

Authentication

For private repos, check memory for GITHUB_TOKEN. Public repos work without token (lower rate limit).

API Endpoints

Search repos (no auth)

javascript
1web_fetch({ 2 url: "https://api.github.com/search/repositories?q=language:kotlin+stars:>1000" 3})

With auth

javascript
1web_fetch({ 2 url: "https://api.github.com/user/repos", 3 headers: { 4 "Authorization": "Bearer {TOKEN}", 5 "Accept": "application/vnd.github+json" 6 } 7})

Rate Limits

  • Unauthenticated: 60 req/hour
  • Authenticated: 5,000 req/hour

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is github?

Perfect for Developer Agents needing seamless GitHub integration and repository management capabilities. github is a web-based platform for version control and collaboration, accessible via REST API for automated interactions.

How do I install github?

Run the command: npx killer-skills add sepivip/SeekerClaw/github. It works with Cursor, Windsurf, VS Code, Claude Code, and 15+ other IDEs.

What are the use cases for github?

Key use cases include: Searching public and private repositories, Managing and creating issues on GitHub, Automating pull requests for collaborative projects.

Which IDEs are compatible with github?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for github?

Requires GITHUB_TOKEN for private repositories. Rate limits apply for public repositories without token. Limited to GitHub code hosting.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add sepivip/SeekerClaw/github. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use github immediately in the current project.

Related Skills

Looking for an alternative to github or building a community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

linear

Logo of lobehub
lobehub

Linear is a workflow management system that enables multi-agent collaboration, effortless agent team design, and introduces agents as the unit of work interaction.

73.4k
0
Communication

testing

Logo of lobehub
lobehub

Testing is a process for verifying AI agent functionality using commands like bunx vitest run and optimizing workflows with targeted test runs.

73.3k
0
Communication

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication