← Back to Skills Marketplace
Clamav
by
BytesAgain2
· GitHub ↗
· v1.0.0
· MIT-0
116
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install clamav
Description
ClamAV open-source antivirus reference. clamscan, freshclam database updates, clamd daemon configuration, custom signatures, quarantine workflows, automated...
README (SKILL.md)
ClamAV
ClamAV open-source antivirus reference. Real scan commands, daemon config, signature management.
Commands
| Command | Description |
|---|---|
intro |
What is ClamAV, components, architecture |
scan |
clamscan options, recursive, infected-only output |
update |
freshclam, database mirrors, proxy config |
daemon |
clamd.conf, clamdscan, socket configuration |
signatures |
Custom signatures, .ndb/.ldb format |
quarantine |
Moving infected files, --move/--copy |
automation |
Cron scanning, email notifications |
performance |
Multithreading, exclude patterns, memory limits |
Usage Guidance
This skill is a static reference and appears to only print ClamAV documentation and example commands. It does not request credentials or auto-install software. Before running any of the example commands on your system, review them carefully: many examples will download files (curl/wget), update signature databases (freshclam), or start/enable services (systemctl) and should be run intentionally with appropriate privileges. The EICAR test file example is a standard safe test vector, but only fetch it from the official EICAR URL. If you plan to automate scans or run on production hosts, ensure you run updates as the correct user and verify database signatures/mirrors. If you want extra assurance, inspect the full scripts/script.sh content locally — it appears to be a documentation generator and not an active downloader or exfiltration tool.
Capability Analysis
Type: OpenClaw Skill
Name: clamav
Version: 1.0.0
The bundle is a comprehensive documentation and reference tool for ClamAV antivirus. The script 'scripts/script.sh' serves as a CLI-based manual, providing configuration examples, command usage, and signature writing guides via heredocs, without executing any high-risk operations or exhibiting malicious intent.
Capability Assessment
Purpose & Capability
The name/description (ClamAV reference) matches the included SKILL.md and the script: both provide commands, configuration examples, and operational guidance for clamscan, freshclam, clamd, signatures, quarantine, automation, and performance. There are no unrelated required binaries, env vars, or config paths.
Instruction Scope
SKILL.md and scripts contain real command examples (e.g., freshclam, clamscan, clamdscan, curl/wget to fetch the EICAR test file, and examples of running systemctl). This is expected for an operational reference, but the examples include network operations and commands that, if executed on a host, will perform downloads, update databases, or change system state. The skill itself prints documentation — it does not appear to autonomously execute those potentially impactful commands.
Install Mechanism
No install spec is provided (instruction-only with an included script). Nothing is downloaded or written to disk by an installer; the included script is a local documentation helper. Low install risk.
Credentials
The skill requires no environment variables, credentials, or config paths. Examples reference standard ClamAV paths (/etc/clamav, /var/lib/clamav) which are appropriate for the topic. No disproportionate secret access is requested.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-level privileges. It does not modify other skills or global agent settings. Autonomous invocation is allowed (platform default) but not combined with other red flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clamav - After installation, invoke the skill by name or use
/clamav - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Clamav?
ClamAV open-source antivirus reference. clamscan, freshclam database updates, clamd daemon configuration, custom signatures, quarantine workflows, automated... It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.
How do I install Clamav?
Run "/install clamav" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Clamav free?
Yes, Clamav is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Clamav support?
Clamav is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Clamav?
It is built and maintained by BytesAgain2 (@ckchzh); the current version is v1.0.0.
More Skills