← 返回
未分类 Key 中文

慧科小爱舆情数据同步

Incrementally fetch data from Huike/Xiaoai API and write to Feishu Bitable, supporting automatic partitioning for tables over 10,000 records.
增量从惠客/小爱 API 获取数据并写入飞书多维表格,支持对超过 10,000 条记录的表自动分区。
frankieway
未分类 clawhub v1.1.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 579
下载
💾 9
安装
1
版本
#latest

概述

name: xiaoai_sync_to_bitable

version: "2.0.0"

description: >

从惠科/小爱数据接口增量拉取数据,写入飞书多维表。

支持单表 10000 条自动分表;不包含标注逻辑。

entrypoint:

command: "python"

args:

  • "sync_skill.py"

inputs:

  • name: minutes

type: integer

required: false

default: 60

description: 同步时间窗口,往前补偿的分钟数(基于当前时间)

  • name: folder_id

type: integer

required: false

default: 763579

description: 小爱接口 folder_id

  • name: customer_id

type: string

required: false

default: "xmxa"

description: 小爱接口 customer_id

  • name: app_id

type: string

required: true

description: 飞书开放平台应用 APP_ID

  • name: app_secret

type: string

required: true

description: 飞书开放平台应用 APP_SECRET

  • name: xiaoai_token

type: string

required: true

description: 小爱/惠科接口 token(Bearer 后面的部分)

  • name: bitable_url

type: string

required: true

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

  • name: xiaoai_base_url

type: string

required: false

default: "http://wisers-data-service.wisersone.com.cn"

description: 惠科/小爱 API 基础域名

outputs:

  • name: inserted_count

type: integer

description: 本次同步写入多维表的记录数

permissions:

network:

  • "https://open.feishu.cn"
  • "http://wisers-data-service.wisersone.com.cn"

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-03-30 09:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

social-media-analysis

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

小爱舆情结果飞书推送

frankieway
从飞书多维表按规则筛选记录,格式化内容并自动推送到指定飞书群机器人Webhook,更新推送状态字段。
★ 0 📥 648
data-analysis

Yuqing Data To Bitable

frankieway
从小爱数据接口增量拉取舆情数据,自动写入飞书多维表并支持字段映射与case_id自增功能。
★ 1 📥 658