Ticket Stats

v1.0.0

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

0· 123·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (ticket statistics and classification) align with the included script and SKILL.md. The script reads Excel/CSV, classifies by keywords, computes metrics, and generates charts — all expected for this purpose.
Instruction Scope
Runtime instructions limit actions to reading a provided Excel/CSV file, local processing with pandas, and optional local chart output. There are no instructions to read unrelated system files, environment variables, or to send data externally.
Install Mechanism
Instruction-only skill with a Python script; no install spec or remote downloads. It relies on standard Python packages (pandas, openpyxl, matplotlib) which the user must install — no high-risk install URLs or archive extraction present.
Credentials
The skill does not request any environment variables, credentials, or config paths. The resources it needs (local Excel/CSV files and optional Python libs) are proportionate to its function.
Persistence & Privilege
always is false and the skill does not modify agent/system configurations. It runs only when invoked and does not request elevated or persistent privileges.
Assessment
This appears coherent and limited in scope, but take normal precautions: run the script in an isolated environment (virtualenv/container), review the script yourself if you can, and ensure the input files do not contain secrets you don't want written to disk. Install required Python packages (pandas, openpyxl, matplotlib) from official sources before use. The script writes chart image files to the working directory and does not perform network I/O or request credentials.

Like a lobster shell, security has layers — review code before you run it.

latestvk975by7hg5dg8jgep3dw4wtnzd837we7

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments