← 返回 Skills 市场
Feishu Auto Reply
作者
Chaohua Xu
· GitHub ↗
· v1.0.0
332
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-auto-reply
功能描述
Feishu Auto Reply Bot - Automatic reply to Feishu messages based on rules
使用说明 (SKILL.md)
Feishu Auto Reply Bot
Automatic reply to Feishu messages based on custom rules, features:
- Keyword matching support
- Regular expression matching
- Multiple reply strategies
- Support for @mention only reply
- Working hours configuration
- Custom reply templates
- Support for rich text messages
Usage
# Start auto reply service
openclaw feishu-auto-reply start --config ./config.yaml
# Test rule matching
openclaw feishu-auto-reply test --message "你好" --config ./config.yaml
Configuration Example (config.yaml)
rules:
- keyword: "你好"
reply: "你好!我是自动回复机器人,有什么可以帮你的?"
match: contains
- regex: "^(请假|休假)"
reply: "请假请直接联系人事部门,谢谢!"
only_mention: true
working_hours:
- "9:00-18:00"
- exclude_weekends: true
Required Permissions
im:message:readim:message:sendim:chat:read
安全使用建议
This skill appears to be what it claims: a local CLI to test and (eventually) run Feishu auto-replies. Before installing/activating it: 1) test rules locally with the provided test command and example config; 2) confirm how your OpenClaw environment supplies Feishu credentials or event subscriptions (the start command is a placeholder and the skill doesn't itself implement authentication); 3) only grant the listed Feishu permissions (im:message:read, im:message:send, im:chat:read) to a dedicated bot account; 4) run in a test group first to avoid accidental mass replies; and 5) review any future changes that add network calls or credential handling to ensure they are limited to the Feishu API endpoints you expect.
功能分析
Type: OpenClaw Skill
Name: feishu-auto-reply
Version: 1.0.0
The skill is a legitimate utility for managing Feishu auto-reply rules, providing a CLI to test message matching against user-defined configurations. The implementation in `index.js` uses standard libraries (commander, yaml) for rule processing and lacks any network activity, sensitive data access, or obfuscated code.
能力评估
Purpose & Capability
Name, description, README, SKILL.md and index.js align: the skill is a CLI tool to test rules and (in future) run an auto-reply service for Feishu. The code implements rule matching, working hours, and config generation as described. The 'start' command is a placeholder that states event subscription is not yet implemented.
Instruction Scope
SKILL.md and README only instruct running the CLI and editing a local YAML config; they do not instruct reading unrelated files or environment variables. However, the docs mention required Feishu permissions (im:message:read/send, im:chat:read) but provide no guidance in the skill for where or how to supply Feishu credentials or webhook info — likely expecting the platform (OpenClaw) to handle event delivery/credentials. The 'start' command currently does not connect to Feishu, so actual message handling is not implemented in this version.
Install Mechanism
No install spec in registry (instruction-only), and included package.json only depends on common npm packages (commander, yaml). package-lock references npm mirror registry URLs — typical for npm installs. No remote download or archive extraction from untrusted URLs is present.
Credentials
The skill declares no required environment variables or credentials in metadata and the code does not read secrets. The README lists Feishu API permissions that are appropriate for an auto-reply bot, but there is no code or docs showing how credentials (app id/secret, webhook, or token) are provided — this is reasonable if the hosting platform supplies credentials, but you should verify how OpenClaw will provide Feishu auth before enabling the skill.
Persistence & Privilege
Flags are default (always:false, user-invocable:true). The skill does not request persistent system changes or modify other skills' configuration. It does not autonomously persist credentials or enable itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feishu-auto-reply - 安装完成后,直接呼叫该 Skill 的名称或使用
/feishu-auto-reply触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Feishu Auto Reply Bot.
- Automatically replies to Feishu messages based on custom rules.
- Supports keyword and regular expression matching.
- Offers multiple reply strategies and working hours settings.
- Allows replies only when @mentioned.
- Customizable reply templates and rich text support.
元数据
常见问题
Feishu Auto Reply 是什么?
Feishu Auto Reply Bot - Automatic reply to Feishu messages based on rules. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 332 次。
如何安装 Feishu Auto Reply?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-auto-reply」即可一键安装,无需额外配置。
Feishu Auto Reply 是免费的吗?
是的,Feishu Auto Reply 完全免费(开源免费),可自由下载、安装和使用。
Feishu Auto Reply 支持哪些平台?
Feishu Auto Reply 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Feishu Auto Reply?
由 Chaohua Xu(@night556)开发并维护,当前版本 v1.0.0。
推荐 Skills