Twitter to Feishu

Copies Twitter/X posts into Feishu via Chrome DevTools Protocol and Playwright scripting.

35|10|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/ttmouse/skills --skill twitter-to-feishu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Twitter to Feishu
Source: https://github.com/ttmouse/skills/tree/main/twitter-to-feishu
Command: npx skills add https://github.com/ttmouse/skills --skill twitter-to-feishu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of saving Twitter/X posts into Feishu documents, streamlining content archiving and knowledge management.

Core Features & Use Cases

  • Content Archiving: Seamlessly save Twitter posts for later reference or use.
  • Cross-Platform Integration: Bridges content from Twitter to your Feishu workspace.
  • Use Case: When you find an insightful Twitter thread or article, you can ask the AI to save it to Feishu, ensuring you don't lose valuable information.

Quick Start

Use the twitter-to-feishu skill to save the Twitter post at https://x.com/user/status/123 to Feishu.

Frequently Asked Questions about Twitter to Feishu

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

FAQPage Schema
How do I save Twitter posts to Feishu documents automatically?

To save Twitter posts to Feishu documents, this Skill uses a Chrome browser automation script to extract the article title and content, create a new Feishu document, paste the content, and return the new document URL.

Do I need Chrome running in debug mode to archive Twitter content to Feishu?

Yes, archiving Twitter content to Feishu requires Chrome to be running in debug mode. The Playwright browser automation script connects to this running Chrome instance to navigate to the Twitter URL and extract the post content.

Can I use browser automation to copy X.com threads into Feishu docs?

Yes, you can use this browser automation script to copy X.com threads into Feishu docs. It handles navigating to the specified X.com URL, extracting the article title and text content, and pasting it directly into a newly created Feishu document.

What is the best way to extract Twitter article text and title for content archiving?

The best way to extract Twitter article text and title for content archiving is using Playwright to connect to a running Chrome instance, navigate to the target post, extract the content, and seamlessly transfer it into a Feishu document.

Why does my Twitter to Feishu automation require Playwright?

Your Twitter to Feishu automation requires Playwright because it provides the browser interaction capabilities needed to connect to a running Chrome instance, navigate to Twitter URLs, and programmatically extract the post content before pasting it into Feishu.