Overview
- Skill Key
- budingsoft/feishu-article-collector
- Author
- budingsoft
- Source Repo
- openclaw/skills
- Version
- 1.2.0
- Source Path
- skills/budingsoft/feishu-article-collector
- Latest Commit SHA
- eff7441228782f899500497e156c9195adce5384
自动收集今日头条、微信公众号文章。抓取正文,AI 生成总结和分类,存入飞书多维表格。支持去重。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 feishu-article-collector 技能。 若已安装,则直接安装 feishu-article-collector 技能。
# 飞书文章收集器
收到包含今日头条或微信公众号链接的消息时,自动抓取文章、AI 总结、分类并存入飞书多维表格。
## 触发条件
当消息中包含以下域名的链接时,立即执行本技能:
- `toutiao.com`、`toutiaocdn.com`、`toutiao.io`、`snssdk.com`(今日头条)
- `mp.weixin.qq.com`(微信公众号)
## 处理方式
使用 exec 工具调用脚本,一步完成所有处理:
```bash
python3 {baseDir}/scripts/collect.py '完整的消息文本'
```
参数说明:
- 第一个参数:用户发送的完整消息文本(包含链接和其他文字)
脚本返回 JSON 结果:
成功:
```json
{"success": true, "title": "文章标题", "category": "分类", "summary": "总结", "record_id": "xxx"}
```
重复:
```json
{"success": false, "error": "该文章已收录,跳过重复链接", "url": "..."}
```
## 回复格式
根据脚本返回结果回复用户:
成功时:
> 已收录:《文章标题》
> 分类:xxx
> 总结:xxx
重复时:
> 该文章已收录,无需重复保存
失败时:
> 收录失败:错误原因
## 重要:必须调用脚本
- **严禁使用 web_fetch 抓取文章**,必须调用上面的 Python 脚本
- 脚本已内置抓取、总结、分类、写入的全部逻辑,不需要自己做任何处理
- 消息文本原样传入第一个参数,不需要自己提取 URL
- 如果脚本执行失败,将错误信息返回给用户即可
## 安装后配置
在 OpenClaw 的 `openclaw.json` 中配置环境变量:
```json
{
"env": {
"FEISHU_APP_ID": "飞书自建应用 App ID",
"FEISHU_APP_SECRET": "飞书自建应用 App Secret",
"DEEPSEEK_API_KEY": "DeepSeek API Key"
}
}
```
飞书应用需开通 `bitable:app` 权限。多维表格会在首次使用时自动创建。
# Feishu Article Collector
OpenClaw Skill:从今日头条、微信公众号抓取文章,AI 自动生成总结和分类,存入飞书多维表格。
## 功能
- 支持今日头条(toutiao.com、snssdk.com 等)和微信公众号(mp.weixin.qq.com)
- 自动提取标题和正文
- DeepSeek AI 生成 200-300 字总结,自动分类(科技/财经/娱乐/健康/教育/体育/其他)
- 通过文章 ID 去重,避免重复收录
- 自动识别数据来源(今日头条/微信公众号)
- 多维表格自动发现或创建,无需手动配置
## 安装
```bash
npx clawhub install feishu-article-collector
```
## 配置
在 OpenClaw 的 `openclaw.json` 中配置环境变量:
```json
{
"env": {
"FEISHU_APP_ID": "飞书自建应用 App ID",
"FEISHU_APP_SECRET": "飞书自建应用 App Secret",
"DEEPSEEK_API_KEY": "DeepSeek API Key"
}
}
```
飞书应用需开通 `bitable:app` 权限。
多维表格会在首次使用时自动创建(名为"今日头条文章收藏"),包含字段:文章标题、文章链接、文章ID、分享人、分享时间、分类标签、备注(AI总结)、已读。
## 依赖
- Python 3
- requests(通过 `uv` 自动安装)
## 使用方式
安装并配置后,向绑定的飞书机器人发送包含今日头条或微信公众号链接的消息,即可自动收录。
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information.
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carlosarturoleon
Connect to Windsor.ai MCP for natural language access to 325+ data sources including Facebook Ads, GA4, HubSpot, Shopify, and more.