← Back to Skills Marketplace
267
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install github-issue-reply-assistant
Description
Free basic version that drafts a structured GitHub issue response and triage checklist. Reserves premium upgrade hooks for multilingual replies and fix-draft...
README (SKILL.md)
GitHub Issue Smart Reply Assistant
Value
- Free tier: one high-quality reply draft + triage checklist.
- Premium tier (reserved): multilingual reply, fix-draft, similar-issue clustering.
Input
user_idrepo(owner/repo)issue_titleissue_body- optional
tier(free/premium)
Run
python3 scripts/github_issue_reply_assistant.py \
--user-id user_003 \
--repo openclaw/openclaw \
--issue-title "Bug: login flow crashes" \
--issue-body "When I click login, app crashes on callback page"
Tests
python3 -m unittest scripts/test_github_issue_reply_assistant.py -v
Usage Guidance
This skill appears coherent and low-risk: it only validates inputs and produces a reply/checklist. Before installing, consider: 1) The script will include an upgrade/payment URL in responses and will read SKILLPAY_PAYMENT_URL_TEMPLATE or SKILLPAY_TOPUP_BASE_URL from the environment if set — if you don't want external payment links, leave those env vars unset or inspect/modify the code. 2) references/skillpay-api-contract.md mentions an API key practice (SKILLPAY_API_KEY) but the shipped code does not use it — this is probably a placeholder for future billing integration. 3) The source and homepage are unknown; if you need stronger trust, ask the publisher for provenance or run the included unit tests locally (python3 -m unittest ...) before use. 4) The skill can be invoked autonomously by agents by default (normal behavior); no special privileges (always:true) are requested. If you are satisfied with these points, the skill is consistent with its stated purpose.
Capability Analysis
Type: OpenClaw Skill
Name: github-issue-reply-assistant
Version: 1.0.0
The skill is a GitHub issue triage assistant that generates draft responses and checklists based on issue content. The code in `scripts/github_issue_reply_assistant.py` is well-structured, performs basic input validation, and contains no logic for data exfiltration, remote execution, or persistence. While it references a 'premium' tier and a payment domain (skillpay.me) via environment variables, it does not perform any network requests or sensitive data access itself.
Capability Assessment
Purpose & Capability
Name/description claim to draft issue replies and triage checklists; the included Python implements validation, free-tier reply generation, and a clear premium-upgrade hook. No unrelated capabilities (cloud access, ssh, git, etc.) are requested.
Instruction Scope
SKILL.md instructs running the included script and unit tests only. The runtime code will read optional SKILLPAY_* environment variables to build a payment URL returned in the upgrade payload — SKILL.md does not declare these env vars, so callers should be aware the script will consult them if present.
Install Mechanism
No install spec; this is instruction-only with included source files. Nothing is downloaded or written to disk by an installer step beyond normal execution of the packaged script.
Credentials
No required environment variables are declared. The code reads SKILLPAY_PAYMENT_URL_TEMPLATE and SKILLPAY_TOPUP_BASE_URL (optional) to construct a payment URL; a referenced doc mentions SKILLPAY_API_KEY but that key is not used in the shipped code. This is proportionate to the visible premium/checkout behavior, but users should note optional env hooks exist.
Persistence & Privilege
always is false and the skill does not modify other skills or system configuration. It simply returns structured JSON and does not persist or request elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install github-issue-reply-assistant - After installation, invoke the skill by name or use
/github-issue-reply-assistant - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release – draft GitHub issue replies and triage checklists.
- Generates a structured draft reply and triage checklist for GitHub issues.
- Supports tiered access: free tier outputs basic reply and checklist; premium features reserved for future, including multilingual replies and fix-draft suggestions.
- Accepts input parameters such as user ID, repository, issue title, and issue body.
- Includes unit tests for core functionality.
Metadata
Frequently Asked Questions
What is GitHub Issue Reply Assistant?
Free basic version that drafts a structured GitHub issue response and triage checklist. Reserves premium upgrade hooks for multilingual replies and fix-draft... It is an AI Agent Skill for Claude Code / OpenClaw, with 267 downloads so far.
How do I install GitHub Issue Reply Assistant?
Run "/install github-issue-reply-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is GitHub Issue Reply Assistant free?
Yes, GitHub Issue Reply Assistant is completely free (open-source). You can download, install and use it at no cost.
Which platforms does GitHub Issue Reply Assistant support?
GitHub Issue Reply Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created GitHub Issue Reply Assistant?
It is built and maintained by 安东子 (@wingogx); the current version is v1.0.0.
More Skills