ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

bazi

计算八字以及大运流年信息,需要性别、ISO 8601 格式的时间两个参数

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ahaofan/bazi
Or

凡心八字官网: http://bagezi.top/

联系邮箱: [email protected]

使用方法

确保 Python 环境使用 UTF-8 编码后运行脚本。

只提供必填参数(name 使用默认值"张三")

python paipan.py -g "男" -b "1997-01-12T23:07:19.083Z"

提供所有参数

python paipan.py -n "李四" -g "女" -b "1990-05-20T10:00:00.000Z"

使用长选项

python paipan.py --gender "男" --birthday_str "1985-08-15T00:00:00.000Z"

参数说明

参数短选项是否必填默认值说明
--name-n张三姓名
--gender-g-性别(男/女)
--birthday_str-b-出生日期,ISO 8601 格式

API 端点

  • 最新端点: http://api.bagezi.top/api/paipan

Metadata

Author@ahaofan
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ahaofan-bazi": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.