ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

feishu-article-collector

自动收集今日头条、微信公众号文章。抓取正文,AI 生成总结和分类,存入飞书多维表格。支持去重。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/budingsoft/feishu-article-collector
Or

What This Skill Does

The feishu-article-collector is a specialized OpenClaw agent skill designed to streamline knowledge management from popular Chinese content platforms. It monitors incoming messages for specific URLs (Toutiao and WeChat Official Accounts) and triggers an automated workflow to scrape, analyze, and catalog the content. Once a link is detected, the skill invokes a robust Python-based backend that performs intelligent summarization and categorization using LLM capabilities, subsequently appending the refined data into a Feishu (Lark) Bitable database. This process eliminates the need for manual copy-pasting or document organization, ensuring that your research or reading lists are consistently updated and searchable.

Installation

To integrate this skill, use the ClawHub command: clawhub install openclaw/skills/skills/budingsoft/feishu-article-collector. After installation, navigate to your openclaw.json configuration file and define the mandatory environment variables: FEISHU_APP_ID, FEISHU_APP_SECRET, and DEEPSEEK_API_KEY. Ensure your Feishu application is configured with the necessary bitable:app permissions to allow the script to interact with your workspace effectively. The database schema is initialized automatically upon the first successful collection.

Use Cases

  • Personal Knowledge Management: Automatically curate high-quality articles from WeChat into a personal library for future reference.
  • Market Research: Gather industry news from Toutiao and store them in a structured table to track trends over time.
  • Team Collaboration: Share content into a team-accessible Bitable database where colleagues can see AI-generated summaries without clicking external links.

Example Prompts

  1. "Check out this article: https://mp.weixin.qq.com/s/example123 - looks like a great deep dive into AI agents."
  2. "https://www.toutiao.com/article/789012345/ please save this to my reading list."
  3. "Hey, I just found this interesting piece on tech trends, can you archive it? https://mp.weixin.qq.com/s/another-url"

Tips & Limitations

  • Deduplication: The skill includes built-in logic to detect duplicate URLs, preventing redundant storage and saving you from database clutter.
  • Performance: As the skill utilizes an external AI model for summarization, ensure your DEEPSEEK_API_KEY has active billing or quota.
  • Compatibility: This skill only supports the specified domains. URLs from outside the Toutiao or WeChat ecosystems will not trigger the collection script. Ensure you do not attempt to bypass the Python script with web_fetch commands, as the script is uniquely optimized for handling API authentication and document processing safely.

Metadata

Stars4190
Views0
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-budingsoft-feishu-article-collector": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#productivity#feishu#automation#content-curation#ai-summary
Safety Score: 4/5

Flags: network-access, file-write, external-api, code-execution