skills/discord-notify/SKILL.md
向 Discord 用户发送私聊消息。当用户请求发送通知、提醒、消息到 Discord 时使用此 skill。
npx skillsauth add 958877748/skills discord-notifyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
向指定 Discord 用户发送私聊消息。
当用户说以下类型的话时,使用此 Skill:
node discord-notify/send.js "消息内容"
DISCORD_BOT_TOKEN - 机器人 TokenDISCORD_USER_ID - 目标用户 IDHTTPS_PROXY / HTTP_PROXY / ALL_PROXY - 代理地址(可选)Discord 设置 → 高级 → 开启开发者模式 → 右键自己 → 复制 ID
discord-notify/
├── SKILL.md # Skill 说明文档
├── send.js # 发送 DM 消息脚本
└── package.json # 依赖配置
tools
Cocos Creator 2.4.x 场景/预制体命令行工具,支持读写 .fire/.prefab、JSON 生成 UI、截图预览
development
查询公网IP地址的地理位置信息,包括国家、省份、城市、ISP、时区等
tools
Cocos Creator 有限状态机 (FSM) 实现,用于管理游戏对象的状态转换
tools
Cocos Creator 2.4.x 粒子系统修饰器开发框架。用于创建、使用和调试自定义粒子修饰器,支持修改粒子位置、颜色、大小、旋转、速度等属性。当需要在 Cocos Creator 中实现复杂的粒子效果控制时使用此技能。