Date Tool

v1.0.0

Display and format date and time values from the command line. Use when you need to get the current date, format timestamps, or calculate date differences.

0· 46·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dinghaibin/date-tool.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Date Tool" (dinghaibin/date-tool) from ClawHub.
Skill page: https://clawhub.ai/dinghaibin/date-tool
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install date-tool

ClawHub CLI

Package manager switcher

npx clawhub@latest install date-tool
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description claim formatting, timezone conversion, parsing, and date arithmetic. The included script (scripts/date.py) only prints the current local datetime formatted via a user-provided strftime string. That is coherent with basic formatting but the skill overpromises features it does not implement.
Instruction Scope
SKILL.md examples and usage match invoking a date formatter (date-tool + format). However the docs mention timezone conversion, parsing, and difference calculations that the runtime instructions/code do not perform — the instructions are otherwise limited to formatting the current time and do not access files, env vars, or external endpoints.
Install Mechanism
No install spec is provided (instruction-only with a small included script). Nothing is downloaded or written to disk by an installer; risk from installation is minimal.
Credentials
The skill requests no environment variables, credentials, or config paths and the code does not read env vars or credentials. Required access is minimal and proportional.
Persistence & Privilege
No elevated privileges are requested. always is false; the skill does not modify other skills or system settings and does not persist credentials.
Assessment
This is a small, local date-formatting script with no network calls or credential requests — low risk. Note that the README/description overstates features (timezones, parsing, arithmetic) that the bundled script does not implement; if you need those features, request clarification or look for a skill/tool that explicitly implements them. As always, only install skills from sources you trust; you can open the scripts/date.py file yourself to verify it matches what you expect before enabling the skill.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fkfvyy2whptzp6p0wwaa0xs85nj0m
46downloads
0stars
1versions
Updated 15h ago
v1.0.0
MIT-0

Date Tool - Date and Time Utilities

Display current date/time in various formats, convert between timezones, and perform date arithmetic calculations.

Quick Start

date-tool +"%Y-%m-%d %H:%M:%S"

Features

  • Display current date/time in custom formats
  • Convert between timezones
  • Calculate date differences
  • Parse timestamps from various formats

Examples

# Current date in ISO format
date-tool +"%Y-%m-%d"

# Current time in 24-hour format
date-tool +"%H:%M:%S"

# Unix timestamp
date-tool +"%s"

Comments

Loading comments...