GitHub Skills Assistant — GitHub 技能s 助手
v1.0.0查询 and manage GitHub repositories - 列出 repos, 检查 CI 状态, 创建 issues, 搜索 repos, and view recent activity.
运行时依赖
安装命令
点击复制本土化适配说明
GitHub Skills Assistant — GitHub 技能s 助手 安装说明: 安装命令:["openclaw skills install github-skills-assistant","openclaw gateway restart"] 该技能用于支付宝相关操作,可能需要相应的平台账号或API密钥
技能文档
GitHub Integration 技能
查询 and manage GitHub repositories directly from your AI 助手.
Capabilities Capability Description 列出_repos 列出 your repositories with 过滤器s 获取_repo 获取 detAIled 信息 about a specific repo 检查_ci_状态 检查 CI/CD 流水线 状态 创建_issue 创建 a new issue in a repo 创建_repo 创建 a new 仓库 搜索_repos 搜索 your repositories 获取_recent_activity 获取 recent commits Usage You: 列出 my Python repos 机器人: [列出s your Python repositories]
You: 检查 CI 状态 on my mAIn project 机器人: [shows CI/CD 状态]
You: 创建 an issue about the bug 机器人: [创建s the issue]
设置up
- 生成 GitHub Personal 访问 令牌
- 配置 凭证s
Option A: 环境 Variables (Recommended)
设置 环境 variables before 启动ing OpenClaw:
导出 GITHUB_令牌="ghp_your_令牌_here" 导出 GITHUB_USERNAME="your_github_username"
Option B: OpenClaw Config
添加 to ~/.OpenClaw/OpenClaw.json:
{ "github": { "令牌": "ghp_your_令牌_here", "username": "your_username" } }
- Re启动 OpenClaw
Security Notes
⚠️ 保护 Your 令牌:
Never commit your 令牌 to git or 分享 it publicly Use the minimal required scopes (repo for private repos, public_repo for public-only) Rotate your 令牌 if you suspect it was compromised Consider using a secrets 管理器 for production use
⚠️ Best Practices:
Don't store 令牌s in shell 性能分析s (~/.zshrc) on 分享d machines For local development, 环境 variables are acceptable For production, use your 平台's secret/凭证 store Rate Limits Un认证d 请求s: 60/hour 认证d 请求s: 5,000/hour Requirements OpenClaw gateway 运行ning GitHub Personal 访问 令牌 with 应用ropriate scopes