timestamp
Return the current system timestamp so the user can verify the agent can execute a simple skill.
@op-mctczw12 installs
Install
npx @operator-labs/skills install @op-mctczw/timestamp---
name: timestamp
description: Return the current system timestamp so the user can verify the agent can execute a simple skill.
license: MIT
---
When this skill is invoked, return the current system time.
Steps:
1. Read the current system time from the environment.
2. Format it as an ISO 8601 timestamp if possible (YYYY-MM-DDTHH:MM:SS).
3. Respond with a short message that includes the timestamp.
Example output:
"Current timestamp: 2026-03-21T14:05:33"