飞书文章收集器
name: feishu-article-collector
by budingsoft · published 2026-03-22
$ claw add gh:budingsoft/budingsoft-feishu-article-collector---
name: feishu-article-collector
version: 1.2.0
description: |
自动收集今日头条、微信公众号文章。抓取正文,AI 生成总结和分类,存入飞书多维表格。支持去重。
metadata:
openclaw:
emoji: "📰"
requires:
bins:
- python3
env:
- FEISHU_APP_ID
- FEISHU_APP_SECRET
- DEEPSEEK_API_KEY
primaryEnv: FEISHU_APP_ID
install:
- kind: uv
package: requests
---
# 飞书文章收集器
收到包含今日头条或微信公众号链接的消息时,自动抓取文章、AI 总结、分类并存入飞书多维表格。
触发条件
当消息中包含以下域名的链接时,立即执行本技能:
处理方式
使用 exec 工具调用脚本,一步完成所有处理:
python3 {baseDir}/scripts/collect.py '完整的消息文本'
参数说明:
脚本返回 JSON 结果:
成功:
{"success": true, "title": "文章标题", "category": "分类", "summary": "总结", "record_id": "xxx"}
重复:
{"success": false, "error": "该文章已收录,跳过重复链接", "url": "..."}
回复格式
根据脚本返回结果回复用户:
成功时:
> 已收录:《文章标题》
> 分类:xxx
> 总结:xxx
重复时:
> 该文章已收录,无需重复保存
失败时:
> 收录失败:错误原因
重要:必须调用脚本
安装后配置
在 OpenClaw 的 `openclaw.json` 中配置环境变量:
{
"env": {
"FEISHU_APP_ID": "飞书自建应用 App ID",
"FEISHU_APP_SECRET": "飞书自建应用 App Secret",
"DEEPSEEK_API_KEY": "DeepSeek API Key"
}
}
飞书应用需开通 `bitable:app` 权限。多维表格会在首次使用时自动创建。
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...