← 返回 Skills 市场
wingogx

GitHub Issue Reply Assistant

作者 安东子 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
267
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install github-issue-reply-assistant
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /github-issue-reply-assistant 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug github-issue-reply-assistant
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 267 次。

如何安装 GitHub Issue Reply Assistant?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install github-issue-reply-assistant」即可一键安装,无需额外配置。

GitHub Issue Reply Assistant 是免费的吗?

是的,GitHub Issue Reply Assistant 完全免费(开源免费),可自由下载、安装和使用。

GitHub Issue Reply Assistant 支持哪些平台?

GitHub Issue Reply Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 GitHub Issue Reply Assistant?

由 安东子(@wingogx)开发并维护,当前版本 v1.0.0。

💬 留言讨论