Developer Tools16 toolsPaste one API key
Virustotal integration for AI agents
VirusTotal is a free online service that analyzes files and URLs for viruses, worms, trojans, and other kinds of malicious content using multiple antivirus engines and website scanners.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Virustotal once and call the same tools from all of them.
Setup
Connect Virustotal through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Virustotal exposes 16 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
virustotal_get_analysis | Retrieve the analysis report of a file or URL submission | Read |
virustotal_get_comments | Retrieve the latest comments on a VirusTotal resource | Read |
virustotal_get_domain_relationships | Retrieve relationship objects for a given domain | Read |
virustotal_get_domain_report | Retrieve the analysis report of a domain | Read |
virustotal_get_file_report | Retrieve the analysis report of a file | Read |
virustotal_get_ip_address_relationships | Retrieve objects related to a specific IP address by relationship type | Read |
virustotal_get_ip_address_report | Retrieve the analysis report of an IP address | Read |
virustotal_get_metadata | Retrieve VirusTotal metadata | Read |
virustotal_get_url_report | Retrieve the analysis report of a URL | Read |
virustotal_get_votes | Retrieve votes on files, URLs, domains, or IP addresses | Read |
virustotal_search | Search for objects in the VirusTotal database | Read |
virustotal_add_comment | Add a comment to a VirusTotal resource (file, URL, domain, or IP address) | Write |
virustotal_add_vote | Add a vote (harmless/malicious) to a VirusTotal resource | Write |
virustotal_rescan_file | Re-analyze a previously submitted file | Read |
virustotal_scan_url | Submit a URL for scanning | Read |
virustotal_upload_file | Upload a file for scanning | Write |