content-collector

Collect shared links and archive them into a Feishu knowledge base.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the manual overhead of saving and organizing shared links by automatically fetching link content, sanitizing and processing images, creating structured Feishu documents, and updating a centralized knowledge base index.

Core Features & Use Cases

  • Dual trigger modes: explicit commands like "收录/保存" for immediate archiving and silent background collection for recognized knowledge links in group chats.
  • Content fetching and normalization: supports WeChat articles, Feishu docs/wiki, and general web pages with fallback fetch methods and content cleanup.
  • Document creation and indexing: uploads images to Feishu, creates documents under a designated wiki_node, updates a Bitable knowledge table and an index document for discoverability.
  • Use Case: a team member posts a tutorial link in a group chat and the agent automatically creates a templated Feishu document, uploads images, and appends an indexed record for the team's knowledge base.

Quick Start

Ask the agent to "Collect and archive this link https://mp.weixin.qq.com/s/xxx into the configured Feishu knowledge base".

Frequently Asked Questions about content-collector

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

FAQPage Schema
How do I automatically archive WeChat articles into a Feishu knowledge base?

To automatically archive WeChat articles into a Feishu knowledge base, this skill fetches the shared link content, sanitizes images, and creates structured Feishu documents. It requires configured Feishu OAuth credentials, a Space ID, and a Bitable app_token.

Can I save shared web pages from group chats directly into Feishu docs?

Yes, you can save shared web pages from group chats directly into Feishu docs. The skill supports dual trigger modes: explicit commands for immediate archiving and silent background collection for recognized links in WeChat or Feishu group chats.

Does archiving web content into Feishu support image processing and fallback fetching?

Archiving web content into Feishu supports image processing and fallback fetching. The skill automatically uploads sanitized images to Feishu, creates documents under a designated wiki node, and uses fallback fetch methods for general web pages when initial retrieval fails.

What is the best way to build a searchable team knowledge repository from shared links?

The best way to build a searchable team knowledge repository from shared links is to automate content normalization and indexing. This skill fetches shared URLs, creates templated Feishu documents, and updates a centralized Bitable index document for discoverability.

Do I need a Bitable app_token to collect links into a centralized Feishu knowledge base?

Yes, you need a Bitable app_token to collect links into a centralized Feishu knowledge base. Along with the app_token, you must configure Feishu OAuth credentials and a Space ID to enable document creation and automated index updates.

Why does my Feishu document creation from a WeChat article link fail during content collection?

Feishu document creation from a WeChat article link might fail during content collection due to missing OAuth credentials or network fetch issues. Ensure your Feishu Space ID and Bitable app_token are valid, and verify network fetch capabilities are enabled.