write-timestamp
$
npx mdskill add langchain-ai/docs/write-timestampWrite 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
- deep-agentsBuild batteries-included agents with planning, context management, subagent delegation, and sandboxed execution. Use for complex, multi-step tasks that need built-in capabilities.
- docs-code-samplesUse this skill when migrating inline code samples from LangChain docs (MDX files) into external, testable code files that are extracted by this repo’s snippet scripts and used as Mintlify snippets. Applies when extracting code blocks from documentation, creating runnable code samples, using snippet delineators, or wiring snippet output into MDX includes.
- langgraphBuild stateful, durable agent workflows with LangGraph. Use when you need custom graph-based control flow, human-in-the-loop, persistence, or multi-agent orchestration.
- langsmithTrace, evaluate, and deploy AI agents and LLM applications with LangSmith. Use when adding observability, running evaluations, engineering prompts, or deploying agents to production.