A comprehensive security intelligence tool for identifying and analyzing malicious files, URLs, domains, and IP addresses via VirusTotal.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install vt-hash-intel
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install vt-hash-intel using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The vt-hash-intel skill is a powerful extension designed for Openclaw Skills that integrates the VirusTotal API directly into your AI agent's workflow. It allows for the rapid identification and analysis of Indicators of Compromise (IOCs) across 70+ security engines, providing deep insights into potential threats including malware families, YARA matches, and sandbox verdicts.
By utilizing this skill, security analysts and developers can automate the enrichment of security data, transforming raw hashes or suspicious URLs into actionable threat reports. It serves as a vital component for maintaining a robust security posture within an AI-driven development or incident response environment, ensuring that no malicious entity goes unnoticed.
To use this skill, you must first obtain a VirusTotal API key. Once obtained, configure your environment as follows:
export VT_API_KEY='your_api_key_here'
SKILL_DIR="$(dirname "$(find /root/.openclaw -name 'SKILL.md' -path '*/vt-hash-intel/*' 2>/dev/null | head -1)")"
python3 "$SKILL_DIR/scripts/vt_lookup.py" <ioc>
The skill returns structured JSON data containing the following key attributes for every query:
| Attribute | Type | Description |
|---|---|---|
| ioc | String | The original indicator queried |
| ioc_type | String | Detected type: hash, url, domain, or ip |
| detection_ratio | String | Number of malicious flags over total engines |
| threat_level | String | clean, low, medium, or high |
| vt_link | String | URL to the complete report on VirusTotal |
| detections | Array | List of security engines that flagged the IOC |
| reputation | Integer | Community reputation score from VirusTotal |
Loading
A professional-grade crypto market analysis tool that aggregates real-time data from CoinMarketCap to provide actionable financial summaries.

A professional-grade AI research skill that performs deep-dive due diligence and technical analysis on cryptocurrencies using real-time CoinMarketCap data.

A comprehensive technical skill for accessing CoinMarketCap decentralized exchange (DEX) data, including token prices, liquidity, and rug pull risk assessment.

A comprehensive interface for accessing CoinMarketCap market-wide data, including sentiment indicators, global metrics, and historical performance indices.

An intelligent macOS-native tool for managing Calendar.app via automated scripts, supporting screenshot-to-schedule extraction and idempotent event updates.

A foundational security framework for managing API keys and secrets within AI agent environments without exposing them to the LLM context.








































