← Back to Skills Marketplace
37
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install time-stamper
Description
Generate formatted timestamps for logging, filenames, and debugging in various formats.
README (SKILL.md)
Overview
A minimal utility skill that generates timestamps in common formats for logging, filenames, and debugging.
Core Commands
python3 scripts/stamper.py --format iso
python3 scripts/stamper.py --format compact
python3 scripts/stamper.py --format log
python3 scripts/stamper.py --format filename
python3 scripts/stamper.py --format all
Output Format
ISO: 2026-06-09T22:50:00+08:00
Compact: 20260609225000
Log: [2026-06-09 22:50:00]
Filename: 2026-06-09_22-50-00
Verification
python3 scripts/stamper.py --format iso
# Expected: current time in ISO 8601 format
Usage Guidance
Install this if you want quick formatted timestamps. Be aware the trigger is broad, so the agent may choose it for ordinary date or logging-related requests, but the reviewed behavior is limited to printing timestamp strings.
Capability Assessment
Purpose & Capability
The stated purpose is to generate timestamps for logs, filenames, and debugging, and the Python script only formats the current local time into selected output formats.
Instruction Scope
The trigger phrase is somewhat broad and may activate on general date or time requests, but the resulting behavior is low impact and consistent with the skill's purpose.
Install Mechanism
The artifact contains a SKILL.md file and one disclosed Python helper script; no hidden installer, package installation, or automatic setup behavior was found.
Credentials
The script uses only standard Python argparse and datetime modules, does not read files or environment variables, and makes no network calls.
Persistence & Privilege
No persistence, privilege escalation, background execution, credential handling, or file mutation behavior was present in the reviewed artifacts.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install time-stamper - After installation, invoke the skill by name or use
/time-stamper - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.2
- No changes detected in this version.
- Functionality and documentation remain unchanged.
v0.0.1
Initial release of the Time Stamper skill.
- Generates formatted timestamps for logging, filenames, and debugging.
- Supports multiple formats: ISO, compact, log, and filename.
- Simple command-line usage with --format option.
- Outputs sample formats in documentation for easy verification.
Metadata
Frequently Asked Questions
What is Time Stamper?
Generate formatted timestamps for logging, filenames, and debugging in various formats. It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.
How do I install Time Stamper?
Run "/install time-stamper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Time Stamper free?
Yes, Time Stamper is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Time Stamper support?
Time Stamper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Time Stamper?
It is built and maintained by zrr (@zrr000212-netizen); the current version is v0.0.2.
More Skills