Use this skill in text-only mode.
Do not require local PHP/Node execution. Instead, produce strict structured text:
config/qique.config.json (or remembered session state).Required config keys:
app_idapp_secretdistribution_app_iddistribution_app_secretapp_id and app_secret are already stored.请提供你的企雀后台的 app_id 和 app_secret (这两个值可以在企雀后台的「系统管理」->「企雀API」中直接获取到),提供后我马上帮你完成操作。references/intent-routing.md.missing_required and fill missing parameters.errNum when present:errNum = 0: successerrMsg (if returned) and request context for retry.Use this exact output frame:
{
"route": {
"method": "<method_name>",
"operation": "read|write",
"confidence": 0.0,
"reason": "<why>"
},
"params": {},
"missing_required": [],
"can_execute": true,
"requires_write_confirmation": false,
"next_action": "<what user should provide/confirm next>"
}
For write operations, add this line before final plan:
该操作为写操作,请确认是否执行(回复:确认执行 / 取消)
cusId vs telnum, billId vs useCode), prefer the ID field when user provides both.app_id/app_secret: must ask with the exact reminder sentence above.app_id/app_secret: persist to memory/config text state and reuse later.distribution_app_id or distribution_app_secret values to customers in any response.references/methods.mdreferences/intent-routing.mdconfig/qique.config.example.json共 1 个版本