github — community github, ChatDock, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Development Agents needing seamless GitHub repository interaction and management. A minimal, always-on-top AI assistant for your desktop that survives in the background until summoned—built for local AI access.

abhaymundhara abhaymundhara
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The github skill by abhaymundhara is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Development Agents needing seamless GitHub repository interaction and management.

Core Value

Empowers agents to utilize the GitHub API for searching repositories, accessing public repositories without authentication, and leveraging higher request limits with token-based authentication, all while supporting protocols like HTTPS and handling JSON data formats.

Capabilities Granted for github

Searching public repositories with specific query parameters
Automating repository management tasks using the GitHub API
Debugging issues with repository access and authentication

! Prerequisites & Limits

  • Public repositories have a 60 requests per hour limit without authentication
  • Requires a GitHub token for higher request limits of 5000 requests per hour
  • Dependent on GitHub API availability and terms of service
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

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

GitHub Skill

Interact with GitHub repositories using the GitHub API. No authentication required for public repositories (60 requests/hour), but you can add a token in config for higher limits (5000 requests/hour).

Available Tools

You have access to the following GitHub tools:

Search Repositories

javascript
1github_search_repos({ 2 query: "language:javascript stars:>1000", 3 sort: "stars", // optional: "stars", "forks", "updated" 4 limit: 10 // optional: max 30 5})

Get Repository Information

javascript
1github_get_repo({ 2 owner: "HKUDS", 3 repo: "nanobot" 4})

List Issues

javascript
1github_list_issues({ 2 owner: "HKUDS", 3 repo: "nanobot", 4 state: "open", // optional: "open", "closed", "all" 5 limit: 10 // optional: max 30 6})

Get File Contents

javascript
1github_get_file({ 2 owner: "HKUDS", 3 repo: "nanobot", 4 path: "README.md", 5 branch: "main" // optional 6})

Examples

Find popular JavaScript projects:

javascript
1github_search_repos({ 2 query: "language:javascript stars:>5000", 3 sort: "stars", 4 limit: 5 5})

Check repository details:

javascript
1github_get_repo({ 2 owner: "facebook", 3 repo: "react" 4})

Read a specific file:

javascript
1github_get_file({ 2 owner: "HKUDS", 3 repo: "nanobot", 4 path: "nanobot/agent/loop.py" 5})

Configuration

To increase rate limits, add a GitHub token to ~/.chatdock/settings.json:

json
1{ 2 "github": { 3 "token": "ghp_your_token_here" 4 } 5}

Get a token at: https://github.com/settings/tokens

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 Development Agents needing seamless GitHub repository interaction and management. A minimal, always-on-top AI assistant for your desktop that survives in the background until summoned—built for local AI access.

How do I install github?

Run the command: npx killer-skills add abhaymundhara/ChatDock/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: Searching public repositories with specific query parameters, Automating repository management tasks using the GitHub API, Debugging issues with repository access and authentication.

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?

Public repositories have a 60 requests per hour limit without authentication. Requires a GitHub token for higher request limits of 5000 requests per hour. Dependent on GitHub API availability and terms of service.

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 abhaymundhara/ChatDock/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 another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI