article-extractor
Extract MQL5 articles and documentation. TRIGGERS - MQL5 articles, MetaTrader docs, mql5.com resources.
What this skill does
# MQL5 Article Extractor Extract technical trading articles from mql5.com for training data collection. **Scope limited to mql5.com domain only.** > **Self-Evolving Skill**: This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues. ## When to Use This Skill Use this skill when: - Extracting articles from mql5.com for reference or training data - Downloading MQL5 documentation and tutorials - Collecting trading articles from specific MQL5 users - Building a corpus of MQL5 programming examples ## Scope Boundaries **VALID requests:** - "Extract this mql5.com article: <https://www.mql5.com/en/articles/19625>" - "Get all articles from MQL5 user 29210372" - "Download trading articles from mql5.com" - "Extract 5 MQL5 articles for testing" **OUT OF SCOPE:** - "Extract from yahoo.com" - NOT SUPPORTED (mql5.com only) - "Scrape news from reuters" - NOT SUPPORTED (mql5.com only) - "Get stock data from Bloomberg" - NOT SUPPORTED (mql5.com only) If user requests non-mql5.com extraction, respond: "This skill extracts articles from mql5.com ONLY. For other sites, use different tools." ## Repository Location Working directory: `$HOME/eon/mql5-local` (adjust path for your environment) Always execute commands from this directory: ```bash cd "$HOME/eon/mql5-local" ``` ## Valid Input Types ### 1. Article URL (Most Specific) **Format**: `https://www.mql5.com/en/articles/[ID]` **Example**: `https://www.mql5.com/en/articles/19625` **Action**: Extract single article ### 2. User ID (Numeric or Username) **Format**: Numeric (e.g., `29210372`) or username (e.g., `jslopes`) **Source**: From mql5.com profile URL **Action**: Auto-discover and extract all user's articles ### 3. URL List File **Format**: Text file with one URL per line **Action**: Batch process multiple articles ### 4. Vague Request If user says "extract mql5 articles" without specifics, prompt for: 1. Article URL OR User ID 1. Quantity limit (for testing) 1. Output location preference --- ## Reference Documentation For detailed information, see: - [Extraction Modes](./references/extraction-modes.md) - Single, batch, auto-discovery, official docs modes - [Data Sources](./references/data-sources.md) - User collections and official documentation - [Troubleshooting](./references/troubleshooting.md) - Common issues and solutions - [Examples](./references/examples.md) - Usage examples and patterns --- ## Troubleshooting | Issue | Cause | Solution | | ---------------------- | ----------------------------- | ------------------------------------------------- | | Non-mql5.com URL | Skill only supports mql5.com | Use other tools for non-mql5.com sites | | Article not found | Invalid article ID or removed | Verify URL exists by visiting in browser | | User ID not recognized | Wrong user ID format | Use numeric ID from profile URL or exact username | | Empty extraction | Rate limiting or site change | Wait and retry, check for site structure changes | | Permission denied | Working directory mismatch | Run from $HOME/eon/mql5-local directory | | Batch too large | Too many articles requested | Limit batch size, use URL list file | | Missing dependencies | Required tools not installed | Install curl, jq for extraction | | Output encoding issues | Unicode in article content | Ensure UTF-8 output handling | ## Post-Execution Reflection After this skill completes, check before closing: 1. **Did the command succeed?** — If not, fix the instruction or error table that caused the failure. 2. **Did parameters or output change?** — If the underlying tool's interface drifted, update Usage examples and Parameters table to match. 3. **Was a workaround needed?** — If you had to improvise (different flags, extra steps), update this SKILL.md so the next invocation doesn't need the same workaround. Only update if the issue is real and reproducible — not speculative.
Related in Writing & Docs
jax-development
IncludedUse this skill when the user is writing, debugging, profiling, refactoring, reviewing, benchmarking, parallelising, exporting, or explaining JAX code, or when they mention JAX, jax.numpy, jit, grad, value_and_grad, vmap, scan, lax, random keys, pytrees, jax.Array, sharding, Mesh, PartitionSpec, NamedSharding, pmap, shard_map, Pallas, XLA, StableHLO, checkify, profiler, or the JAX repo. It helps turn NumPy or PyTorch-style code into pure functional JAX, fix tracer/control-flow/shape/PRNG bugs, remove recompiles and host-device syncs, choose transforms and sharding strategies, inspect jaxpr/lowering/IR, and benchmark compiled code correctly.
nature-article-writer
IncludedDrafts, rewrites, diagnostically critiques, and style-calibrates primary research manuscripts for Nature and Nature Portfolio journals. Use when the user wants a Nature-style title, summary paragraph or abstract, introduction, results, discussion, methods, figure legends, presubmission enquiry, cover letter, reviewer response, or when a scientific draft sounds generic, jargon-heavy, structurally weak, or AI-ish and needs precise, broad-reader-friendly prose without inventing data, analyses, or references. Best for primary research articles and letters rather than reviews or press releases unless explicitly adapting one.
deckrd
IncludedDocument-driven framework that derives requirements, specifications, implementation plans, and executable tasks from goals through structured AI dialogue. Use when user says "write requirements", "create spec", "plan implementation", "derive tasks", "structure this feature", "break down into tasks", or "document this module". Also use for reverse engineering existing code into docs (/deckrd rev). Do NOT use for direct code writing — use /deckrd-coder after tasks are generated. Do NOT use when the user only wants to run or fix existing code without planning.
clinical-decision-support
IncludedGenerate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.
handling-sf-data
IncludedSalesforce data operations with 130-point scoring. Use this skill to create, update, delete, bulk import/export, generate test data, and clean up org records using sf CLI and anonymous Apex. TRIGGER when: user creates test data, performs bulk import/export, uses sf data CLI commands, needs data factory patterns for Apex tests, or needs to seed/clean records in a Salesforce org. DO NOT TRIGGER when: SOQL query writing only (use querying-soql), Apex test execution (use running-apex-tests), or metadata deployment (use deploying-metadata).
accelint-ac-to-playwright
IncludedConvert and validate acceptance criteria for Playwright test automation. Use when user asks to (1) review/evaluate/check if AC are ready for automation, (2) assess if AC can be converted as-is, (3) validate AC quality for Playwright, (4) turn AC into tests, (5) generate tests from acceptance criteria, (6) convert .md bullets or .feature Gherkin files to Playwright specs, (7) create test automation from requirements. Handles both bullet-style markdown and Gherkin syntax with JSON test plan generation and validation.