github — API REST de GitHub github, SeekerClaw, community, API REST de GitHub, ide skills, dépôts privés, problèmes de GitHub, demandes de tirage de GitHub, authentification avec GITHUB_TOKEN, développement collaboratif, Claude Code

v1.0.0

À propos de ce Skill

Parfait pour les Agents de Développeur ayant besoin d'une intégration transparente avec GitHub et de capacités de gestion de référentiels. GitHub est une plateforme de développement collaboratif qui permet aux développeurs d'interagir avec des dépôts et des problèmes via l'API REST

Fonctionnalités

Recherche de dépôts via l'API REST
Authentification avec GITHUB_TOKEN pour les dépôts privés
Accès aux problèmes et aux demandes de tirage
Utilisation de l'API REST pour interagir avec GitHub
Compatibilité avec les dépôts publics et privés

# Core Topics

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

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
53
Canonical Locale
en
Detected Body Locale
en

Parfait pour les Agents de Développeur ayant besoin d'une intégration transparente avec GitHub et de capacités de gestion de référentiels. GitHub est une plateforme de développement collaboratif qui permet aux développeurs d'interagir avec des dépôts et des problèmes via l'API REST

Pourquoi utiliser cette compétence

Permet aux agents d'interagir avec GitHub à l'aide de l'API REST, facilitant des tâches telles que la recherche de référentiels, la gestion des problèmes et les demandes d'extraction, le tout en gérant l'authentification via GITHUB_TOKEN pour les référentiels privés.

Meilleur pour

Parfait pour les Agents de Développeur ayant besoin d'une intégration transparente avec GitHub et de capacités de gestion de référentiels.

Cas d'utilisation exploitables for github

Recherche de référentiels publics et privés
Gestion et création de problèmes sur GitHub
Automatisation des demandes d'extraction pour les projets collaboratifs

! Sécurité et Limitations

  • Nécessite GITHUB_TOKEN pour les référentiels privés
  • Des limites de débit s'appliquent pour les référentiels publics sans jeton
  • Limité à l'hébergement de code GitHub

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

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

? Frequently Asked Questions

What is github?

Parfait pour les Agents de Développeur ayant besoin d'une intégration transparente avec GitHub et de capacités de gestion de référentiels. GitHub est une plateforme de développement collaboratif qui permet aux développeurs d'interagir avec des dépôts et des problèmes via l'API REST

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 19+ other IDEs.

What are the use cases for github?

Key use cases include: Recherche de référentiels publics et privés, Gestion et création de problèmes sur GitHub, Automatisation des demandes d'extraction pour les projets collaboratifs.

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?

Nécessite GITHUB_TOKEN pour les référentiels privés. Des limites de débit s'appliquent pour les référentiels publics sans jeton. Limité à l'hébergement de code GitHub.

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.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

github

Install github, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

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

Compétences associées

Looking for an alternative to github or another community skill for your workflow? Explore these related open-source skills.

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Générez des plugins de widgets personnalisables pour le système de flux prompts.chat

flags

Logo of vercel
vercel

Le Cadre de Réaction

138.4k
0
Navigateur

pr-review

Logo of pytorch
pytorch

Tenseurs et réseaux neuronaux dynamiques en Python avec une forte accélération GPU

98.6k
0
Développeur