html-parser-rule
Installation
SKILL.md
HTML Parser Rule Writer Skill
Trigger Keywords
- "write html parser rule"
- "create html parser"
- "parse html source"
- "add html parser"
- "编写html解析规则"
- "创建html解析器"
- "添加html解析规则"
Skill Description
This skill helps you write and test HTML parsing rules for article-flow project. It follows a systematic approach:
- Fetch the HTML content and save locally
- Write regex patterns step by step
- Test each regex individually
- Complete the full parsing rule
- Run final integration test