GitHub Issue Reply Assistant

v1.0.0

Free basic version that drafts a structured GitHub issue response and triage checklist. Reserves premium upgrade hooks for multilingual replies and fix-draft...

0· 262·0 current·0 all-time
by安东子@wingogx

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for wingogx/github-issue-reply-assistant.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "GitHub Issue Reply Assistant" (wingogx/github-issue-reply-assistant) from ClawHub.
Skill page: https://clawhub.ai/wingogx/github-issue-reply-assistant
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install wingogx/github-issue-reply-assistant

ClawHub CLI

Package manager switcher

npx clawhub@latest install github-issue-reply-assistant
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

developervk976shg94c3y7jg7rppj3ag4b182c45jfreevk976shg94c3y7jg7rppj3ag4b182c45jgithubvk976shg94c3y7jg7rppj3ag4b182c45jlatestvk976shg94c3y7jg7rppj3ag4b182c45j
262downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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_id
  • repo (owner/repo)
  • issue_title
  • issue_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

Comments

Loading comments...