
from content-collector-skill231
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 pl...
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.
Trigger when the user shares links, mentions collection-related phrases, or when automating content ingestion workflows for research and archiving.
General assistant agents with web access and scripting (Claude Code, Copilot-style assistants, Gemini CLI).
Content Collector is a Feishu/Lark-integrated skill for collecting social media content (X/Twitter, WeChat, Jike, Reddit) into Feishu bitable with AI-generated tags. The skill has 7 scripts covering platform detection, deduplication, OCR, tag generation, and Feishu API integration. Scripts are well-structured but none could run without required input arguments (URLs, content, tokens). The generate_tags.py has a stub LLM call function. The skill is niche-targeted at Chinese Feishu users and requires significant external dependencies.
pytesseractPillow (optional, for OCR)No security concerns. Skill is a legitimate content collection workflow for Feishu/Lark users. All network calls are to Feishu API or short URL resolution. No data exfiltration, no destructive commands. The hardcoded bitable tokens in generate_tags.py are resource IDs (not auth secrets) but still should be env vars for consistency. Chinese-language documentation is thorough.