← 返回 Skills 市场
timyljob2011-sudo

wuxingbazi-daily

作者 timyljob2011-sudo · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
224
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wuxingbazi-daily
功能描述
老黄历Daily - 传统五行命理与每日运势工具。当用户询问生辰八字、五行属性、命格分析、每日运势提醒、黄历宜忌时使用此 Skill。功能包括:根据生日计算五行命理(金木水火土)、分析八字命格、生成每日运势与宜忌建议。
安全使用建议
This skill appears to implement local 八字/五行 calculations and daily-fortune text generation without network access or credential use, but there are a few things to check before installing: - Path mismatch: SKILL.md and README run scripts from a 'scripts/' folder and reference a 'references/' folder, but the shipped files are at the repository root. Verify where the .py files actually live and update commands (or move files) so the runtime finds them. Running the examples as-written will likely fail. - Cron persistence: The docs propose creating a cron job (example uses a 'cron add' helper). That will persist on your system and require permission. Confirm the exact cron command you want (many systems use crontab -e or a specific scheduler). Review the created cron entry before allowing it, and consider creating it manually instead of letting an agent do it automatically. - Execution context: The scripts are pure Python and manipulate only local data and system time. Still, run them in a controlled environment first (locally or in a container) to validate outputs and ensure they behave as expected. - No credentials/network: The skill does not require secrets or perform outbound network calls, which reduces exfiltration risk. If a later version adds HTTP calls or requests environment variables, treat that as a red flag. If you trust the author and are comfortable fixing the path/cron issues, the code itself is coherent with the described purpose. If you do not trust the source or cannot test in isolation, avoid installing the cron persistence and run the scripts locally for testing first.
功能分析
Type: OpenClaw Skill Name: wuxingbazi-daily Version: 1.0.1 The skill bundle is a legitimate implementation of a Chinese astrology tool (Bazi/Wuxing) for calculating personal elements and daily fortunes. It consists of Python scripts (calculate_wuxing.py, daily_fortune.py, lunar_convert.py) that perform local calculations without any network access, file system modifications, or sensitive data access. The use of cron in SKILL.md is explicitly for a user-requested daily reminder feature, and no evidence of malicious intent, prompt injection, or obfuscation was found.
能力评估
Purpose & Capability
The name and description (五行/八字分析 and daily fortunes) align with the included Python scripts (calculate_wuxing.py, daily_fortune.py, lunar_convert.py) and supporting markdown. There are no unexpected credentials, network calls, or unrelated binaries requested. However, the runtime docs reference a 'scripts/' directory and a 'references/' folder while the manifest places the files at the repository root (path mismatch). This is likely a packaging/documentation error but is inconsistent.
Instruction Scope
The SKILL.md directs the agent to run local Python scripts and optionally create a cron-based daily reminder — actions consistent with the stated functionality. It does not instruct reading unrelated system files or sending data externally. Concerns: (1) the docs use commands like python3 scripts/*.py and cron add --name ... where 'scripts/' and 'cron add' are not guaranteed to exist in the runtime; (2) creating a cron job is a persistent, system-level action and requires appropriate permissions; both should be verified by the user/admin before running.
Install Mechanism
There is no install spec and the package is instruction + local scripts only, which minimizes supply-chain risk. No remote downloads or installers are invoked by the repo itself.
Credentials
The skill requests no environment variables, no credentials, and the code does not perform network or external service access. The scripts only use local time/date and embedded tables — credential/exfiltration risk appears low.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges. The SKILL.md suggests creating a cron job for daily reminders, which grants persistent behavior on the host; this is expected for reminder features but is a non-trivial side effect (modifies the user's crontab). Confirm whether the agent will create the cron entry automatically and whether you (or the agent) have permission to do so.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wuxingbazi-daily
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wuxingbazi-daily 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Skill renamed from “wuxingbazi-daily” to “laohuangli-daily” - Comprehensive new SKILL.md provides detailed overview, usage instructions, and example dialogues - Full description of core five elements (五行) logic, Bazi calculation, daily fortune analysis, and cron-based reminder setup - Includes tables for five element relations, colors, directions, lucky numbers, and associated body parts - Step-by-step guidance for lunar calendar conversion and personalized daily usage - Expanded sample output and usage scenarios for improved user understanding
元数据
Slug wuxingbazi-daily
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

wuxingbazi-daily 是什么?

老黄历Daily - 传统五行命理与每日运势工具。当用户询问生辰八字、五行属性、命格分析、每日运势提醒、黄历宜忌时使用此 Skill。功能包括:根据生日计算五行命理(金木水火土)、分析八字命格、生成每日运势与宜忌建议。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 224 次。

如何安装 wuxingbazi-daily?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wuxingbazi-daily」即可一键安装,无需额外配置。

wuxingbazi-daily 是免费的吗?

是的,wuxingbazi-daily 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

wuxingbazi-daily 支持哪些平台?

wuxingbazi-daily 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 wuxingbazi-daily?

由 timyljob2011-sudo(@timyljob2011-sudo)开发并维护,当前版本 v1.0.1。

💬 留言讨论