Invite a qualified customer into the experience group when they want to understand the product form further after seeing demo materials. The invite is sent as an awada control message, and the customer status is updated to exp_invited to prevent duplicate invitations.
72
87%
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
技能目前为示例。启用前需根据实际业务调整。
当客户希望进一步了解产品形态、看完 demo 后仍有较大疑问,且明确同意加入体验群时,发送体验群邀请。
此处需要同时传入两个标识符,各自职责不同:
exp-invite \
--peer "<[CustomerDB].peer>" \
--user-id-external "<Sender.id>"--peer:来自 [CustomerDB].peer,用于 DB 查询和写库--user-id-external:来自消息上下文 Sender 块的 id 字段(awada 原始用户 ID),用于 awada 平台路由邀请动作对于 business_status 不为 free 的用户(如 exp_invited、subs、club):
如果客户明确要求再次拉入群或再次 invite,可以使用 --force 参数强制发送邀请:
exp-invite \
--peer "<[CustomerDB].peer>" \
--user-id-external "<Sender.id>" \
--forcebusiness_status 为空或 free:更新为 exp_invitedexp_invited/subs/club)且使用 --force:不更新 business_status,仅发送邀请邀请消息是 awada 控制消息,不是自然语言:
/invite//<user_external_id>//风暴眼(wiseflow情报小站)awada-channel 会将其转为拉群动作。
ALREADY_INVITED,并以非 0 状态退出风暴眼(wiseflow情报小站)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.