CodeSkills
← 返回发现

github

GitHub API integration with managed OAuth. Access repositories, issues, pull requests, commits, branches, and users. Use this skill when users want to interact with GitHub repositories, manage issues and PRs, search code, or automate workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

来自 GitHub查看原文 →2026-03-24

# GitHub

Access the GitHub REST api with managed OAuth 认证. Manage repositories, issues, 拉取 requests, 提交, 分支, users, and more.

## 快速开始

```Bash # GET authenticated 用户 Python <<'EOF' 导入 urllib.请求, os, JSON req = urllib.请求.请求('HTTPS://网关.maton.AI/github/用户') req.add_header('授权', f'Bearer {os.environ

相关 Skills