feishu-public-table-monitor

监控公开可访问的飞书 Wiki/文档中指定章节下的价格表或模型表,检测版本日期、模型新增/删除、倍率与价格变化,并输出适合 Telegram/Markdown 的变更通知。适用于用户要求监控公开飞书表格、价格表、模型列表、倍率表、产品清单变动并推送提醒的场景。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "feishu-public-table-monitor" with this command: npx skills add quqi1599/feishu-public-table-monitor

Feishu Public Table Monitor

用于监控公开可访问的飞书 Wiki/文档页面中的目标表格喵。

适用场景

当用户提出这些需求时使用本 skill 喵

  • 监控公开飞书页面中的价格表变化
  • 监控模型列表、倍率表、资费表、商品表变化
  • 需要把变动内容整理成 Markdown 通知
  • 需要为该监控生成可定时执行的脚本或 cron job

限制

  • 仅适用于无需登录即可访问的飞书页面喵
  • 当前脚本按“章节标题下的首个表格”定位目标表喵
  • 如果页面结构大改 可能需要调整脚本喵

快速用法

脚本路径喵

  • scripts/monitor_feishu_price_table.py

先抓取一次基线喵

python3 scripts/monitor_feishu_price_table.py \
  'https://example.feishu.cn/wiki/XXXX' \
  --section-title '三、模型列表与倍率价格表(所有模型可用)'

如果只想看当前解析结果喵

python3 scripts/monitor_feishu_price_table.py \
  'https://example.feishu.cn/wiki/XXXX' \
  --section-title '三、模型列表与倍率价格表(所有模型可用)' \
  --print-snapshot

兼容说明喵

  • 支持旧版 clientVars: Object({...}) HTML 内嵌数据喵
  • 支持 Object(JSON.parse("..."))Object(decodeURIComponent("...")) 等包装格式喵
  • 如果飞书返回 Object() 空壳,说明页面已切换到新版异步加载;脚本会给出清楚错误,不再抛误导性的 JSONDecodeError: Expecting value
  • Object() 空壳页面,后续应改用飞书实际接口或浏览器自动化抓取加载后的表格喵

常用参数

  • --section-title:要监控的章节标题喵
  • --title:通知标题 文案默认可自定义喵
  • --state-dir:状态目录 用于存放基线快照喵
  • --print-snapshot:打印当前解析出来的表格快照喵

推荐工作流

  1. 先用 --print-snapshot 确认表格抓对了喵
  2. 再正常跑一次初始化基线喵
  3. 然后把脚本挂到 cron 定时执行喵
  4. 若输出是 NO_REPLY 就表示没变化喵
  5. 若输出是 Markdown 文本 就直接发送给用户喵

与 OpenClaw cron 搭配

如果用户要“有变化就推送给我”喵

  • 用本脚本生成差异输出喵
  • 在 cron 的 agentTurn 里执行脚本喵
  • 规则写成:
    • 输出 NO_REPLYINIT_ONLY 时只回复 NO_REPLY
    • 其他输出原样发送喵

自定义建议

如果用户希望排版更像公告喵

  • --title 自定义标题
  • 保持 Markdown 样式输出
  • 需要更细分类时 可扩展为 涨价 降价 新增 下架 四段喵

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

通义晓蜜 - 智能外呼

触发阿里云晓蜜外呼机器人任务,自动批量拨打电话。适用于批量外呼、客户回访、满意度调查、简历筛查约面试等场景。可从前置工具或节点获取外呼名单。

Registry SourceRecently Updated
General

Letterboxd Watchlist

Scrape a public Letterboxd user's watchlist into a CSV/JSONL list of titles and film URLs without logging in. Use when a user asks to export, scrape, or mirror a Letterboxd watchlist, or to build watch-next queues.

Registry SourceRecently Updated
General

Seedance Video Generation

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame, first+last frame, reference images), or (3) query/manage video generation tasks. Supports Seedance 1.5 Pro (with audio), 1.0 Pro, 1.0 Pro Fast, and 1.0 Lite models.

Registry SourceRecently Updated
4.2K17jackycser
General

Universal Skills Manager

The master coordinator for AI skills. Discovers skills from multiple sources (SkillsMP.com, SkillHub, and ClawHub), manages installation, and synchronization...

Registry SourceRecently Updated