article-extractor

Extract and organize MQL5 articles from mql5.com into structured markdown files.

62|10|Updated Dec 4, 2025
One-click install
npx skills add https://github.com/terrylica/cc-skills --skill article-extractor-terrylica
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-extractor
Source: https://github.com/terrylica/cc-skills/tree/main/plugins/mql5/skills/article-extractor
Command: npx skills add https://github.com/terrylica/cc-skills --skill article-extractor-terrylica

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Systematically extracts MQL5 articles and organizes them for study and reference.

Core Features & Use Cases

  • URL-based single-article extraction
  • Batch extraction from file with checkpointing
  • Auto-discovery by user IDs or authors

Quick Start

Extract article 19625 from mql5.com

Frequently Asked Questions about article-extractor

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

FAQPage Schema
How do I extract MQL5 articles from mql5.com for research?

Extract MQL5 articles by providing a single URL, user ID, or file list to the Skill. It retrieves and organizes articles into structured markdown files with metadata, supporting single extractions, batch processing with checkpointing, and author-based discovery across the mql5.com domain.

Can I batch extract multiple MQL5 articles at once?

Yes. Batch extraction accepts a file list of article URLs or IDs, processes them with checkpointing to resume interrupted jobs, and outputs all articles to a configurable directory with metadata-rich markdown artifacts and hierarchical organization.

What input formats does MQL5 article extraction support?

The Skill accepts three input modalities: direct URLs, author or user IDs for auto-discovery, and file lists for batch processing. All inputs are scoped to the mql5.com domain to ensure consistency.

How is extracted MQL5 content organized and formatted?

Extracted articles are saved as metadata-rich markdown files in a structured output hierarchy. Each file preserves article content, author information, and references, enabling direct use for training, research, and algorithmic trading documentation.

Can I use this to gather MetaTrader API or Python MT5 documentation?

Yes. The Skill targets MQL5 features, MetaTrader API documentation, and Python MT5 integration resources hosted on mql5.com, making it suitable for researching trading frameworks and algorithmic trading resources.

What happens if extraction stops during a large batch?

Batch extraction includes checkpointing, allowing you to resume from the last successfully processed article without reprocessing completed items or losing progress.