← 返回 Skills 市场
create-ticket
作者
charles-lpd
· GitHub ↗
· v1.0.0
· MIT-0
255
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install create-ticket
功能描述
Create a private Discord channel for a user to handle unresolved issues requiring privacy and manual support.
使用说明 (SKILL.md)
Create Discord Ticket Skill
描述
此技能允许机器人在 Discord 服务器中为用户创建一个专用的私密频道(Ticket)。
使用场景
- 自动修复失败:当
auto_repair_transaction无法解决交易卡住问题时。 - 复杂技术错误:遇到
nonce_error或Computed Result Error需要人工干预时。 - 隐私保护:当需要用户提供详细的转账记录、截图或其他敏感信息时。
约束
- 只能在用户提出明确的业务故障且无法自动解决时调用。
- 调用前需告知用户:“我将为您开启一个私密频道以保护您的隐私”。
参数说明
username: 用户的 Discord 昵称(用于命名频道)。userId: 用户的 Discord 唯一 ID(用于设置频道访问权限)。issue: 简短的问题描述(如 "AOX_STUCK")。
安全使用建议
This skill appears to do what it says: return an action instructing the platform to create a private Discord channel for a given user. Before installing, ensure your OpenClaw instance's Discord adapter has the appropriate permissions and that you trust the skill owner and the adapter, since the platform will be able to create channels on your server. Also confirm you want the agent to be allowed to create channels autonomously under the platform's normal invocation rules. The code sanitizes the username for the channel name but does not validate userId format — ensure your callers provide a correct Discord user ID.
功能分析
Type: OpenClaw Skill
Name: create-ticket
Version: 1.0.0
The skill is designed to create private Discord support channels (tickets) for users when automated troubleshooting fails. The implementation in index.js and the instructions in SKILL.md are consistent with this purpose, using standard parameters (username, userId, issue) to generate a channel creation request for the platform's Discord adapter without any evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
Name, description, SKILL.md, and index.js all describe creating a private Discord ticket channel. The code returns a structured action (CREATE_PRIVATE_CHANNEL) which an OpenClaw Discord adapter would execute; no unrelated permissions, binaries, or environment variables are requested.
Instruction Scope
Runtime instructions in SKILL.md are narrowly scoped (only for unresolved/privacy-sensitive cases) and the handler only uses provided parameters (username, userId, issue). It does not instruct reading unrelated files, env vars, or transmitting data to external endpoints beyond the platform's Discord adapter. (Minor note: SKILL.md and code rely on the platform adapter to actually call Discord APIs.)
Install Mechanism
No install spec is provided (instruction-only with a small handler file), so nothing is written to disk or downloaded during install. This is low-risk and expected for this type of skill.
Credentials
The skill declares no required env vars or credentials. It depends on the platform's existing Discord integration to perform the channel creation, which is proportionate to its purpose. There are no requests for unrelated keys/secrets.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modify other skills' configuration. Autonomous invocation is allowed (platform default) but the skill itself does not escalate privileges or demand permanent presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install create-ticket - 安装完成后,直接呼叫该 Skill 的名称或使用
/create-ticket触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Create Discord Ticket Skill.
- Allows the bot to create a private ticket channel for users on a Discord server.
- Use cases include unresolved auto-repair, complex technical errors, or privacy-sensitive support.
- Enforces constraints for appropriate usage and requires notifying the user before creating a channel.
- Supports parameters for username, userId, and a brief issue description.
元数据
常见问题
create-ticket 是什么?
Create a private Discord channel for a user to handle unresolved issues requiring privacy and manual support. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 255 次。
如何安装 create-ticket?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install create-ticket」即可一键安装,无需额外配置。
create-ticket 是免费的吗?
是的,create-ticket 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
create-ticket 支持哪些平台?
create-ticket 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 create-ticket?
由 charles-lpd(@charles-lpd)开发并维护,当前版本 v1.0.0。
推荐 Skills