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...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 152 · 0 current installs · 0 all-time installs
by安东子@wingogx
MIT-0
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.

Current versionv1.0.0
Download zip
developervk976shg94c3y7jg7rppj3ag4b182c45jfreevk976shg94c3y7jg7rppj3ag4b182c45jgithubvk976shg94c3y7jg7rppj3ag4b182c45jlatestvk976shg94c3y7jg7rppj3ag4b182c45j

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

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_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

Files

4 total
Select a file
Select a file to preview.

Comments

Loading comments…