Fix broken tables in Discord or Telegram by sending them as images

made by or OpenClaw can appear broken in Discord and Telegram chats. Turning those tables into can make them display cleanly inside the chat. The image- skill itself works well.

The weak point is that the agent often forgets to use the skill when it should. Adding the instruction to the agent’s base guidance did not make the behavior fully reliable.

Key points

  • Discord and Telegram may not show correctly.
  • Converting a table to a PNG image can preserve the layout.
  • The skill can work while the agent still forgets to call it.
  • Putting the instruction in base guidance may not be reliable enough.
  • A safer setup is to force table-to-image before sending chat messages.
Read original