← 返回
未分类 Key

小爱舆情结果飞书推送

从飞书多维表按规则筛选记录,格式化内容并自动推送到指定飞书群机器人Webhook,更新推送状态字段。
从飞书多维表按规则筛选记录,格式化内容并自动推送到指定飞书群机器人Webhook,更新推送状态字段。
frankieway
未分类 clawhub v1.1.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 635
下载
💾 0
安装
1
版本
#latest

概述

name: bitable_to_feishu_webhook

version: "1.1.0"

description: >

从飞书多维表中按用户规则筛选记录,自动将格式化后的内容推送到指定的群机器人 Webhook(飞书群消息)。

内部使用字段「是否推送」作为推送状态:

  • 空:尚未判断
  • 不推送:已判断,不符合推送条件
  • 待推送:本次命中推送条件,准备推送
  • 已推送:已成功推送

本 Skill 仅扫描「是否推送」为空的记录。

entrypoint:

command: "python"

args:

  • "push_skill.py"

inputs:

  • name: bitable_url

type: string

required: true

description: 目标飞书多维表视图链接(包含 base/app_token 和 table 参数)

  • name: app_id

type: string

required: true

description: 飞书开放平台应用 APP_ID(用于获取 tenant_access_token)

  • name: app_secret

type: string

required: true

description: 飞书开放平台应用 APP_SECRET

  • name: webhook_url

type: string

required: true

description: 飞书群机器人的 Webhook 地址(例如 https://open.feishu.cn/open-apis/bot/v2/hook/xxx)

  • name: rule_expression

type: string

required: true

description: |

触发条件表达式(Python 表达式),返回 True/False。

使用 fields['字段名'] 访问多维表字段,例如:

"('负向' in fields.get('评价情感(机器)','')) and ('小米' in fields.get('正文',''))"

  • name: message_template

type: string

required: true

description: |

推送内容模版,使用 {字段名} 占位,如:

"【负向舆情预警]\n标题:{标题}\n情感:{评价情感(机器)}\n正文:{正文}\n链接:{原文 URL}"

  • name: limit

type: integer

required: false

default: 50

description: 本次最多检查并推送的记录条数(按多维表视图排序)

outputs:

  • name: pushed_count

type: integer

description: 本次实际推送的消息条数

permissions:

network:

  • "https://open.feishu.cn"

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-05-01 23:51 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

suspicious
查看报告

🔗 相关推荐

social-media-analysis

frankieway
舆情数据分析工具:从飞书多维表格读取URL,下载媒体,分析内容并生成摘要。
★ 0 📥 317

Long Task Handler

frankieway
自动识别并后台执行预计超30秒的长任务,定时推送进度,防止阻塞和任务堆积,支持超时及完成通知。
★ 0 📥 645

慧科小爱舆情数据同步

frankieway
增量从惠客/小爱 API 获取数据并写入飞书多维表格,支持对超过 10,000 条记录的表自动分区。
★ 0 📥 590