content-collector

Collect social media content from multiple platforms and save structured records to Feishu Bitable.

238|22|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/vigorX777/content-collector-skill --skill content-collector-vigorx777
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: content-collector
Source: https://github.com/vigorX777/content-collector-skill/tree/main
Command: npx skills add https://github.com/vigorX777/content-collector-skill --skill content-collector-vigorx777

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pytesseract, Pillow, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The Content Collector reduces the manual effort of saving and organizing social content across platforms by automatically extracting links, summarizing content, deduplicating, and saving results to Feishu Bitable.

Core Features & Use Cases

  • Auto-detects platform from shared links or screenshots and routes to the appropriate extraction tool.
  • Deduplicates content using a local cache and optional document scan to avoid duplicates.
  • AI-generated summaries and tags to enrich Feishu Bitable records.
  • Saves structured records to Feishu Bitable, including a link, summary, and optional original content file.
  • Real-world use: a social media manager can collect posts from X, WeChat, Reddit, Zhihu, Bilibili, Hacker News, etc., and compile them into a centralized Feishu table.

Quick Start

Share a link or screenshot to trigger automatic collection and storage in Feishu Bitable.

Frequently Asked Questions about content-collector

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically collect social media content from multiple platforms into Feishu Bitable?

To collect social media content into Feishu Bitable, you can automate extraction across platforms like X, WeChat, Reddit, and Bilibili. The Skill auto-detects the platform from shared links or screenshots, extracts the content, deduplicates it, and saves structured records directly to your Feishu Bitable.

Can I use screenshots to trigger content collection from social media posts?

Yes, you can use screenshots to trigger content collection. The Skill relies on screenshot OCR using pytesseract and Pillow to extract content from images, automatically detecting the platform and routing it to the appropriate extraction tool before saving the results to Feishu Bitable.

What Feishu Bitable environment variables do I need to set up before saving social media posts?

Before saving social media posts to Feishu Bitable, you need to set the environment variables FEISHU_BITABLE_APP_TOKEN and FEISHU_BITABLE_TABLE_ID. You can also optionally set FEISHU_USER_ACCESS_TOKEN to configure the connection for writing structured records.

How does social media content deduplication work when collecting posts to Feishu Bitable?

Social media content deduplication works by using a local cache and an optional document scan to avoid duplicates. This ensures that when you collect posts from platforms like Zhihu or Hacker News, repeated links or content are filtered out before being saved to Feishu Bitable.

How are AI-generated summaries and tags added to my Feishu Bitable records?

AI-generated summaries and tags are added to enrich your Feishu Bitable records during the extraction process. After collecting social media content from diverse platforms, the Skill automatically produces compact summaries and tags, saving these structured results alongside the original link in your Feishu table.