GitHub Manager for OpenClaw — Review, Trust Score & Install Guide
Short answer: GitHub Manager is a verified OpenClaw skill for coding agents & ides. Trust Score 98/100 based on source transparency, permission scope, install safety, update recency, community signal, and documentation quality.
Trust Score: 98/100
- Security tier: Verified
- Risk level: Low
- Last reviewed: 2026-02-22
- Reviewer: OpenClaw Skills Hub editorial team
- Version: 4.1.0
- Author: openclaw-core
- Install command:
npx clawhub@latest install github-manager
How we calculate Trust Scores →
What GitHub Manager does
GitHub Manager provides comprehensive GitHub integration. Create repos, manage pull requests, review code diffs, trigger GitHub Actions, and handle issues — all through natural language. The AI provides intelligent code review suggestions and auto-generates PR descriptions.
How to install GitHub Manager
- Install the OpenClaw CLI:
npm install -g clawhub@latest
- Install this skill:
npx clawhub@latest install github-manager
- Verify the install:
openclaw skills list
Security review
This skill is currently classified as Verified with a low risk profile. Our reviewers inspected the SKILL.md manifest, dependency tree, declared permissions, network calls, and shell commands before publishing this score. See our editorial policy and Trust Score methodology for the full rubric.
Best for
- Create and manage PRs with AI-generated descriptions
- Auto-review code changes and suggest improvements
- Trigger and monitor GitHub Actions workflows
- Manage issues and milestones across repos
Avoid if
- You need a fully air-gapped install with no network calls.
- Your environment forbids skills with third-party dependencies.
- You require a formally audited SBOM that this version does not yet provide.
Alternatives & related skills
- Linear Integration — Full Linear project management integration — create issues, manage sprints, and track progress with AI.
- Vercel Deploy — Deploy, manage, and monitor Vercel projects directly from OpenClaw with zero-config deployments.
- Code Reviewer — AI-powered code reviews — detect bugs, security issues, and code quality problems with actionable fix suggestions.
Frequently asked questions
What GitHub permissions does it need?
Repo read/write, issues, pull requests, and optionally Actions.
Does it support GitHub Enterprise?
Yes — configure your enterprise URL during setup.
How do I install GitHub Manager?
Run `npx clawhub@latest install github-manager` from any directory with Claude Code or OpenClaw installed. The skill is added to your local SKILL.md registry and is available to your agent immediately — no restart required.
Related