GitHub Pages site for the YARA Rule Skill — an OpenClaw skill for expert YARA rule authoring and review.
URL: https://YARAHQ.github.io/yara-rule-skill-site/
- Background: Dark grey (#1a1a1a)
- Text: White/light grey
- Accent: Yellow (#f4d03f) — matching YARA-Forge branding
The site showcases three core use cases:
- Review My Rule — Get expert feedback on your YARA rules
- Assess Public Rules — Evaluate rules from public repositories
- Diagnose Performance — Identify why scans are slow
This site is automatically deployed via GitHub Pages:
- Push to
mainbranch - GitHub Pages serves from root (
/) - No build step required — pure static HTML
yara-rule-skill-site/
├── index.html # Main website (single page)
└── README.md # This file
- Skill Repository: https://github.com/YARAHQ/yara-rule-skill
- YARA HQ: https://github.com/YARAHQ
- YARA-Forge: https://github.com/YARAHQ/yara-forge
Website content based on YARA Rule Skill documentation.