← Back to Skills Marketplace
wengjianmin19850412

feishuweng

by wengjianmin19850412 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
100
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install feishuweng
Description
Send text messages via configurable Feishu apps with specified recipients using App ID and Secret authentication.
README (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" } }

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install feishuweng
  3. After installation, invoke the skill by name or use /feishuweng
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
feishu 1.0.0 - 简化 Skill 功能为单一的通用消息发送工具,支持多飞书应用配置。 - 移除旧版复杂的决策、审批、会议等中枢能力相关内容。 - 新增 main.py,实现基本的消息发送逻辑。 - 新增简明 SKILL.md,用于说明配置项、调用参数及返回值。 - 支持为每个 Agent 单独绑定特定飞书 App 及默认收件人/群。
Metadata
Slug feishuweng
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is feishuweng?

Send text messages via configurable Feishu apps with specified recipients using App ID and Secret authentication. It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.

How do I install feishuweng?

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

Is feishuweng free?

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

Which platforms does feishuweng support?

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

Who created feishuweng?

It is built and maintained by wengjianmin19850412 (@wengjianmin19850412); the current version is v1.0.0.

💬 Comments