The GitHub skill is the one most developers wire up first, because it turns the agent from a code reader into a code contributor. It speaks the GitHub API directly: opening pull requests, triaging issues, leaving review comments, managing branches, and reading repo metadata. Pair it with a git skill and the agent can take a task from "fix this bug" to "here's the PR" without you touching a keyboard.
That practical payoff is why GitHub and git integrations are a fixture of the development category on both frameworks.
GitHub on OpenClaw
OpenClaw provides a GitHub skill through ClawHub, alongside a healthy ecosystem of community add-ons — auto PR mergers, Azure DevOps bridges, and reasoning-chain commit tools. Install the core one with:
openclaw skills install github
Give it a personal access token and the agent can now file issues, push branches, and open PRs against your repositories. Because skills compose, you can stack it with a code-review or security skill so every PR the agent opens has already been sanity-checked.
GitHub on Hermes
Hermes covers the same ground with git and GitHub skills from its catalog, and adds a migration shortcut: it can import settings, memories, skills, and API keys from an existing OpenClaw install. If you've already configured GitHub access on OpenClaw, it carries over rather than being re-built from scratch.
Hermes' learning loop helps here too — once it works out a project-specific convention (how you name branches, which checks must pass before a PR), it can write that back as a skill so future PRs follow the same rules automatically.
OpenClaw vs Hermes at a glance
- OpenClaw — official GitHub skill plus a deep community catalog of PR/issue automations.
- Hermes — git/GitHub skills with an OpenClaw import path and conventions learned over time.
Running it from your phone
Your GitHub token lives on the server running the agent, so the actual pushes and PRs happen there. Onepilot gives you the SSH terminal to trigger and approve that work from an iPhone — start a task on OpenClaw or Hermes, watch the PR open, and review it on GitHub.