skills/skills.netease.im/sms-error-checker

sms-error-checker

SKILL.md

SMS Error Checker Skill

This skill helps technical support staff investigate why SMS messages weren't delivered to specific phone numbers. It queries the internal SMS admin API to get delivery records, then matches the report field against vendor-specific error code explanations stored in the 2026E-R.xlsx Excel file.

Prerequisites

  1. Excel file: The 2026E-R.xlsx file must exist in the current working directory (or specify path via --excel parameter) and contain vendor error code sheets.
  2. Python dependencies: Ensure pandas and requests are installed (pip install pandas requests).
  3. Network access: The skill needs to reach the internal API endpoint http://uc-popo.netease.im/sms-new-admin/admin/getSmsSendRecord.

限制

  1. 短信内容完整输出:分析报告中的短信内容字段将完整显示,不再截断为30个字符。
  2. 无文件生成:技能将直接在对话中输出分析结果,不再生成Markdown报告文件。

How to Use

When the user provides a phone number:

Installs
3
First Seen
Apr 24, 2026