content-collector

Category: Content & Multimedia | Uploader: vigorX777vigorX777 | Downloads: 0 | Version: v1.0(Latest)

Collect social media content (X/Twitter, WeChat, Jike, Reddit, etc.) into Feishu bitable. **Use this skill whenever the user shares a link from any social platform, sends a screenshot, or mentions "收藏", "保存", "collect", "save this article".** Even if they don't explicitly ask to collect, trigger this skill proactively. --- # Content Collector Auto-collect social media content → AI summarize → Save to Feishu bitable. ## Quick Reference | Trigger | Action | |---------|--------| | X/Twitter link | `x-tweet-fetcher` skill | | WeChat article | `web-content-fetcher` (Scrapling) | | Other platforms | `defuddle` → fallback to `baoyu-url-to-markdown` | | Screenshot | OCR → extract URL → collect | ## Workflow ``` Link/Screenshot → Platform Detect → Dedupe → Extract → Summarize → Save to Bitable ``` ### Step 1: Platform Detection ```bash python3 scripts/extract_content.py "<url>" ```

Changelog: Source: GitHub https://github.com/vigorX777/content-collector-skill

Directory Structure

Current level: tree/main/

  • 📁 assets/
    • 📄 bitable-demo.png 176.1 KB
    • 📄 chat-demo.png 576.1 KB
    • 📄 cover.png 507.7 KB
    • 📄 workflow.png 132.6 KB
  • 📁 references/
    • 📄 feishu_config.md 1.5 KB
    • 📄 platforms.md 2.0 KB
    • 📄 tagging_spec.md 6.4 KB
  • 📁 scripts/
    • 📄 append_to_feishu.py 3.6 KB
    • 📄 deduplicate.py 6.8 KB
    • 📄 extract_content.py 4.6 KB
    • 📄 generate_tags.py 6.6 KB
    • 📄 ocr_image.py 4.3 KB
    • 📄 save_to_bitable.py 11.8 KB
  • 📄 .env.example 308 B
  • 📄 .gitignore 213 B
  • 📄 OPTIMIZATION.md 4.1 KB
  • 📄 README.md 3.5 KB
  • 📄 SKILL.md 9.9 KB
  • 📄 test_main_flow.py 8.6 KB

SKILL.md

Login to download/like/favorite ❤ 202 | ★ 0
Comments 0

Please login before commenting.

Loading comments...