← Back to Skills Marketplace
Time Convert
by
CutTheMustard
· GitHub ↗
· v1.0.0
324
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install time-convert
Description
Timezone conversion, current time, date arithmetic, and epoch conversion.
Usage Guidance
This skill is instruction-only and appears to do what it says: send time-related requests to https://time.agentutil.net and return the results. Before installing, consider that (1) queries go to an external service so any data you send (dates/times/identifiers) and your IP will be visible to that service, (2) the SKILL.md mentions a paid crypto-based tier — verify how payments and any wallet credentials would be handled before providing them, and (3) confirm the reputation/privacy policy of time.agentutil.net if you plan to send anything sensitive. If you only need basic timezone/epoch conversions for non-sensitive data, the skill is low-risk.
Capability Analysis
Type: OpenClaw Skill
Name: time-convert
Version: 1.0.0
The skill bundle defines a 'time-convert' agent skill that interacts with an external API at `https://time.agentutil.net` for timezone conversion, current time, date arithmetic, and epoch conversion. The `SKILL.md` provides clear instructions and `curl` examples for using these API endpoints. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's behavior beyond its stated purpose. All external network calls are consistently directed to the specified `time.agentutil.net` domain, aligning with the skill's described functionality.
Capability Assessment
Purpose & Capability
The name/description match the concrete HTTP endpoints and example requests in SKILL.md (now/convert/math/epoch). There are no unrelated binaries, credentials, or config paths requested.
Instruction Scope
SKILL.md only shows example curl POSTs to https://time.agentutil.net and a response schema. It does not instruct reading local files, environment variables, or other system state. Note: using the skill will send whatever times/strings a user supplies to the external service (and the service will see the caller IP).
Install Mechanism
No install spec and no code files — instruction-only. This minimizes on-disk execution risk; the only runtime activity is network requests initiated by the agent.
Credentials
The skill requires no environment variables or credentials for the free tier (as declared). The SKILL.md mentions a paid tier using an on-chain 'x402' USDC protocol but does not declare any wallet/credential requirements — if payments are later integrated, the skill should explicitly declare what credentials or keys it needs. For the current free usage, no secrets are requested.
Persistence & Privilege
always:false and no special privileges requested. disable-model-invocation is false (agent may call it autonomously), which is standard; this only means the agent could make outbound requests to the external API during operation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install time-convert - After installation, invoke the skill by name or use
/time-convert - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the time-convert skill:
- Provides current time lookup in any timezone.
- Converts dates and times between timezones.
- Supports date arithmetic (add/subtract time units).
- Converts between ISO 8601 dates and Unix epoch timestamps.
- Simple REST API endpoints with free and paid tiers.
- No authentication required for free tier, with privacy-friendly IP-based rate limiting.
Metadata
Frequently Asked Questions
What is Time Convert?
Timezone conversion, current time, date arithmetic, and epoch conversion. It is an AI Agent Skill for Claude Code / OpenClaw, with 324 downloads so far.
How do I install Time Convert?
Run "/install time-convert" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Time Convert free?
Yes, Time Convert is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Time Convert support?
Time Convert is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Time Convert?
It is built and maintained by CutTheMustard (@cutthemustard); the current version is v1.0.0.
More Skills