legax
Use when the user wants an agent session bridged to a phone, wants remote replies polled, or wants the agent to ask a phone for approval before sensitive actions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user wants an agent session bridged to a phone, wants remote replies polled, or wants the agent to ask a phone for approval before sensitive actions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | legax |
| description | Use when the user wants an agent session bridged to a phone, wants remote replies polled, or wants the agent to ask a phone for approval before sensitive actions. |
English | Simplified Chinese
Use the legax MCP tools to relay interaction with the user's phone or configured remote transport.
legax_send: send agent text, status updates, or system notices.legax_poll: fetch remote replies and approval decisions.legax_request_permission: ask the phone to approve or deny a proposed action.legax_status: inspect transport configuration and pending permission requests.legax_request_permission with a clear title, reason, risk level, and action summary.approve as consent to continue with the requested agent-mediated action. Treat deny or timeout as a stop.allowSensitive only when the user explicitly requests raw content to be sent.Phone text replies should be treated like user instructions for the current session, subject to the newest-message-wins rule.
When several adapters share one relay session, replies may include targetAgentId. Only treat a reply as intended for this agent when it targets this agent, targets *, or was fetched from a transport already scoped to this agent.
Permission decision shape:
{
"type": "permission_decision",
"requestId": "uuid",
"decision": "approve"
}