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
- Excel file: The
2026E-R.xlsxfile must exist in the current working directory (or specify path via--excelparameter) and contain vendor error code sheets. - Python dependencies: Ensure
pandasandrequestsare installed (pip install pandas requests). - Network access: The skill needs to reach the internal API endpoint
http://uc-popo.netease.im/sms-new-admin/admin/getSmsSendRecord.
限制
- 短信内容完整输出:分析报告中的短信内容字段将完整显示,不再截断为30个字符。
- 无文件生成:技能将直接在对话中输出分析结果,不再生成Markdown报告文件。
How to Use
When the user provides a phone number: