← 返回 Skills 市场
wengjianmin19850412

feishuweng

作者 wengjianmin19850412 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
100
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install feishuweng
功能描述
Send text messages via configurable Feishu apps with specified recipients using App ID and Secret authentication.
使用说明 (SKILL.md)

通用飞书消息发送 Skill

支持多飞书应用配置的消息发送工具,适配不同 Agent 绑定不同飞书应用的场景。

配置项(Agent 绑定 Skill 时需填写)

配置名 类型 必填 说明
APP_ID 字符串 飞书应用的 App ID
APP_SECRET 字符串 飞书应用的 App Secret
DEFAULT_RECEIVE_ID 字符串 默认消息接收人/群 ID

调用参数(Agent 调用 Skill 时传参)

参数名 类型 必填 说明
receive_id 字符串 消息接收人/群 ID(优先级高于默认值)
text 字符串 要发送的文本消息内容

返回值说明

返回飞书 API 原始响应结果,示例: { "code": 0, "msg": "success", "data": { "message_id": "om_xxxxxx" } }

安全使用建议
This skill appears to do only what it says: send messages via Feishu using an App ID and App Secret. Before installing, confirm how your agent stores binding configuration (where APP_ID/APP_SECRET will be kept) and ensure those credentials are scoped/minimized for message-sending. Ensure the runtime environment provides the Python 'requests' package. Consider rotating the App Secret if you later unbind the skill, and monitor outgoing requests to open.feishu.cn if you need an audit trail.
功能分析
Type: OpenClaw Skill Name: feishuweng Version: 1.0.0 The skill is a standard integration for sending messages via the Feishu (Lark) API. It uses official endpoints (open.feishu.cn) to obtain access tokens and send text messages based on user-provided configuration (APP_ID, APP_SECRET) and parameters. The logic in main.py and instructions in SKILL.md are consistent with the stated purpose and show no signs of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The skill is a Feishu message sender and the code implements exactly that: it takes APP_ID/APP_SECRET (provided by agent binding), obtains a tenant token from open.feishu.cn, and posts a message. There is a minor metadata omission: the registry metadata lists no required credentials while SKILL.md requires APP_ID and APP_SECRET as binding configuration (this appears to be a documentation/metadata mismatch rather than malicious).
Instruction Scope
SKILL.md instructs only the configuration needed and parameters for sending messages. The implementation only reads the provided config and params and talks to Feishu APIs; it does not read unrelated files, environment variables, or other system state.
Install Mechanism
No install spec (instruction-only) and no external downloads — low risk. One note: main.py uses the Python 'requests' library but the skill provides no dependency declaration; the runtime must provide requests or the skill will fail. This is an operational omission, not an indication of malicious behavior.
Credentials
The only secrets required (APP_ID and APP_SECRET) are consistent with Feishu integration. The skill does not request unrelated credentials or broad environment access.
Persistence & Privilege
always:false and default autonomous invocation behavior are appropriate. The skill does not modify other skills or system-wide settings and does not request persistent system privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishuweng
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishuweng 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
feishu 1.0.0 - 简化 Skill 功能为单一的通用消息发送工具,支持多飞书应用配置。 - 移除旧版复杂的决策、审批、会议等中枢能力相关内容。 - 新增 main.py,实现基本的消息发送逻辑。 - 新增简明 SKILL.md,用于说明配置项、调用参数及返回值。 - 支持为每个 Agent 单独绑定特定飞书 App 及默认收件人/群。
元数据
Slug feishuweng
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

feishuweng 是什么?

Send text messages via configurable Feishu apps with specified recipients using App ID and Secret authentication. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。

如何安装 feishuweng?

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

feishuweng 是免费的吗?

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

feishuweng 支持哪些平台?

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

谁开发了 feishuweng?

由 wengjianmin19850412(@wengjianmin19850412)开发并维护,当前版本 v1.0.0。

💬 留言讨论