Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
openclaw-lark logo

openclaw-lark

ChenyqThu/openclaw-lark-extended

Otheropenclawby ChenyqThu

Summary

OpenClaw plugin exposing 1 skill across feishu.

Install to Claude Code

openclaw plugin add ChenyqThu/openclaw-lark-extended

Run in Claude Code. Add the marketplace first with /plugin marketplace add ChenyqThu/openclaw-lark-extended if you haven't already.

README.md

@lucien/openclaw-lark-extended

![License: MIT](https://opensource.org/licenses/MIT) ![Node.js Version](https://nodejs.org/)

> Community fork, not the official ByteDance plugin. The upstream is > @larksuite/openclaw-lark > ("OpenClaw Lark/Feishu channel plugin"). This fork tracks upstream and adds: > > 1. Channel config schema completion — declares the runtime keys > spinnerPhrases, typingEmoji, replyInThread, allowBots, > threadSession, and per-group overrides in openclaw.plugin.json and > in the runtime zod, where upstream currently leaves the channel schema > empty ({type: "object"}). > 2. Optional feishu-social extension — disabled by default; opt in by > setting social.enabled: true. Provides group-context injection into > the agent's system prompt, an optional sender-name registry consulted > after upstream's user/bot OAPI fails, and a storm-guard that protects > against bot-to-bot reply loops in multi-bot chats. > > Both contributions are designed to be upstream-friendly. PRs back to > @larksuite/openclaw-lark are an explicit goal; until that lands, this > fork carries them.

Status

  • Upstream baseline: @larksuite/openclaw-lark@2026.5.7

(force-rebaselined per release; see CHANGELOG.md).

  • Fork version: 0.1.1 (semver from scratch).
  • Distribution: internal team share via git repo for now; npm publish

is not in scope. See STATUS.md for the current state of the world.

  • Channel id stays openclaw-lark — installation routes through the

same host-level channel registration as upstream. Only the npm package name differs.

Install

A. Internal team share (current path — git clone)

This fork is not on npm. Clone the repo and point OpenClaw's extension loader at the working tree.

# 1. Clone wherever you keep development repos
git clone <internal-git-url>/openclaw-lark-extended ~/Projects/openclaw-lark-extended
cd ~/Projects/openclaw-lark-extended
git checkout main                                # public-ready branch
pnpm install                                     # devDeps for tests; optional for runtime

# 2. Point OpenClaw at the working tree (one-time symlink)
mkdir -p ~/.openclaw/extensions
ln -sfn ~/Projects/openclaw-lark-extended ~/.openclaw/extensions/openclaw-lark

# 3. Enable in plugins.allow + restart
#    (channel id is 'openclaw-lark' — same as upstream)
openclaw gateway restart

B. Future: published-package install (when this fork ships to npm)

# Via OpenClaw's plugin manager
openclaw plugins install @lucien/openclaw-lark-extended

# Or via npm
npm install -g @lucien/openclaw-lark-extended

This path is not currently active — the package has not been published.

Prerequisites

  • Node.js ≥ 22
  • OpenClaw2026.3.22 (peer dependency, optional)

See INSTALL.md for the minimal openclaw.json snippet and a step-by-step walkthrough including credential setup.

Documentation

| Topic | Doc | |---|---| | Current project state, branches, deployment record | STATUS.md | | First-time install + minimal config | INSTALL.md | | Every channel + plugin config key, defaults, examples | CONFIGURATION.md | | Optional feishu-social extension — opt-in, hooks, customization | EXTENSIONS.md | | Migrating from upstream @larksuite/openclaw-lark or legacy feishu-bot-social | MIGRATION.md | | Release history relative to upstream | CHANGELOG.md | | Sample config snippets | examples/ |

Security & risk warnings

This package integrates with OpenClaw's AI automation capabilities and inherits the same risk profile as the upstream plugin:

  • AI hallucination, unpredictable execution, prompt injection.
  • After Feishu/Lark authorization, OpenClaw acts under your user identity

within the granted scope, which can lead to data leakage or unauthorized operations.

The default channel config is conservative; feishu-social is opt-in and disabled by default. Review your openclaw.json before deploying to shared environments.

You are responsible for reviewing the source you run. By using this package you accept that responsibility.

Relationship to upstream

This fork:

  • Re-baselines upstream/main from each upstream npm release (see

CHANGELOG.md).

  • Carries fork-only changes on main until they are upstreamed (or

rejected).

  • Is independent of and not endorsed by the upstream maintainers.

If you want the official, upstream-maintained plugin, install

@larksuite/openclaw-lark instead.

License

MIT, inherited from upstream. See LICENSE.

The upstream plugin is © ByteDance Ltd. and/or its affiliates.

Feishu/Lark Open Platform terms

When this plugin runs it calls the Lark/Feishu Open Platform APIs. To use those APIs you must comply with the Lark/Feishu privacy policies and terms of service. See the upstream README for the canonical link list.

Related plugins

Browse all →