Time Convert

PassAudited by ClawScan on May 1, 2026.

Overview

This is a simple time-conversion skill that clearly documents its external API use and does not request credentials, local files, or installation privileges.

This appears safe for ordinary time and date conversions. Before installing, note that it uses time.agentutil.net rather than doing all calculations locally, and the artifacts mention a free tier plus an optional paid tier; avoid submitting sensitive schedule information unless you are comfortable with that service processing it.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The external service may receive the date, time, timezone, and related conversion parameters the agent submits, along with ordinary network metadata.

Why it was flagged

The skill works by sending user-provided time and timezone conversion data to an external service. This is disclosed and purpose-aligned, but it is still a third-party data flow.

Skill content
curl -X POST https://time.agentutil.net/v1/convert ... -d '{"time": "2026-03-04T09:00:00", "from_timezone": "America/New_York", "to_timezone": "Pacific/Auckland"}'
Recommendation

Use normally for non-sensitive conversions, but avoid sending confidential scheduling details if you do not want them processed by the external service.