GitHub Workflow Integration for Openclaw

A comprehensive toolset for managing GitHub repositories, issues, pull requests, and CI/CD workflows through an AI agent.

paul-leo
v0.1.1
Mar 6, 2026
1
3.8k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install github-workflow

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install github-workflow using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is GitHub Workflow Integration?

The GitHub Workflow skill provides a robust interface for interacting with the GitHub API via the MorphixAI proxy. This integration allows developers and AI agents to perform high-level repository management tasks, such as tracking project progress, handling the full lifecycle of pull requests, and monitoring CI/CD pipelines. By utilizing these Openclaw Skills, you can transform a standard AI agent into a sophisticated DevOps assistant capable of maintaining codebases and coordinating team contributions.

GitHub Workflow Integration Use Cases

  • Automating the creation of feature branch pull requests after code generation.
  • Triaging and updating issues based on user feedback or bug reports.
  • Monitoring GitHub Action run statuses to verify deployment success.
  • Programmatically triggering CI/CD workflows with custom environment inputs.

How GitHub Workflow Integration Works

  1. The AI agent invokes the mx_github tool provided by the Openclaw Skills framework.
  2. Requests are routed through the MorphixAI proxy using a secure API key for authentication.
  3. The skill performs specific GitHub API actions such as list_issues, create_pull, or trigger_workflow.
  4. Structured data is returned to the agent, enabling it to make informed decisions or proceed with the next step in a development workflow.

GitHub Workflow Integration Setup

To get started with this GitHub integration in Openclaw Skills, follow these steps:

  1. Install the plugin:
openclaw plugins install openclaw-morphixai
  1. Configure Authentication: Obtain an API key from morphix.app/api-keys and set the environment variable:
export MORPHIXAI_API_KEY="mk_your_key_here"
  1. Link Your Account: Visit morphix.app/connections to link your GitHub profile, or use the link tool:
mx_link --app github

GitHub Workflow Integration Data Schema & Taxonomy

The skill interacts with GitHub data using the following parameter structures:

Parameter Description Format
repo The target repository "owner/repo-name"
action The API operation to perform e.g., list_pulls, get_repo
issue_number Specific ID for issues or PRs Integer
workflow_id The filename or ID of a GitHub Action e.g., "deploy.yml"

Note: The list_issues action automatically filters out Pull Requests to ensure clean issue management within Openclaw Skills.

GitHub Workflow Integration Advanced Features

  • Support for workflow_dispatch allowing agents to trigger manual GitHub Actions with custom JSON inputs.
  • Intelligent account detection that automatically selects the linked GitHub account without requiring an explicit account_id.
  • Multi-label support for creating and updating issues to maintain project organization.
  • Seamless integration with CI/CD monitoring via list_workflow_runs to provide real-time feedback to the developer.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*