Install
openclaw skills install @edmon/qique-aiUse this skill when an agent needs to answer or plan operations for QiQue business requests in pure text protocol mode (no local executable dependency). Trigger for customer/profile lookup, wallet change records, appointments, order and goods queries, SMS/card sending, delivery/verification, or create/update/cancel workflows. The skill provides a strict method catalog, credential contract, and safe read/write conversation workflow.
openclaw skills install @edmon/qique-aiUse 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