← 返回 Skills 市场
280
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-github-assistant-2-0-1
功能描述
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
使用说明 (SKILL.md)
GitHub Integration Skill
Query and manage GitHub repositories directly from your AI assistant.
Capabilities
| Capability | Description |
|---|---|
list_repos |
List your repositories with filters |
get_repo |
Get detailed info about a specific repo |
check_ci_status |
Check CI/CD pipeline status |
create_issue |
Create a new issue in a repo |
create_repo |
Create a new repository |
search_repos |
Search your repositories |
get_recent_activity |
Get recent commits |
Usage
You: List my Python repos
Bot: [lists your Python repositories]
You: Check CI status on my main project
Bot: [shows CI/CD status]
You: Create an issue about the bug
Bot: [creates the issue]
Setup
1. Generate GitHub Personal Access Token
- Go to https://github.com/settings/tokens
- Click "Generate new token (classic)"
- Name:
openclaw-github-skill - Scopes:
repo(required),read:user(optional) - Copy the token
2. Configure Credentials
Option A: Environment Variables (Recommended)
Set environment variables before starting OpenClaw:
export GITHUB_TOKEN="ghp_your_token_here"
export GITHUB_USERNAME="your_github_username"
Option B: OpenClaw Config
Add to ~/.openclaw/openclaw.json:
{
"github": {
"token": "ghp_your_token_here",
"username": "your_username"
}
}
3. Restart OpenClaw
openclaw gateway restart
Security Notes
⚠️ Protect Your Token:
- Never commit your token to git or share it publicly
- Use the minimal required scopes (
repofor private repos,public_repofor public-only) - Rotate your token if you suspect it was compromised
- Consider using a secrets manager for production use
⚠️ Best Practices:
- Don't store tokens in shell profiles (~/.zshrc) on shared machines
- For local development, environment variables are acceptable
- For production, use your platform's secret/credential store
Rate Limits
- Unauthenticated requests: 60/hour
- Authenticated requests: 5,000/hour
Requirements
- OpenClaw gateway running
- GitHub Personal Access Token with appropriate scopes
安全使用建议
This skill appears to do what it says: it calls the GitHub REST API and uses GITHUB_TOKEN and GITHUB_USERNAME from env or OpenClaw config. Before installing: (1) Verify the source — registry metadata and package.json have slightly inconsistent version/owner info and the 'source' was listed as unknown; prefer installing skills from a confirmed repository/maintainer. (2) Limit token scopes — only grant 'repo' if you need write access to private repos; otherwise use 'public_repo' or narrower scopes. (3) Store the token in a secrets manager or OpenClaw config with proper filesystem protections; avoid committing it. (4) You can review the included JS files locally (api.js, index.js, test.js) — they only contact api.github.com; test.js imports child_process.execSync but does not execute shell commands in the provided code. (5) If you want higher assurance, ask the publisher for the canonical repository URL or a signed release so you can validate integrity before use.
功能分析
Type: OpenClaw Skill
Name: openclaw-github-assistant-2-0-1
Version: 1.0.0
The skill bundle provides legitimate GitHub repository management capabilities, including listing repositories, checking CI status, and creating issues/PRs. All network requests are directed to the official GitHub API (api.github.com), and sensitive credentials (GitHub tokens) are handled through standard environment variables or configuration files. No evidence of malicious intent, data exfiltration, or prompt injection was found across the code (api.js, index.js) or documentation (SKILL.md).
能力评估
Purpose & Capability
Name/description align with requested env vars (GITHUB_TOKEN, GITHUB_USERNAME) and with code that calls api.github.com. Required config paths (github.token, github.username) and the documented scopes (repo/public_repo) match the stated features (list repos, create issues, check CI, etc.).
Instruction Scope
SKILL.md only instructs setting GitHub credentials and restarting OpenClaw and documents behavior tied to GitHub. It does not direct reading unrelated files or transmitting data to unexpected endpoints. Note: the package is not truly 'instruction-only' — code files (index.js, api.js, test.js, etc.) are included even though the registry metadata declared 'No install spec — this is an instruction-only skill.'
Install Mechanism
There is no install spec (no downloads or external installers); the skill ships JavaScript files and a package.json. This is low-risk compared to arbitrary downloads. The network calls in code are all to api.github.com.
Credentials
The skill only requires GITHUB_TOKEN and GITHUB_USERNAME (and corresponding config entries). That is proportionate. Be aware the README/SKILL.md suggests 'repo' scope for private-repo functionality — that scope grants broad repo control; if you only need public info, prefer 'public_repo' or more limited scopes and use a secrets manager.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. Default autonomous invocation is allowed (platform default) but not combined with other elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-github-assistant-2-0-1 - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-github-assistant-2-0-1触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the GitHub integration skill:
- Query and manage GitHub repositories: list, search, and view details.
- Check CI/CD pipeline status for repositories.
- Create new repositories and issues directly.
- View recent commit activity on repositories.
- Easy setup using environment variables or configuration file.
- Detailed security and usage instructions included.
元数据
常见问题
Openclaw Github Assistant 2.0.1 是什么?
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 280 次。
如何安装 Openclaw Github Assistant 2.0.1?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-github-assistant-2-0-1」即可一键安装,无需额外配置。
Openclaw Github Assistant 2.0.1 是免费的吗?
是的,Openclaw Github Assistant 2.0.1 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Github Assistant 2.0.1 支持哪些平台?
Openclaw Github Assistant 2.0.1 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Github Assistant 2.0.1?
由 gyzx(@gyzx)开发并维护,当前版本 v1.0.0。
推荐 Skills