Wiseflow demo_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/demo_send" ~/.claude/skills/teamwiseflow-wiseflow-demo-send && rm -rf "$T"
manifest:
addons/officials/crew/sales-cs/skills/demo_send/SKILL.mdsource content
demo_send
用途
当客户属于
free 状态,且提出具体使用问题、想先看看产品形态、或需要一个直观参考时,发送 demo 材料。
调用方式
使用
message 工具发送预存在微信网盘中的 demo 文件:
message(action="sendAttachment", file_name="<文件名>")
完整发送流程
- 直接调用
发送文件(本 turn 不输出任何文字)message(action="sendAttachment", file_name="...") - 工具返回后,在最后一个 turn 统一输出完整回复:说明已发送 demo + 追问客户的具体需求或应用场景 + 提醒官网/GitHub 主页获取最新信息
重要:不要在调用工具前生成任何文字(包括"我先给您发一份..."之类的介绍语),否则客户会收到多条内容相近的消息。
调用后必须做的事
发送 demo 后,必须立刻追问客户的具体需求或应用场景,不得只发完就结束。