skills/vanish-notify/SKILL.md
Send group notifications via Vanish app HTTP API. TRIGGER when: (1) user invokes /vanish-notify slash command, (2) user mentions 'vanish群通知', 'vanish通知', or asks to send a Vanish group notification, (3) user says '发vanish群通知' or '发vanish通知'.
npx skillsauth add paulgung/ths-skills vanish-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.
通过 Vanish HTTP API 发送群通知。
| 参数 | 必填 | 默认值 | 说明 |
|------|------|--------|------|
| msg | 是 | — | 消息内容(纯文本) |
| groupId | 否 | 50269285 | 目标群 ID |
| remindEmail | 否 | "" | 要 @的人员邮箱,英文逗号分隔(如 [email protected]) |
从用户输入中提取参数,支持以下格式:
/vanish-notify 消息内容 → msg=消息内容, groupId=默认/vanish-notify --group 50308136 --at [email protected],[email protected] 消息内容 → 提取各参数发vanish群通知:消息内容 → msg=消息内容, groupId=默认发vanish通知到 50308136 这个群:消息内容 → msg=消息内容, groupId=50308136提取规则:
--group <id> 或自然语言中的群 ID 数字 → groupId--at <emails> 或自然语言中提到的邮箱 → remindEmail50269285""curl -s --noproxy '*' -X POST \
-H "Content-Type:application/json" \
-d '{
"chainId": "687498b928281945286ec403",
"chainParamMap": {
"msg": "{msg}",
"groupId": "{groupId}",
"remindEmail": "{remindEmail}"
}
}' \
'http://occ.10jqka.com.cn/flow/v2/execute_chain'
status_code 为 "0" → 回复"群通知发送成功"注意:msg 中如包含双引号或特殊字符,需在构造 JSON 时正确转义。
development
巡检同花顺深度专题页面的 HTML 质量。用户提到 deep-topic、深度专题、专题页巡检、OCC 页面检查、CDN 检查、weblog 埋点、hexinShare 分享链路、最近 24 小时更新页面排查时,必须使用这个 skill。它会拉取 OCC 深度专题列表,筛出最近更新页面,抓取 accessUrl 对应 HTML,并检查第三方 CDN 使用、weblog 埋点、hexinShare 分享能力与常见加载顺序问题。
development
为同花顺 H5 页面接入客户端右上角分享功能。适用于用户要求“给 THS H5 页面加右上角分享”“接入 setTitleBar、changeWebViewButton、hexinShare”“复用同花顺客户端协议做分享”时。输出基于 window.callNativeHandler 和 window.registerWebHandler 的最小可用实现。
development
Optimize application performance and scalability. Use when investigating slow applications, scaling bottlenecks, or improving response times. Covers profiling, caching, database optimization, and frontend performance.
tools
对指定技术领域进行"四个知道"系统性调研,覆盖横向(行业趋势、竞争对手、政策监管、技术发展)和纵向(学术前沿、工业水平、工程架构、自身定位)八个维度。当用户要求进行技术调研、行业分析、竞品分析、技术选型、趋势研究时使用。