← Back to Skills Marketplace
bytesagain-lab

Compliance

by bytesagain-lab · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
260
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install compliance
Description
Track compliance requirements and generate audit trail reports. Use when auditing controls, checking policies, generating audit trails.
README (SKILL.md)

Compliance

Security toolkit for logging, tracking, and exporting compliance-related activities. Each command records timestamped entries to its own log file. Call without arguments to view recent entries; call with arguments to record a new entry.

Commands

Command What it does
compliance generate \x3Cinput> Record a generate entry (no args = show recent)
compliance check-strength \x3Cinput> Record a check-strength entry (no args = show recent)
compliance rotate \x3Cinput> Record a rotate entry (no args = show recent)
compliance audit \x3Cinput> Record an audit entry (no args = show recent)
compliance store \x3Cinput> Record a store entry (no args = show recent)
compliance retrieve \x3Cinput> Record a retrieve entry (no args = show recent)
compliance expire \x3Cinput> Record an expire entry (no args = show recent)
compliance policy \x3Cinput> Record a policy entry (no args = show recent)
compliance report \x3Cinput> Record a report entry (no args = show recent)
compliance hash \x3Cinput> Record a hash entry (no args = show recent)
compliance verify \x3Cinput> Record a verify entry (no args = show recent)
compliance revoke \x3Cinput> Record a revoke entry (no args = show recent)
compliance stats Show summary statistics across all log files
compliance export \x3Cfmt> Export all data to json, csv, or txt format
compliance search \x3Cterm> Search all log entries for a keyword
compliance recent Show the 20 most recent history entries
compliance status Health check — version, entry count, disk usage, last activity
compliance help Show help message
compliance version Show version (v2.0.0)

Data Storage

All data is stored locally in ~/.local/share/compliance/. Each command writes to its own .log file (e.g., audit.log, policy.log). A unified history.log tracks all activity with timestamps.

Requirements

  • Bash 4+
  • Standard Unix utilities (wc, du, tail, grep, date, sed)

When to Use

  • Logging compliance audit findings, policy checks, and security events with timestamps
  • Tracking credential rotations, revocations, and strength checks over time
  • Recording data store/retrieve operations for audit trail purposes
  • Searching historical compliance entries by keyword
  • Exporting compliance records to JSON, CSV, or plain text for regulatory reporting

Examples

# Record an audit finding
compliance audit "reviewed access controls for prod database — 3 issues found"

# Log a credential rotation
compliance rotate "rotated API keys for payment gateway"

# Record a policy update
compliance policy "updated data retention policy to 90 days"

# Check password strength assessment
compliance check-strength "admin account meets complexity requirements"

# Search all logs for "database"
compliance search database

# Export compliance records to JSON
compliance export json

# View overall stats
compliance stats

Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
This skill appears coherent and local-only, but review before installing: the tool stores unencrypted logs in ~/.local/share/compliance (history.log and per-command .log files) so avoid recording secrets or sensitive tokens in entries; consider setting restrictive file permissions (chmod 700 ~/.local/share/compliance) and a retention/cleanup policy. Exports create plaintext files (json/csv/txt) that may contain sensitive data — handle them like any other sensitive export. If you need encrypted storage or remote archival, extend the script or use a secure vault; otherwise the bundled script is simple and readable, and there are no signs of network exfiltration or unrelated credential access.
Capability Analysis
Type: OpenClaw Skill Name: compliance Version: 2.0.0 The 'Compliance' skill bundle is a simple logging utility designed to record and track security-related activities locally in `~/.local/share/compliance/`. The implementation in `scripts/script.sh` uses standard Unix utilities to append timestamped entries to log files and provides basic search and export functionality without any evidence of data exfiltration, persistence, or malicious execution.
Capability Assessment
Purpose & Capability
The name/description (compliance logging, audit trails) match the included script and SKILL.md. All commands are for recording, querying, exporting, and summarizing local log entries.
Instruction Scope
SKILL.md instructs the agent to run simple compliance commands that read/write only the stated data directory (~/.local/share/compliance). There are no instructions to read unrelated system files, credentials, or to call external endpoints.
Install Mechanism
No install spec is provided (instruction-only). A single bash script is bundled; it uses only standard Unix utilities. No downloads, package installs, or archive extraction are performed.
Credentials
The skill requests no environment variables, no credentials, and no config paths outside the user-local data directory. This is proportionate to a local logging tool.
Persistence & Privilege
always is false and the skill does not request persistent or elevated system-wide privileges. It writes only to a per-user data directory and does not modify other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install compliance
  3. After installation, invoke the skill by name or use /compliance
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Domain-specific upgrade
Metadata
Slug compliance
Version 2.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Compliance?

Track compliance requirements and generate audit trail reports. Use when auditing controls, checking policies, generating audit trails. It is an AI Agent Skill for Claude Code / OpenClaw, with 260 downloads so far.

How do I install Compliance?

Run "/install compliance" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Compliance free?

Yes, Compliance is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Compliance support?

Compliance is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Compliance?

It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v2.0.0.

💬 Comments