GitHub operations and repository management using the GitHub MCP Server
Use the GitHub MCP Server to manage repositories, issues, pull requests, and file operations.
Use this skill when you need to automate GitHub-related tasks such as managing issues, reviewing pull requests, or performing remote file commits.
GITHUB_TOKEN with appropriate scopes available in the environment.GITHUB_TOKEN is available in the environment.search_repositories or list_repositories to find the target.create_issue, get_file_contents).response = await client.chat.completions.create(
messages=[{"role": "user", "content": "Create a bug report for the login crash"}],
tools=[{
"type": "mcp",
"name": "github",
"command": "docker", # Managed by MCP config
"args": ["run", ...]
}]
)
# Get content of README.md
content = await github.get_file_contents(
owner="owner-name",
repo="repo-name",
path="README.md"
)
github-mcp-serverSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer