SkillHub

feishu-auto-reply

v1.0.0

Feishu Auto Reply Bot - Automatic reply to Feishu messages based on rules

Sourced from ClawHub, Authored by Chaohua Xu

Installation

Please help me install the skill `feishu-auto-reply` from SkillHub official store. npx skills add night556/feishu-auto-reply

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:read
  • im:message:send
  • im:chat:read