write-timestamp

$npx mdskill add langchain-ai/docs/write-timestamp

Write current date and time to a file via sandbox script.

  • Captures precise timestamp for logging or audit trails.
  • Executes bundled Python script within sandbox environment.
  • Outputs result to temporary file for external reading.
  • Delivers formatted time string to user through summary.
SKILL.md
.github/skills/write-timestampView on GitHub ↗
---
name: write-timestamp
description: Use when the user wants the current date and time written to a file via the bundled script inside the sandbox.
---

# Write timestamp

## Instructions

1. The script is available in the sandbox at `/skills/write-timestamp/write_timestamp.py` after sync.
2. Run it with the `execute` tool, for example: `python /skills/write-timestamp/write_timestamp.py`
3. Read `/tmp/skill_timestamp.txt` with `read_file` and summarize the result for the user.
More from langchain-ai/docs