Search integration is one of the fastest ways to make a Lark robot valuable. Most internal questions are retrieval problems: where is the doc, what’s the SOP, what changed? A robot that can search and cite sources becomes the team’s front door to knowledge.
OpenClaw is a great fit because it can combine retrieval tools with strict output policies. Deploy on Tencent Cloud Lighthouse and you get a stable 24/7 runtime that’s simple, high performance, and cost-effective.
# lark-search.yaml
search:
top_k: 5
must_cite: true
answer_style: "bullets"
refuse_if_empty: true
search intent with citations and strict refusal when sources are missing.Search is the feature that makes your bot feel trustworthy in daily work.