openclaw - 💡(How to fix) Fix [Bug]: Feature Request: Convert Feishu custom stickers to Unicode emoji or text representation [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#73677Fetched 2026-04-29 06:16:33
View on GitHub
Comments
1
Participants
2
Timeline
2
Reactions
0
Timeline (top)
commented ×1labeled ×1
RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Beta release blocker

No

Summary

Problem

When using OpenClaw with Feishu (Lark), custom stickers (e.g., [OK], [完成], [调皮]) are not visible to the AI agent. The agent only receives standard Unicode emoji (👍 ✅ 🎉) but not Feishu's custom bracket-style stickers.

Current Behavior

  • User sends: "好的[OK]"
  • Agent sees: "好的" (sticker is missing)
  • User sees the sticker in Feishu app, but agent has no context

Expected Behavior

Option A: Convert stickers to Unicode emoji equivalents

  • [OK] → 👌 or ✅
  • [完成] → ✅
  • [调皮] → 😜
  • etc. Option B: Convert to text representation
  • [OK] → "[OK]"
  • [完成] → "[完成]"

Use Case

Feishu is widely used in China for work communication. Custom stickers are a core part of the messaging experience. Without sticker support, the agent misses important emotional context and intent.

Environment

  • OpenClaw version: 2026.4.26
  • Channel: Feishu (Lark)
  • Connection mode: WebSocket

Related Issues

Possibly related to other Feishu sticker/emoji issues. Would love to see this feature! Happy to help test.

Steps to reproduce

kimi2.5

Expected behavior

4.29

Actual behavior

4.29

OpenClaw version

2026.4.29

Operating system

Windows11

Install method

No response

Model

kimi2.5

Provider / routing chain

openclaw

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

extent analysis

TL;DR

The issue can be addressed by converting Feishu's custom bracket-style stickers to their Unicode emoji equivalents or text representations.

Guidance

  • Investigate the feasibility of implementing a sticker conversion mechanism within OpenClaw to map custom Feishu stickers to Unicode emojis (e.g., [OK] → 👌 or ✅).
  • Consider adding a fallback option to convert stickers to their text representations (e.g., [OK] → "[OK]") if emoji conversion is not possible.
  • Review related Feishu sticker/emoji issues to ensure a comprehensive solution.
  • Collaborate with the Feishu team or community to gather more information on their custom sticker formats and potential conversion strategies.

Example

No specific code example can be provided without further details on the OpenClaw and Feishu APIs. However, a hypothetical conversion function might look like:

def convert_feishu_sticker(sticker):
    conversions = {
        "[OK]": "👌",
        "[完成]": "✅",
        "[调皮]": "😜",
    }
    return conversions.get(sticker, sticker)  # Fallback to original text if no conversion found

Notes

The solution may require updates to the OpenClaw codebase or cooperation with the Feishu platform to ensure seamless integration.

Recommendation

Apply a workaround by implementing a custom sticker conversion mechanism, as the issue seems to be a feature gap rather than a bug in the current OpenClaw version.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

4.29

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Bug]: Feature Request: Convert Feishu custom stickers to Unicode emoji or text representation [1 comments, 2 participants]