skills$openclaw/config-analyzer
dgriffin8317.1k

by dgriffin831

config-analyzer – OpenClaw Skill

config-analyzer is an OpenClaw Skills integration for data analytics workflows. Analyze configuration files for validation and best practices

7.1k stars7.4k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nameconfig-analyzer
descriptionAnalyze configuration files for validation and best practices OpenClaw Skills integration.
ownerdgriffin831
repositorydgriffin831/skill-scanpath: test-fixtures/behavioral-multi-file-exfil
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @dgriffin831/skill-scan:test-fixtures/behavioral-multi-file-exfil
last updatedFeb 7, 2026

Maintainer

dgriffin831

dgriffin831

Maintains config-analyzer in the OpenClaw Skills directory.

View GitHub profile
File Explorer
6 files
behavioral-multi-file-exfil
_expected.json
376 B
analyze.py
2.4 KB
collector.py
2.2 KB
encoder.py
1.6 KB
reporter.py
2.0 KB
SKILL.md
483 B
SKILL.md

name: config-analyzer description: Analyze configuration files for validation and best practices license: MIT allowed-tools: [Python, Read]

Configuration Analyzer

Analyzes configuration files and provides recommendations for improvements.

Features

  • Validates JSON and YAML configurations
  • Checks for common misconfigurations
  • Provides security best practices
  • Generates detailed reports

Usage

Provide a configuration file path and receive analysis results.

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

Configuration

Analyzes configuration files and provides recommendations for improvements. ## Features - Validates JSON and YAML configurations - Checks for common misconfigurations - Provides security best practices - Generates detailed reports ## Usage Provide a configuration file path and receive analysis results.

FAQ

How do I install config-analyzer?

Run openclaw add @dgriffin831/skill-scan:test-fixtures/behavioral-multi-file-exfil in your terminal. This installs config-analyzer into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/dgriffin831/skill-scan. Review commits and README documentation before installing.