在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用capture-signals
Shares a work update with Palette when the user explicitly asks
星标0
分支0
更新时间2026年5月30日 17:44
SKILL.md
readonly菜单
Shares a work update with Palette when the user explicitly asks
| name | capture-signals |
| description | Shares a work update with Palette when the user explicitly asks |
Only call the palette_share_update tool when the user explicitly asks. Examples:
Never call palette_share_update proactively. The user must initiate every
share.
palette_share_update tool from the Palette MCP server:
{ message: "<user's message verbatim>" }{ accepted: boolean }accepted is true, confirm to the user that the update was submitted to
Palette. Note that submission does not guarantee a signal is created —
Palette's processing decides what becomes a signal.accepted is false (or the call fails), let the user know the update
wasn't submitted and suggest they try again.