← Back to Skills Marketplace
griffithkk3-del

Lark Bot

by griffithkk3-del · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
340
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install xiaoman-lark-bot
Description
飞书/Lark Bot 完整对接方案 - 所有敏感配置从环境变量读取,支持消息收发、知识库操作、Bitable 任务管理
Usage Guidance
This skill appears to do what it says (Feishu/Lark bot tools). Before installing/running: 1) ensure you set LARK_APP_SECRET (do NOT leave it empty), because the webhook server skips signature checks when the secret is unset; 2) avoid running these scripts where stdout logs are publicly accessible because example code prints access tokens; 3) restrict the webhook port behind a firewall or reverse proxy and validate the code if you plan to expose it publicly; 4) set only the minimal environment variables needed for the features you use (e.g., only set TABLE_ID/APP_TOKEN if you need Bitable). If you need higher assurance, have someone you trust audit the code for logging/exfiltration before deployment.
Capability Analysis
Type: OpenClaw Skill Name: xiaoman-lark-bot Version: 1.0.1 The skill bundle provides a legitimate integration for Lark/Feishu bots, covering message delivery, Bitable task management, and Wiki operations. The implementation uses standard Python libraries (urllib.request) to interact exclusively with official Lark API endpoints (open.larksuite.com) and follows security best practices by retrieving sensitive credentials from environment variables. No evidence of data exfiltration, malicious execution, or prompt injection was found across the scripts or documentation.
Capability Assessment
Purpose & Capability
Name/description (Lark/Feishu bot: messaging, wiki, Bitable, webhook) match the bundled Python scripts and the environment variables requested (LARK_APP_ID, LARK_APP_SECRET, optional LARK_APP_TOKEN, LARK_TABLE_ID, LARK_SPACE_ID, LARK_CHAT_ID). Required binary (python3) is appropriate.
Instruction Scope
SKILL.md and the included scripts limit actions to Larksuite/Open APIs and running an HTTP webhook server. However, webhook_server.py will skip signature verification if LARK_APP_SECRET is not set (verify_signature returns True when APP_SECRET is unset), and several examples print access tokens to stdout — both are security risks (accepting unauthenticated webhooks; tokens in logs). The instructions do not ask the agent to read unrelated local files or other credentials.
Install Mechanism
This is an instruction-only skill with no install spec; scripts are provided and run with python3. No downloads or external installers are performed by the skill itself.
Credentials
Only LARK_APP_ID and LARK_APP_SECRET are declared required, which is proportional for a Lark integration. Other env vars (APP_TOKEN, TABLE_ID, SPACE_ID, CHAT_ID, WEBHOOK_PORT) are optional and are used by specific scripts. There are no unrelated credentials requested.
Persistence & Privilege
The skill does not request always:true or system-level persistence. It runs as user-invoked Python scripts and a local HTTP server; no modification of other skills or system-wide settings is present.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xiaoman-lark-bot
  3. After installation, invoke the skill by name or use /xiaoman-lark-bot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added initial SKILL.md documentation for xiaoman-lark-bot. - Provides a complete Lark Bot integration solution: supports message sending/receiving, knowledge base operations, and Bitable task management. - All sensitive configuration is now read from environment variables for improved security. - SKILL.md includes code samples for token retrieval, group messaging, interactive cards, Bitable, and Wiki knowledge base operations. - Environment variable requirements and usage examples are clearly documented.
v1.0.0
飞书 Bot 完整解决方案,支持消息发送、知识库写入、任务管理。安全版本,所有配置从环境变量读取。
Metadata
Slug xiaoman-lark-bot
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Lark Bot?

飞书/Lark Bot 完整对接方案 - 所有敏感配置从环境变量读取,支持消息收发、知识库操作、Bitable 任务管理. It is an AI Agent Skill for Claude Code / OpenClaw, with 340 downloads so far.

How do I install Lark Bot?

Run "/install xiaoman-lark-bot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Lark Bot free?

Yes, Lark Bot is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Lark Bot support?

Lark Bot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Lark Bot?

It is built and maintained by griffithkk3-del (@griffithkk3-del); the current version is v1.0.1.

💬 Comments