원클릭으로
write-timestamp
// Use when the user wants the current date and time written to a file via the bundled script inside the sandbox.
// Use when the user wants the current date and time written to a file via the bundled script inside the sandbox.
Use 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.
Build batteries-included agents with planning, context management, subagent delegation, and sandboxed execution. Use for complex, multi-step tasks that need built-in capabilities.
Build agents with a prebuilt architecture and integrations for any model or tool. Use when creating tool-calling agents, switching model providers, or adding structured output.
Build stateful, durable agent workflows with LangGraph. Use when you need custom graph-based control flow, human-in-the-loop, persistence, or multi-agent orchestration.
Trace, evaluate, and deploy AI agents and LLM applications with LangSmith. Use when adding observability, running evaluations, engineering prompts, or deploying agents to production.
| 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. |
/skills/write-timestamp/write_timestamp.py after sync.execute tool, for example: python /skills/write-timestamp/write_timestamp.py/tmp/skill_timestamp.txt with read_file and summarize the result for the user.