Detection Engineering
Meta-skill that orchestrates VirusTotal, yarGen, and YARA rule expertise into a unified pipeline. Go from hash to production-ready YARA rule in one command.
AI-POWERED DETECTION WORKFLOWS
A collection of LLM agent skills for malware detection, YARA rule generation, and threat intelligence
Combine multiple skills into seamless detection engineering workflows. Hash → Sample → YARA Rule - all in one command.
Meta-skill that orchestrates VirusTotal, yarGen, and YARA rule expertise into a unified pipeline. Go from hash to production-ready YARA rule in one command.
Query VirusTotal for threat intelligence on files, URLs, IPs, and domains. Supports lookups, scans, Intelligence searches, Livehunt, Retrohunt, and relationship exploration.
Generate YARA rules from malware samples while filtering goodware strings. Includes database management, web API integration, and the submit command for one-shot rule generation.
Expert YARA rule authoring, review, and optimization. Embeds 60+ quality checks from yaraQA, performance guidelines, and style standards into your AI assistant.
Skills work together as a unified detection platform
Natural language workflows powered by LLMs
Hash to YARA rule in a single operation
Built-in validation and optimization
Add these skills to your LLM agent's context:
# Detection Engineering (meta-skill) git clone https://github.com/YARAHQ/detection-engineering-skill.git cp -r detection-engineering-skill ~/.openclaw/skills/ # VirusTotal API git clone https://github.com/YARAHQ/virustotal-api-skill.git cp -r virustotal-api-skill ~/.openclaw/skills/ # yarGen git clone https://github.com/YARAHQ/yargen-go-skill.git cp -r yargen-go-skill ~/.openclaw/skills/yargen # YARA Rule Expert git clone https://github.com/YARAHQ/yara-rule-skill.git cp -r yara-rule-skill ~/.openclaw/skills/
# Clone the meta skill git clone https://github.com/YARAHQ/detection-engineering-skill.git cd detection-engineering-skill # Package the skill python3 scripts/package_skill.py . # Install the packaged skill cp detection-engineering.skill ~/.openclaw/skills/
Supported Platforms: OpenClaw, Claude Desktop, and other MCP-based agents