frago-x-extract-tweet-with-comments

Extract tweets and comments from Twitter/X with source tracking.

60|12|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/tsaijamey/frago --skill frago-x-extract-tweet-with-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frago-x-extract-tweet-with-comments
Source: https://github.com/tsaijamey/frago/tree/main/src/frago/resources/skills/frago-x-extract-tweet-with-comments
Command: npx skills add https://github.com/tsaijamey/frago --skill frago-x-extract-tweet-with-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, ffprobe, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates material collection from Twitter/X, organizes netizen opinions, and produces a coherent narration script workflow, reducing manual scraping and drafting time.

Core Features & Use Cases

  • Incremental material collection: browse X and record tweets and comments with sources, ensuring traceability.
  • Opinion organization: categorize viewpoints into themes and prepare host commentary.
  • Narration script generation: generate structured narration drafts and outputs in outputs/01_draft.jsonl, outputs/02_content_draft.md, and outputs/03_narration.md for end-to-end production workflow.

Quick Start

Start the extraction workflow by providing a target tweet URL, for example, "https://x.com/user/status/123456". The skill will begin collecting materials and save incremental outputs to the outputs/ directory.

Frequently Asked Questions about frago-x-extract-tweet-with-comments

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

FAQPage Schema
How do I extract tweets and comments from X for content production?

Tweet and comment extraction from X automates material collection by providing a target tweet URL. The Skill scrapes tweets and associated comments, saves them incrementally to outputs/ with source traceability, and generates structured narration drafts in jsonl and markdown formats for end-to-end production workflows.

Can I automate Twitter video narration script generation from user comments?

Yes. The Skill collects opinions from X comments, organizes them thematically, and produces three outputs: 01_draft.jsonl for raw material, 02_content_draft.md for categorized viewpoints, and 03_narration.md as a structured narration script ready for video production.

What dependencies do I need to run tweet extraction and content drafting?

Tweet extraction requires jq for JSON processing and ffprobe for media analysis. These tools handle output formatting and content validation during the incremental collection and narration generation workflow.

How do I collect netizen opinions and organize them by theme?

Provide a target tweet URL to start the workflow. The Skill extracts comments, categorizes viewpoints into thematic groups, records sources for provenance, and stages outputs incrementally so you can review and refine opinions before final narration generation.

Does this work for aggregating multiple tweet threads into one narration?

The Skill is designed for single-tweet extraction with associated comments. For multi-thread aggregation, you would run it per tweet URL and combine outputs manually or through post-processing of the generated narration markdown files.

What's the difference between manual X scraping and using this automated extraction?

Automated extraction eliminates manual copying, ensures source traceability, organizes opinions into themes automatically, and generates draft narration scripts in markdown—reducing scraping and drafting time across Twitter videos and netizen opinion aggregation workflows.