← Back to Skills Marketplace
Cn Date Validator
by
freedompixels
· GitHub ↗
· v1.0.0
· MIT-0
32
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cn-date-validator
Description
Validate date strings and check formats. Support YYYY-MM-DD, YYYY/MM/DD, DD-MM-YYYY. Pure Python.
README (SKILL.md)
Date Validator
Validate date strings and check formats. Support YYYY-MM-DD, YYYY/MM/DD, DD-MM-YYYY. Pure Python.
Features
- Pure Python standard library
- No external dependencies
- Command-line interface
Usage
python3 scripts/date_validator.py --help
Usage Guidance
This skill appears safe for basic date-format validation. Users should provide only the date string they want checked; no special credentials or installation steps are required.
Capability Analysis
Type: OpenClaw Skill
Name: cn-date-validator
Version: 1.0.0
The skill bundle is a straightforward date validation utility that uses the Python standard library to parse and verify date strings. The code in scripts/date_validator.py is safe, contains no external dependencies, and performs exactly as described in SKILL.md without any signs of malicious intent or security vulnerabilities.
Capability Assessment
Purpose & Capability
The included Python script validates a provided date string and prints structured JSON, matching the stated purpose.
Instruction Scope
The skill only documents a command-line help invocation and does not include instructions to override user intent or perform unrelated actions.
Install Mechanism
There is no install spec and the script uses only Python standard library modules.
Credentials
The script processes only the user-supplied --date argument and does not access files, credentials, environment variables, or network resources.
Persistence & Privilege
No persistence, background execution, privilege escalation, or credential handling is present in the provided artifacts.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cn-date-validator - After installation, invoke the skill by name or use
/cn-date-validator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Date Validator.
- Validates date strings using pure Python.
- Supports formats: YYYY-MM-DD, YYYY/MM/DD, DD-MM-YYYY.
- No external dependencies required.
- Command-line interface provided.
Metadata
Frequently Asked Questions
What is Cn Date Validator?
Validate date strings and check formats. Support YYYY-MM-DD, YYYY/MM/DD, DD-MM-YYYY. Pure Python. It is an AI Agent Skill for Claude Code / OpenClaw, with 32 downloads so far.
How do I install Cn Date Validator?
Run "/install cn-date-validator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cn Date Validator free?
Yes, Cn Date Validator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cn Date Validator support?
Cn Date Validator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cn Date Validator?
It is built and maintained by freedompixels (@freedompixels); the current version is v1.0.0.
More Skills