A specialized tool that generates structured reply drafts and triage checklists for GitHub issues to accelerate repository maintenance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-issue-reply-assistant
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install github-issue-reply-assistant using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The GitHub Issue Reply Assistant is a developer-centric tool designed to simplify the often-tedious process of responding to and triaging community feedback. By leveraging the power of Openclaw Skills, this assistant analyzes the title and body of an issue to provide maintainers with a professional response draft and a clear action plan. It effectively bridges the gap between receiving a report and taking action.
This skill is particularly valuable for maintaining high standards of communication in open-source or internal projects. It ensures that every issue is met with a consistent structure, including a thank-you note, a summary of the problem, and a checklist of steps required to move the issue forward.
To get started with this skill, ensure you have your environment ready and execute the script via the command line. Use the following command to generate a reply:
python3 scripts/github_issue_reply_assistant.py \
--user-id <YOUR_USER_ID> \
--repo <OWNER/REPO> \
--issue-title "Bug: example issue" \
--issue-body "Description of the problem"
You can also run the included test suite to verify functionality:
python3 -m unittest scripts/test_github_issue_reply_assistant.py -v
The skill utilizes a structured input schema to ensure accurate draft generation. The following table describes the required data fields:
| Parameter | Type | Description |
|---|---|---|
user_id |
String | Unique identifier for the operator |
repo |
String | The target repository in owner/repo format |
issue_title |
String | The text from the GitHub issue subject line |
issue_body |
String | The full descriptive text of the issue |
tier |
String | Optional parameter (free or premium) to unlock advanced hooks |
The output consists of a Markdown-formatted reply and a checklist stored in the session context within the Openclaw Skills framework.
Loading
A batch ad copy generation tool for ecommerce that automates high-conversion creative writing with integrated pay-per-use billing.

A specialized AI agent skill designed to generate optimized marketing copy for major advertising platforms from basic product data.

A powerful CLI utility to manage MiniMax Speech 2.8 text-to-audio requests and voice catalog discovery.

A precise technical utility for calculating Chinese lunar calendar dates, Heavenly Stems, and Earthly Branches from Gregorian dates.

A specialized AI skill that transforms raw meeting notes into structured, actionable task lists with assignees and deadlines.

An automation tool that transforms Notion database task records into structured weekly markdown reports.








































