Extract MQL5 articles and documentation. TRIGGERS - MQL5 articles, MetaTrader docs, mql5.com resources.
From mql5npx claudepluginhub terrylica/cc-skills --plugin mql5This skill is limited to using the following tools:
references/data-sources.mdreferences/evolution-log.mdreferences/examples.mdreferences/extraction-modes.mdreferences/troubleshooting.mdSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
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.
Use this skill when:
VALID requests:
OUT OF SCOPE:
If user requests non-mql5.com extraction, respond: "This skill extracts articles from mql5.com ONLY. For other sites, use different tools."
Working directory: $HOME/eon/mql5 (adjust path for your environment)
Always execute commands from this directory:
cd "$HOME/eon/mql5"
Format: https://www.mql5.com/en/articles/[ID]
Example: https://www.mql5.com/en/articles/19625
Action: Extract single article
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
Format: Text file with one URL per line Action: Batch process multiple articles
If user says "extract mql5 articles" without specifics, prompt for:
For detailed information, see:
| 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 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 |
After this skill completes, check before closing:
Only update if the issue is real and reproducible — not speculative.