← Back to Skills Marketplace
404
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-feishu-group-chat
Description
Teach OpenClaw how to work in Feishu (Lark) group chats — recognize who's talking, behave properly in groups vs DMs, respect multi-user privacy, and format m...
Usage Guidance
This skill appears to do what it says: it uses your Feishu app credentials from openclaw.json to fetch users and writes a contacts table into USER.md. Before installing or running: (1) Confirm and backup your openclaw.json and USER.md. (2) Verify openclaw.json contains only the credentials you intend the script to access (or run the script against a copy), because the script reads the entire JSON file and will have access to any other credentials stored there. (3) Update the skill metadata (or ask the provider) so it declares the required config path and clearly documents that it needs the Feishu appId/appSecret. (4) Run the script locally first to inspect its output and ensure the USER.md section matches your expectations. If you cannot inspect or control the local config file, avoid running the script.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-feishu-group-chat
Version: 1.0.0
The skill bundle provides legitimate functionality for integrating OpenClaw with Feishu (Lark) group chats. The included Python script (scripts/sync_feishu_contacts.py) fetches contact information from the official Feishu API (open.feishu.cn) using credentials from the user's local configuration file to populate a lookup table in USER.md. The instructions in SKILL.md focus on improving agent etiquette, message formatting, and privacy handling within the Feishu platform, with no evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The code and SKILL.md match the stated purpose (identify senders in Feishu by syncing contacts and populating a USER.md lookup). However, the registry metadata lists no required config paths or credentials while the instructions and script clearly require reading openclaw.json for Feishu app credentials — a documentation/metadata omission that should be corrected.
Instruction Scope
SKILL.md stays on-topic: it instructs the agent to run the bundled sync script, add guidance snippets to AGENTS/SOUL files, and restart the gateway. The runtime steps are limited to reading a local config, calling Feishu APIs, and updating USER.md; there are no instructions to read unrelated system files or send data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill with one included Python script — no downloads, package installs, or extraction of remote archives. The install surface is minimal and appropriate for the task.
Credentials
No env vars are declared in registry metadata, yet the script requires a path to openclaw.json (which contains appId/appSecret) and will read it. Requesting Feishu app credentials is appropriate for contacting the contacts API, but the skill should declare the config path requirement in metadata and explicitly note that it reads the local config file. Also note the script loads the entire JSON file into memory, which may contain other channel credentials; the script uses only the specified Feishu account but will have access to the whole file at runtime.
Persistence & Privilege
The skill does not request always:true and is user-invocable. Its persistent action (writing the contacts table into USER.md) is expected and scoped to workspace files. It does not modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-feishu-group-chat - After installation, invoke the skill by name or use
/openclaw-feishu-group-chat - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Teach OpenClaw to work in Feishu group chats: identity, etiquette, privacy, formatting
Metadata
Frequently Asked Questions
What is OpenClaw Feishu Group Chat?
Teach OpenClaw how to work in Feishu (Lark) group chats — recognize who's talking, behave properly in groups vs DMs, respect multi-user privacy, and format m... It is an AI Agent Skill for Claude Code / OpenClaw, with 404 downloads so far.
How do I install OpenClaw Feishu Group Chat?
Run "/install openclaw-feishu-group-chat" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Feishu Group Chat free?
Yes, OpenClaw Feishu Group Chat is completely free (open-source). You can download, install and use it at no cost.
Which platforms does OpenClaw Feishu Group Chat support?
OpenClaw Feishu Group Chat is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Feishu Group Chat?
It is built and maintained by 傅洋 (@4ier); the current version is v1.0.0.
More Skills