Skip to content

fix: always send live link explicitly, never rely on runtime delivery#8

Open
wiziswiz wants to merge 1 commit intorohunvora:mainfrom
wiziswiz:fix/always-send-live-link
Open

fix: always send live link explicitly, never rely on runtime delivery#8
wiziswiz wants to merge 1 commit intorohunvora:mainfrom
wiziswiz:fix/always-send-live-link

Conversation

@wiziswiz
Copy link
Copy Markdown

Problem

When running /trade through OpenClaw's worker session dispatch, two things break:

  1. Live link never reaches the user — the SKILL.md says to send the Watch live link "unless your runtime already delivers it." OpenClaw's worker sessions don't reliably deliver mid-pipeline status messages, so the agent skips the explicit send and the link is lost.

  2. Final trade summary has no source link — the source board URL is only sent as a mid-pipeline status update, not included in the final trade card. If that status message fails to deliver, the user gets trades with no link to the board.

Fix

  • Remove the "unless your runtime already delivers it" caveat from Chat UX (§2) and execution sequence (§7 step 4). Agents should always send the link explicitly.
  • Change the final summary rule to always include the paste.trade/s/ board URL, even if shared earlier. This makes the trade summary self-contained.

Impact

3 lines changed in SKILL.md. No script changes. Makes the skill resilient to runtime delivery failures across any agent platform, not just OpenClaw.

Two issues fixed:
1. Remove 'unless your runtime already delivers it' caveat from Chat UX
   and execution sequence. Agents should always send the Watch live link
   explicitly — runtime delivery is not guaranteed (e.g. OpenClaw worker
   sessions may fail to route output to the user's chat).

2. Always include the source board URL in the final trade summary, even
   if it was shared earlier. This prevents link loss when mid-pipeline
   status messages fail to deliver.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant