Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Startedcapture-signals
Shares a work update with Palette when the user explicitly asks
Stars0
Forks0
UpdatedMay 30, 2026 at 17:44
SKILL.md
readonlyMenu
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.