Wiseflow payment_send
install
source · Clone the upstream repo
git clone https://github.com/TeamWiseFlow/wiseflow
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/TeamWiseFlow/wiseflow "$T" && mkdir -p ~/.claude/skills && cp -r "$T/addons/officials/crew/sales-cs/skills/payment_send" ~/.claude/skills/teamwiseflow-wiseflow-payment-send && rm -rf "$T"
manifest:
addons/officials/crew/sales-cs/skills/payment_send/SKILL.mdsource content
payment_send
用途
当客户表达明确购买意向时,发送付款二维码图片,推进成交。
调用方式
使用
message 工具发送预存在微信网盘中的付款二维码:
message(action="sendAttachment", file_name="<文件名>")
完整发送流程
- 直接调用
发送二维码图片(本 turn 不输出任何文字)message(action="sendAttachment", file_name="...") - 工具返回后,输出文字提示:"直接扫码(或者微信中长按识别)就能支付啦"