← 返回 Skills 市场
jbennett111

SupportForge

作者 Jbennett111 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
416
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install supportforge
功能描述
AI customer support via SupportForge API — ticket creation, auto-replies, routing, knowledge base search. Use when user needs customer support automation, ti...
安全使用建议
This skill appears to implement a customer-support API client, but there are several things to consider before installing: (1) the registry metadata does not list the required env vars (SUPPORTFORGE_API_KEY or SUPPORTFORGE_EMAIL and optionally SUPPORTFORGE_API_URL) — treat this omission as suspicious. (2) The bundle talks to and auto-signs up at anton.vosscg.com, a domain with no homepage or owner info in the registry entry; verify the vendor and confirm you trust that endpoint before sending real emails or API keys. (3) The included script prints any obtained API key to stderr ("✅ Free key: ..."), which can leak secrets into logs or agent traces — avoid using production credentials or set up an isolated/test account. (4) If you need this functionality, prefer providing a scoped API key (not your personal or high-privilege email/credentials) and consider contacting the vendor or examining network traffic to confirm no unexpected endpoints are used. If you want higher assurance, ask the publisher for provenance (homepage, source repo) or for the skill to declare required env vars in the manifest and to stop echoing secrets.
功能分析
Type: OpenClaw Skill Name: supportforge Version: 1.0.0 The skill bundle is classified as suspicious due to a critical shell injection vulnerability in `scripts/forge-client.sh`. The script directly passes user-controlled input (`$1`) as the data payload to `curl -d "$1"` for the `create` and `search` actions. This allows an attacker to inject arbitrary shell commands or manipulate `curl` arguments by crafting malicious JSON input, potentially leading to remote code execution on the agent's host. The `API_BASE` URL is also configurable via `SUPPORTFORGE_API_URL`, which could be abused to redirect traffic to a malicious server if an attacker can control the environment.
能力评估
Purpose & Capability
Name/description match the included behavior (ticket create, kb search, key signup). However the registry metadata declares no required env vars or primary credential while both SKILL.md and scripts clearly require SUPPORTFORGE_API_KEY or SUPPORTFORGE_EMAIL (and optionally SUPPORTFORGE_API_URL). That metadata omission is an inconsistency that could hide the fact this skill needs credentials.
Instruction Scope
SKILL.md and the script instruct the agent to POST user email or ticket payloads to https://anton.vosscg.com (or SUPPORTFORGE_API_URL). The script will auto-sign up by POSTing the provided email and then echo the returned api_key to stderr, which risks exposing the key in logs. The instructions do not ask for unrelated files, but they do send user email and support ticket content to an external, unverified host.
Install Mechanism
No install spec (instruction-only) and a small shell helper script are included. No downloads or archive extraction are performed by the skill package itself, which is low risk from an installation mechanics standpoint.
Credentials
Only an API key or email is needed for the described functionality, which is proportionate — but the skill metadata fails to declare these required env vars. The script also reads SUPPORTFORGE_API_URL if present. Requiring an email that will be POSTed to an external domain and printing API keys to stderr are privacy/credential-handling concerns.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistent privileges or modify other skills. Autonomous invocation is allowed (default) but is not combined with other high-risk properties here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install supportforge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /supportforge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — AI customer support API client (tickets, auto-reply, KB search). Free tier: 100 req/day.
元数据
Slug supportforge
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

SupportForge 是什么?

AI customer support via SupportForge API — ticket creation, auto-replies, routing, knowledge base search. Use when user needs customer support automation, ti... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 416 次。

如何安装 SupportForge?

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

SupportForge 是免费的吗?

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

SupportForge 支持哪些平台?

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

谁开发了 SupportForge?

由 Jbennett111(@jbennett111)开发并维护,当前版本 v1.0.0。

💬 留言讨论