hermes-openclaw-git-relay

Automate Git push, fetch, merge, and conflict resolution for GitHub.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill hermes-openclaw-git-relay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hermes-openclaw-git-relay
Source: https://github.com/lxh755818-bot/obsidian-vault/tree/main/backup/skills/mlops/hermes-openclaw-git-relay
Command: npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill hermes-openclaw-git-relay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gitpython, ssh, paramiko, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates Git operations for collaborative workflows between Hermes and OpenClaw Agents on GitHub, ensuring seamless integration and conflict resolution.

Core Features & Use Cases

  • Automated Git Pushes: Schedules and automates Git pushes with proper conflict resolution and merge strategies.
  • Conflict Management: Handles merge conflicts and ensures that both agents' work is respected.
  • Use Case: Ideal for teams using GitHub for collaborative development, where Hermes and OpenClaw Agents need to work together without manual intervention.

Quick Start

Run the 'git-push' command to push your changes to the GitHub repository and handle conflicts automatically.

Frequently Asked Questions about hermes-openclaw-git-relay

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Git operations for Bot-to-Bot collaboration on GitHub?

Automating Git operations for Bot-to-Bot collaboration requires scheduling Git pushes, fetches, and merges between Hermes and OpenClaw Agents. This Skill handles those tasks automatically, including conflict resolution, ensuring seamless integration without manual intervention.

Do I need SSH access to use GitPython for automated agent collaboration?

Yes, SSH access to the GitHub repository is required to use GitPython for automated agent collaboration. You must configure SSH keys and ensure the Python dependencies like GitPython and Paramiko are installed in your environment.

How does conflict resolution work when merging changes from multiple agents?

Conflict resolution when merging changes from multiple agents works by automatically handling merge conflicts to ensure both agents' work is respected. It applies specific merge strategies during the automated Git push process to maintain collaborative integrity.

What is the best way to schedule automated Git pushes for Hermes and OpenClaw Agents?

The best way to schedule automated Git pushes for Hermes and OpenClaw Agents is to run the git-push command provided by this Skill. It automates the push process to the GitHub repository and handles conflicts automatically.

What are the limitations of using Python scripts for automated GitHub Git workflows?

Limitations of using Python scripts for automated GitHub Git workflows include dependency on specific libraries like GitPython and Paramiko, and the necessity of continuous SSH access. Complex repository states might still require manual conflict review.