生成 Apple 国区 ICP 豁免申请附件 PDF。当用户提到 ICP 备案、Apple 国区下架、ICP 豁免申请、 App Store 中国区合规、申请例外批准等相关内容时,立即触发此 skill。收集用户的 Team ID、 账户持有人姓名、App ID 等信息,调用脚本生成符合 Apple 要求的正式申请附件 PDF 文件。
71
88%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
此 skill 用于生成 Apple App Store 中国大陆地区 ICP 备案豁免申请所需的正式附件 PDF。
reportlab 库(pip install reportlab)fonts-wqy-zenhei),需提前安装:
sudo apt-get install fonts-wqy-zenhei在生成 PDF 前,需要向用户收集以下信息:
直接在对话中逐一询问,或一次性询问所有信息:
请提供以下信息来生成 ICP 豁免申请附件:
1. Team ID(例如:ABCD123456)
2. 账户持有人法定姓名
3. App ID(例如:1234567890)
4. 申请日期(格式:YYYY年MM月DD日,留空则使用今天)收集好所有信息后,运行以下命令生成 PDF:
icp-exemption \
--team-id "TEAM_ID" \
--name "法定姓名" \
--app-id "APP_ID" \
--date "YYYY年MM月DD日"默认输出到当前目录下的 ICP豁免申请附件.pdf,可通过 --output 指定路径。
生成后使用 present_files 将 PDF 提供给用户下载。
生成附件后,告知用户提交流程:
bcef823
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.