← 返回 Skills 市场
OpenClaw Feishu Message
作者
systransform88
· GitHub ↗
· v0.1.0
· MIT-0
89
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-feishu-message
功能描述
Send Feishu/Lark direct messages and work follow-ups from OpenClaw. Use when the user wants to search for a person in Feishu/Lark, resolve a user, create a 1...
安全使用建议
This plugin appears to do what it says (look up Feishu contacts and send bot messages), but review these items before installing:
- Inspect data/contact-cache.json: it contains many email addresses and phone numbers bundled with the plugin. Remove or sanitize this file if it contains PII you don't want included.
- Confirm where Feishu credentials will come from: the plugin reads your OpenClaw config (~/.openclaw/openclaw.json) or the file pointed to by OPENCLAW_CONFIG_PATH to find appId/appSecret. If you don't want the plugin to read that file, do not install or set a safe OPENCLAW_CONFIG_PATH.
- The cache path is hardcoded to /root/.openclaw/workspace/..., which may be inappropriate for your environment. If you run as a non-root user or in a constrained environment, ask the plugin author to make the data directory configurable or to use a runtime-provided workspace path.
- Verify the Feishu appId/appSecret and tenant scopes before granting them (employee lookup, chat creation, and bot-send scopes are needed). Consider creating a limited-scope bot account for this plugin.
If these concerns are acceptable or addressed (configuration of cache path, removal of bundled PII, and clear credential management), the plugin's behavior is consistent with its stated purpose. Otherwise treat it as potentially risky and request changes from the publisher.
功能分析
Type: OpenClaw Skill
Name: openclaw-feishu-message
Version: 0.1.0
The skill bundle provides legitimate integration with Feishu/Lark for contact lookup and messaging. It demonstrates good security practices by implementing a secret redaction utility in `src/errors.js` to prevent credential leakage in logs and uses Zod for strict input validation in `src/tool-feishu-message.js`. While the bundle includes a pre-populated cache file (`data/contact-cache.json`) containing PII such as names and emails, this appears to be residual test data or stateful configuration rather than an intentional attempt at data exfiltration or malice.
能力评估
Purpose & Capability
Name/description align with the code: the package uses the official Feishu/Lark SDK to look up employees, create chats, and send messages. The included client, search, send, and cache logic are coherent with a messaging/contact-resolution tool. However, the plugin bundles a pre-populated contact-cache.json (contains many email addresses and phone numbers) and hardcodes a data directory under /root/.openclaw/workspace/plugins/openclaw-feishu-message/data, which is more persistent and invasive than the registry metadata suggested (the registry showed no required config paths).
Instruction Scope
SKILL.md limits behavior to contact resolution and messaging. The implementation, however, reads persisted OpenClaw config files (~/ .openclaw/openclaw.json or a path pointed to by OPENCLAW_CONFIG_PATH) and will use appId/appSecret from those configs. That file access and the ability to read an arbitrary path via env var are not documented in the registry metadata and broaden the plugin's runtime scope. The pre-populated contact-cache also means the plugin may return or expose local PII that is bundled with the skill.
Install Mechanism
No remote downloads or unusual install steps are present; dependencies are standard npm packages (@larksuiteoapi/node-sdk, openclaw, etc.). There is no explicit install spec in the registry, but the code is standard Node.js and does not fetch arbitrary archives or use URL-shortened sources.
Credentials
The skill declares no required env vars, but at runtime it will look for Feishu credentials in runtime config or a persisted OpenClaw config file and respects OPENCLAW_CONFIG_PATH. Requiring Feishu appId/appSecret is appropriate for its purpose, but the plugin implicitly accesses user config files (and can be pointed at an arbitrary config path via env var). That implicit access should be made explicit to users before install.
Persistence & Privilege
The plugin writes/reads a cache file in a hardcoded directory under /root/.openclaw/workspace/plugins/... which is inflexible and may be inappropriate for non-root runtimes. It also ships with data/contact-cache.json containing many contact entries (emails, phone numbers). While caching contacts is reasonable, bundling third-party PII and using a fixed root-based path increases privacy and operational risk and should be reviewed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-feishu-message - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-feishu-message触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: Feishu/Lark contact lookup, caching, direct messaging, and follow-up actions.
元数据
常见问题
OpenClaw Feishu Message 是什么?
Send Feishu/Lark direct messages and work follow-ups from OpenClaw. Use when the user wants to search for a person in Feishu/Lark, resolve a user, create a 1... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。
如何安装 OpenClaw Feishu Message?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-feishu-message」即可一键安装,无需额外配置。
OpenClaw Feishu Message 是免费的吗?
是的,OpenClaw Feishu Message 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Feishu Message 支持哪些平台?
OpenClaw Feishu Message 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Feishu Message?
由 systransform88(@systransform88)开发并维护,当前版本 v0.1.0。
推荐 Skills