📦 Fcalendar Skill — 中英时间解析
v0.1.2自动识别中英文时间表达并转换为精确日期,同时支持按日期范围查询中国法定节假日与周末信息。
1· 422·57 当前·57 累计
下载技能包
最后更新
2026/4/2
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do what it says: parse time expressions and report Chinese holidays. The main security consideration is that the SKILL.md tells you to pip install the third‑party package fcalendar from PyPI (and points to a GitHub repo). Before installing or letting an agent run it automatically: 1) review the package source on GitHub (and any setup.py/pyproject hooks) for unexpected network calls or post‑install code; 2) install into an isolated virtualenv or sandbox; 3) prefer pinning a ...详细分析 ▾
✓ 用途与能力
Name/description (recognize/resolve Chinese/English time expressions and query Chinese holidays) match the instructions and supporting reference files. No unrelated credentials, binaries, or config paths are requested.
ℹ 指令范围
Runtime instructions are focused on installing and invoking a Python package (python3 -m fcalendar), querying dates, and using --today. They do not ask the agent to read unrelated files or exfiltrate data. Note: the SKILL.md asserts the package "does not access network resources or collect user data", which is a claim from the package author — it cannot be verified from the instruction-only skill; the agent will install and run third‑party code if followed.
ℹ 安装机制
No install spec embedded in the skill, but the SKILL.md instructs users to pip install fcalendar from PyPI and links to a GitHub repo. Installing from PyPI is expected for a Python utility but carries the usual moderate risk: packages and their install scripts can execute arbitrary code. The provided upstream links are helpful for review.
✓ 凭证需求
The skill requires no environment variables, no credentials, and no special config paths — this is proportionate for a local date/holiday resolver.
✓ 持久化与权限
The skill does not request always:true and does not ask to modify other skills or system-wide settings. Autonomous invocation is allowed (platform default), which is expected for skills.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.1.22026/4/2
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install fcalendar-skill
镜像加速npx clawhub@latest install fcalendar-skill --registry https://cn.longxiaskill.com