auditd
Linux Audit Framework reference. auditctl rules for file watches and syscall auditing, auditd.conf configuration, ausearch log queries, aureport summaries, audit.log format, CIS/PCI-DSS compliance rules, and audit tools.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain3/auditdWhat This Skill Does
The auditd skill provides a comprehensive interface for managing and querying the Linux Audit Framework. It enables users to interact with kernel-level security auditing, allowing for precise tracking of system calls, file system access, and user activity. The skill acts as a bridge between complex command-line utilities like auditctl, ausearch, and aureport and the OpenClaw AI environment. Whether you are setting up file watches to detect unauthorized configuration changes, analyzing system logs for security breaches, or ensuring your infrastructure meets strict compliance standards like CIS benchmarks or PCI-DSS, this skill provides the necessary syntax, configuration logic, and analysis capabilities to maintain a secure posture.
Installation
You can install the skill directly via the ClawHub CLI by running:
clawhub install openclaw/skills/skills/bytesagain3/auditd
Use Cases
- Security Auditing: Monitor sensitive system files (e.g.,
/etc/shadow,/etc/passwd) for any unauthorized access or modifications. - Compliance Monitoring: Implement predefined rulesets to ensure your servers adhere to CIS Benchmark requirements for system auditing.
- Forensic Analysis: Utilize
ausearchandaureportto quickly filter through gigabytes ofaudit.logdata to identify specific user actions or failed login attempts during an incident response scenario. - System Troubleshooting: Trace system calls of a specific process to debug crashes or identify permission-related failures that are hidden from standard application logs.
Example Prompts
- "Generate an auditctl rule to watch for read and write access to /etc/nginx/nginx.conf and assign it the key 'nginx-config-change'."
- "Show me how to use ausearch to find all failed login attempts for the user 'admin' that occurred between 8:00 AM and 10:00 AM today."
- "Explain the difference between the auditd.conf options 'max_log_file' and 'max_log_file_action' and suggest values for a high-traffic production server."
Tips & Limitations
- Permissions: Interacting with
auditdrequires root privileges. Ensure the OpenClaw environment has appropriate sudo rights to executeauditctlor read log files. - Performance: Excessive auditing of high-frequency system calls can impact CPU performance and fill up your disk space rapidly. Always test your rules in a staging environment before deploying to production.
- Log Management: Regularly rotate and archive logs using the built-in configuration settings to prevent storage overflows. The skill provides guidance on
auditd.confwhich should be prioritized for log rotation management.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain3-auditd": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read, file-write, code-execution
Related Skills
doctorbot-ci-validator
Stop failing in production. Validate your GitHub Actions, GitLab CI & Keep workflows offline with surgical precision. Born from Keep bounty research, perfected for agents.
brand-butler-local-authority-engine
Brand Butler: Local Authority Engine — the white-glove SEO and AEO system for local service businesses. Use this skill immediately when the user asks about SEO rankings, backlinks, citations, site audits, Google Search Console indexing problems, competitor backlink analysis, directory submissions, schema markup, content placement articles, local map pack visibility, or AI answer engine optimization (Perplexity, ChatGPT, Google AI Overviews). Also triggers for any local business growth, online visibility, or 'why isn't my site ranking?' conversation. Works for agencies managing clients and business owners doing their own SEO. Covers HVAC, plumbing, electrical, law, dental, roofing, and any local service business. Built by Adrian Boysel.
social-vault
社交平台账号凭证管理器。提供登录态获取、AES-256-GCM 加密存储、定时健康监测和自动续期。Use when managing social media account credentials, importing cookies, checking login status, or automating session refresh. Also covers platform adapter creation and browser fingerprint management.
arc-shield
Output sanitization for agent responses - prevents accidental secret leaks
undertow
Skill discovery engine for AI coding agents. Recommends and installs the right skill when you need it — code review, test generation, debugging, commit messages, PR preparation, security scanning, dependency audits, Docker setup, CI/CD pipelines, API documentation, refactoring, performance optimization, bundle analysis, git recovery, README generation, license compliance, migration guides, dead code removal, and secret detection. One install gives your agent access to a curated library of 20+ developer workflow skills. Use when the user asks for help with any development workflow, code quality, DevOps, security, testing, documentation, or project setup task.