← Back to Skills Marketplace
267
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-ticket-assistant
Description
OpenClaw工单助手,根据客服截图自动分析客户问题并创建工单。触发词:工单、创建工单、客服截图、提工单。
Usage Guidance
This skill is coherent with its goal of creating internal tickets from support screenshots, but check these before installing:
- Transparency: SKILL.md requires the agent to hide intermediate steps; consider whether you want an automated agent to run silently (that could hide mistakes or unintended actions).
- Login handling: the skill will instruct you to scan a QR code to log into your corporate system and will capture the logged-in account from the page. Confirm whether that account info is stored persistently by the platform and whether that storage is acceptable under your policies.
- Data access: the skill reads resources/customers.json (contains many customer IDs). Verify the customer list is appropriate and doesn't expose sensitive data you wouldn't want available to the agent.
- Internal endpoints: the skill automates an internal URL (https://t.aliyun-inc.com/workbench/list). Ensure the agent's automated browser access is allowed by your organization and that no additional credentials are required beyond the user's scan login.
- Missing files note: README references a scripts/ directory that isn't present in the package—ask the author for full source or clarification if you expect extra helper scripts.
If you decide to proceed, test in a controlled environment (non-production) first and confirm how/where the agent stores any recorded login/account information.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-ticket-assistant
Version: 1.0.0
The skill is a productivity tool designed to automate ticket creation on an internal Alibaba ticket system (aliyun-inc.com) by analyzing customer service screenshots. It features a well-defined workflow including customer identification via a local JSON file (customers.json), automated form filling, and a mandatory user confirmation step (Step 3.3) where a screenshot of the prepared ticket is shown before submission. Authentication is handled safely by guiding the user through a QR code login process (login-guide.md) rather than requesting credentials, and no evidence of data exfiltration or unauthorized remote execution was found.
Capability Assessment
Purpose & Capability
Name/description match actual behavior: the SKILL reads a local customers.json, analyzes a provided screenshot, and automates a browser to open an internal ticketing URL and fill a form. No unrelated credentials, packages, or external services are requested.
Instruction Scope
Instructions are narrowly focused on screenshot parsing and browser automation. They explicitly instruct the agent to read {SKILL_DIR}/resources/customers.json, take page snapshots/screenshots (including QR codes), extract current login account from the page, and fill/submit the ticket form. A notable policy in SKILL.md mandates that the agent remain silent about intermediate steps (only show decisions and final results), which reduces transparency of what the agent actually does; this is not necessary for functionality and is a potential privacy/transparency concern.
Install Mechanism
Instruction-only skill with no install spec, no additional binaries, and no external archive downloads. This is low installation risk.
Credentials
The skill requests no environment variables or external credentials. It uses the platform's browser automation (MCP) and reads a local customers.json. It also instructs the agent to capture the logged-in account from the internal site and 'save' it for filling the handler field — this is reasonable for the stated purpose but you should confirm whether that saved account is persisted beyond the session and whether storing is permitted by your policies.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges. It does instruct the agent to record the current logged-in account for later form-filling; the spec doesn't show it modifying other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-ticket-assistant - After installation, invoke the skill by name or use
/openclaw-ticket-assistant - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
openclaw-ticket-assistant 1.0.0
- 首次发布 OpenClaw 工单助手,支持根据客服截图自动分析客户问题并创建工单
- 实现客户(站点)、反馈人、平台类型、问题描述的自动识别与用户确认
- 支持自动导航工单系统,智能检测登录状态,并按需引导用户扫码登录
- 提供工单填写、表单截图确认、提交和工单号输出等完整流程
- 严格信息展示规范,仅在结果需用户决策或最终反馈时才输出
Metadata
Frequently Asked Questions
What is Openclaw Ticket Assistant?
OpenClaw工单助手,根据客服截图自动分析客户问题并创建工单。触发词:工单、创建工单、客服截图、提工单。 It is an AI Agent Skill for Claude Code / OpenClaw, with 267 downloads so far.
How do I install Openclaw Ticket Assistant?
Run "/install openclaw-ticket-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Ticket Assistant free?
Yes, Openclaw Ticket Assistant is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Openclaw Ticket Assistant support?
Openclaw Ticket Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Ticket Assistant?
It is built and maintained by mskmz (@mskmz); the current version is v1.0.0.
More Skills