ticket-stats

企业内部咨询工单统计分析。用于处理Excel格式的工单数据,统计每日接收工单数量、处理完成数量、未及时回复数量,并根据关键词自动归类到功能模块(订单交易、经营数据、门店设置、账号管理、商品管理、营销活动、顾客评价),生成带可视化图表的每日摘要报告。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ticket-stats" with this command: npx skills add flankcat/ticket-stats

工单统计分析 Skill

数据要求

Excel表格需包含以下列:

  • 工单编号 - 唯一标识
  • 提交时间 - 工单创建时间
  • 状态 - 待处理/处理中/已解决
  • 问题描述 - 工单内容文本
  • 回复时间 - 首次回复时间(可选,用于计算响应时长)

功能模块关键词

模块关键词
订单交易订单、支付、退款、下单、交易、订单查询
经营数据报表、销售额、营收、流水、统计、经营分析
门店设置门店、店铺、营业时间、地址、门店配置
账号管理账号、登录、密码、权限、角色、用户
商品管理商品、上架、下架、库存、SKU、商品信息
营销活动优惠券、活动、折扣、满减、推广
顾客评价评价、评分、评论、星级、反馈

使用方式

# 1. 读取Excel工单数据
import pandas as pd
df = pd.read_excel("工单数据.xlsx")

# 2. 统计各项指标
# - 接收工单数:当日新建工单
# - 已解决数:状态为"已解决"的工单
# - 未及时回复:回复时间-提交时间 > 1小时

# 3. 根据关键词自动归类
def classify_ticket(description):
    keywords = {...}  # 见上方表格
    for module, words in keywords.items():
        if any(w in description for w in words):
            return module
    return "其他"

# 4. 生成报告和可视化
# - 使用 matplotlib/plotly 生成图表
# - 输出为图片或HTML

输出格式

每日摘要包含:

  1. 核心指标卡片(接收、处理完成、未及时回复)
  2. 各模块工单分布饼图
  3. 按时段/日期的工单趋势图
  4. 问题关键词云或词频统计

脚本位置

使用 scripts/analyze_tickets.py 进行分析:

python scripts/analyze_tickets.py <工单Excel文件路径> [--date YYYY-MM-DD]

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Huo15 Openclaw Enhance

火一五·克劳德·龙虾增强插件 v5.7.8 — 全面适配 openclaw 2026.4.24:peerDep ^4.24 + build/compat 同步到 4.24 + 14 处 api.on 全部去掉 as any 改成 typed hook(hookName 联合类型 + handler 自动推断 Pl...

Registry SourceRecently Updated
General

Content Trend Analyzer

Aggregates and analyzes content trends across platforms to identify hot topics, user intent, content gaps, and generates data-driven article outlines.

Registry SourceRecently Updated
General

Prompt Debugger

Debug prompts that produce unexpected AI outputs — diagnose failure modes, identify ambiguity and conflicting instructions, test variations, compare model re...

Registry SourceRecently Updated
General

Indie Maker News

独行者 Daily - 变现雷达。读对一条新闻,少走一年弯路。每天5分钟,给创业者装上商业雷达。聚焦一人公司、副业、创业变现资讯,智能分类,行动导向。用户下载即能用,无需本地部署!

Registry SourceRecently Updated