truetime-cn
PassAudited by ClawScan on May 9, 2026.
Overview
This appears to be a local time/date calculator that runs a bundled Python script and does not show credential, network, persistence, or data-exfiltration behavior.
This skill looks appropriate for accurate Chinese time, timezone, holiday, and lunar-calendar calculations. Before installing, be aware that it is designed to run a bundled local Python script for many time-related prompts and includes vendored third-party calendar code, but the supplied artifacts do not show network access, credential use, persistence, or destructive behavior.
Findings (2)
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.
For time-related questions, the agent may run the bundled Python script automatically to calculate accurate dates and times.
The skill instructs the agent to execute a local Python script broadly for time-related prompts. This is central to the skill's purpose and appears scoped to time calculation, but it is still local command execution users should notice.
只要请求里出现以下任意信号,**先调脚本,后回答** ... `python3 ./scripts/truetime_cn.py [选项]`
Install only if you are comfortable with local Python execution for time/date tasks; review the bundled script if your environment treats any code execution as sensitive.
The skill depends on bundled third-party calendar code for lunar and solar-term calculations.
The skill bundles third-party lunar-calendar code. Bundling avoids install-time downloads and is purpose-aligned, but users are relying on the package's included copy and provenance statement.
This directory contains third-party libraries bundled with truetime-cn ... cnlunar 0.2.4 ... Source: https://github.com/OPN48/cnLunar
If provenance matters for your use case, compare the vendored `cnlunar` files against the stated upstream version before installing.
