🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub✦ BytesAgain

Validator

by @xueyetianya

Validate emails, URLs, phones, dates, and custom patterns. Use when sanitizing input, verifying form fields, checking formats, or enforcing rules.

Versionv3.0.1
Downloads741
Installs1
TERMINAL
clawhub install validator

πŸ“– About This Skill


name: validator version: "3.0.1" author: BytesAgain homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills license: MIT-0 tags: [validator, tool, utility] description: "Validate emails, URLs, phones, dates, and custom patterns. Use when sanitizing input, verifying form fields, checking formats, or enforcing rules."

validator

Input validator.

Commands

email

Validate email format

scripts/script.sh email 

url

Validate URL (+ HTTP check if curl available)

scripts/script.sh url 

ip

Validate IPv4/IPv6 address

scripts/script.sh ip 

phone

Validate phone number (7-15 digits)

scripts/script.sh phone 

date

Validate and parse date string

scripts/script.sh date 

domain

Validate domain (+ DNS lookup if dig available)

scripts/script.sh domain 

credit-card

Luhn algorithm check + card type detection

scripts/script.sh credit-card 

json

Validate JSON syntax

scripts/script.sh json 

yaml

Validate YAML syntax

scripts/script.sh yaml 

csv

Validate CSV structure (column consistency)

scripts/script.sh csv 

Requirements

  • python3
  • curl
  • dig (optional)

  • *Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*