commons_invoke
Invoke a discovered capability by passing its capability ID and the caller agent ID. The call runs through SkillScan interception and human-in-the-loop confirmation before execution.
Instructions
能力调用——发现能力后挂载调用(SkillScan 拦截 + HITL 确认)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | No | 调用入参(透传给被调能力) | |
| capability_id | Yes | 能力 ID(必填——先 commons_search 发现) | |
| caller_agent_id | Yes | 调用者 agentId(必填) |