← 返回 Skills 市场
griffithkk3-del

Lark Bot

作者 griffithkk3-del · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
340
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install xiaoman-lark-bot
功能描述
飞书/Lark Bot 完整对接方案 - 所有敏感配置从环境变量读取,支持消息收发、知识库操作、Bitable 任务管理
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xiaoman-lark-bot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xiaoman-lark-bot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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 完整解决方案,支持消息发送、知识库写入、任务管理。安全版本,所有配置从环境变量读取。
元数据
Slug xiaoman-lark-bot
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Lark Bot 是什么?

飞书/Lark Bot 完整对接方案 - 所有敏感配置从环境变量读取,支持消息收发、知识库操作、Bitable 任务管理. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 340 次。

如何安装 Lark Bot?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaoman-lark-bot」即可一键安装,无需额外配置。

Lark Bot 是免费的吗?

是的,Lark Bot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Lark Bot 支持哪些平台?

Lark Bot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lark Bot?

由 griffithkk3-del(@griffithkk3-del)开发并维护,当前版本 v1.0.1。

💬 留言讨论