Calendar - 万年历查询

v1.0.6

查询指定日期的公历、农历、星座、生肖、黄历要点与节假日。当用户说:明天农历几号?今年春节是哪天?或类似万年历问题时,使用本技能。

9· 488·1 current·1 all-time
by极速数据@jisuapi
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the implementation: the script calls JisuAPI calendar endpoints to return Gregorian/lunar/huangli/holiday info and only requests an AppKey (JISU_API_KEY). No unrelated credentials, endpoints, or binaries are requested.
Instruction Scope
SKILL.md instructs the agent to call the included Python script with a JSON payload or 'holiday'. The script only reads JISU_API_KEY from the environment and makes outbound requests to api.jisuapi.com; it does not read arbitrary files or other env vars, nor transmit data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only), which limits risk. The package includes a Python script that performs network calls to jisuapi.com. Note: the script imports the 'requests' library but SKILL.md/requirements only list 'python3'—the runtime must provide the requests package or the script will fail.
Credentials
Only JISU_API_KEY is required and declared as primaryEnv; that is appropriate for a service that uses an API key. No other secrets or unrelated credentials are requested.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system configuration. Autonomous invocation is allowed (platform default) but the skill's scope and privileges are limited.
Assessment
This skill appears coherent and implements the advertised JisuAPI calendar queries. Before installing: ensure you trust JisuAPI and are willing to provide your AppKey (JISU_API_KEY); verify the runtime environment has the Python 'requests' library available (or install it); be aware the script makes outbound HTTPS requests to api.jisuapi.com and will send the provided date payload and your AppKey to that service; review your JisuAPI account for quotas and key permissions and avoid sharing the AppKey elsewhere. If you require stricter controls, limit the skill to user-invoked only and monitor API usage in your JisuAPI dashboard.

Like a lobster shell, security has layers — review code before you run it.

latestvk97c3n173a4nycrxgzsej84zqn844sqq

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🗓️ Clawdis
Binspython3
EnvJISU_API_KEY
Primary envJISU_API_KEY

Comments