skills$openclaw/file-validator
dgriffin8311.0k

by dgriffin831

file-validator – OpenClaw Skill

file-validator is an OpenClaw Skills integration for coding workflows. Validate file formats and content safely

1.0k stars3.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namefile-validator
descriptionValidate file formats and content safely OpenClaw Skills integration.
ownerdgriffin831
repositorydgriffin831/skill-scanpath: test-fixtures/safe-file-validator
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @dgriffin831/skill-scan:test-fixtures/safe-file-validator
last updatedFeb 7, 2026

Maintainer

dgriffin831

dgriffin831

Maintains file-validator in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
safe-file-validator
_expected.json
279 B
SKILL.md
337 B
validate.py
1.8 KB
SKILL.md

name: file-validator description: Validate file formats and content safely license: MIT allowed-tools: [Python]

File Validator

Validates file formats and checks content integrity.

Usage

Provide file path to validate format and content.

Features

  • Format validation
  • Content integrity checks
  • Safe file operations
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:

FAQ

How do I install file-validator?

Run openclaw add @dgriffin831/skill-scan:test-fixtures/safe-file-validator in your terminal. This installs file-validator 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.