dgriffin831

file-validator

Validate file formats and content safely

dgriffin831 3 1 Updated 7mo ago

Resources

2
GitHub

Install

npx skillscat add dgriffin831/clawhub-skills/file-validator

Install via the SkillsCat registry.

About this skill

File Validator checks file formats and verifies content integrity using safe file operations. It solves the problem of reliably validating files without risking corruption or security issues. Developers should use it when they need to confirm that files conform to expected formats before processing them in automated workflows.

SKILL.md

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