apaas-function-flow
Installation
SKILL.md
aPaaS Function Flow
Use this skill for client.function.*, client.automation.*, client.workflow.*, and client.integration.lark.*.
Function Invoke
Use when the target is a named cloud function and the caller already knows the function contract.
const res = await client.function.invoke({
name: "SyncStoreManager",
params: {
store_id: "record_id"
}
});