← 返回 Skills 市场
姓名五格数理测算
作者
大佬的鼠DonRat
· GitHub ↗
· v2.7.0
· MIT-0
140
总下载
0
收藏
0
当前安装
11
版本数
在 OpenClaw 中安装
/install name-wuge
功能描述
Automation skill for 姓名五格数理测算.
安全使用建议
This skill mostly does what it says (name numerology using Kangxi stroke counts). Before installing or enabling it, consider: 1) It may auto-download the full Kangxi CSV from jsDelivr/GitHub at runtime and write a JSON cache to your home directory (or SKILL_CACHE_DIR if set). If you prefer to avoid runtime network fetches, set auto_download=False or prepopulate a trusted cache and/or set SKILL_CACHE_DIR to a sandbox. 2) The CSV URLs target the repository master branch and no SHA256 is configured — ask the author to pin a release URL and provide a checksum, or inspect the downloaded file before trusting results. 3) The skill reads an undocumented SKILL_CACHE_DIR env var — ensure it can't be pointed to sensitive locations. 4) If you need stronger supply-chain guarantees, request that maintainers pin the CSV to a specific release/tag and fill in _CSV_SHA256. Finally, the provided code dump appears truncated in the report (a stray character near the end of name_generator.py) — verify the packaged files run correctly and review the full source before use.
能力评估
Purpose & Capability
Name/五格 calculation, batch name/company generation, stroke lookup and OpenCC conversion are coherent with the skill's name/description and the included Python modules. The declared data sources (81数理, 康熙笔画) match what's implemented.
Instruction Scope
SKILL.md and code instruct the agent to call local Python functions and may auto-download the full Kangxi CSV when encountering rare characters (auto_download default True). The code also reads SKILL_CACHE_DIR from the environment for cache location (this env var is not declared in requires.env). The runtime will therefore access network and the filesystem — which is expected for this task but should be noted.
Install Mechanism
No package/install spec, but the code performs runtime downloads from reputable hosts (jsDelivr and raw.githubusercontent.com). However the URLs point at the master branch (not a pinned release/tag) and _CSV_SHA256 is empty, so there is no integrity verification. Runtime download + writing extracted JSON to disk without a pinned checksum increases risk of unexpected content changes or supply-chain tampering.
Credentials
The skill declares no required env vars or credentials, which fits the purpose. It nevertheless reads SKILL_CACHE_DIR to choose the cache directory (undocumented in the metadata) and will write cache files under ~/.cache/name_skill by default. No secrets are requested; access is limited to network and the local cache path.
Persistence & Privilege
always is false and there is no installer; the skill is instruction-only but will create a local cache (default: ~/.cache/name_skill) and may download ~3MB CSV on demand. Allowing autonomous invocation means the agent could perform those downloads/writes when triggered — not inherently malicious but worth awareness.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install name-wuge - 安装完成后,直接呼叫该 Skill 的名称或使用
/name-wuge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.7.0
姓氏多样性控制(每姓最多3个)+ 百家姓390字池 + 姓氏随机打乱最终结果
v2.6.0
姓氏池从68个扩展到390个,覆盖百家姓主流单姓
v2.5.0
姓氏多样性控制(每姓最多3个)+ 性别字池优化
v2.4.0
新增女生专用字池(2025流行字+美玉系+芳草系),优化随机生成逻辑,支持gender参数区分男女名池
v2.2.2
回退v2.3完整诗句,保持14字截断;保留繁简双版+繁体笔画死律
v2.3.1
v2.3:81数理诗句完整呈现,不再截断;保留繁简双版+繁体笔画死律
v2.2.1
死律v2.2:测命/公司名强制先转繁体再查笔画;起名结果转简体输出;输出繁简双版展示
v2.3.0
v2.3: 1)默认只保总格为吉 2)新增男女分类姓名池 3)新增音韵筛选机制 4)同名用字全局去重 5)随机生成支持单名双名混合 6)输出改为总格数理诗句 7)姓氏轮询避免套公式
v2.2.0
新增纯随机五格全吉姓名生成(run_random_names);姓氏池更新为常用姓氏Top100;两字名重复字过滤
v2.1.0
新增姓名批量生成器(按五格条件)、公司名批量生成器(按总格数理);修复姓名生成中重复字过滤问题;优化公司名用字池
v2.0.0
修复总格计算逻辑(笔画之和),补全6个遗漏汉字(萧/傅/俞/倪/裴/岳),新增公司名总格测算功能(run_company),修复重复字少算问题
元数据
常见问题
姓名五格数理测算 是什么?
Automation skill for 姓名五格数理测算. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。
如何安装 姓名五格数理测算?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install name-wuge」即可一键安装,无需额外配置。
姓名五格数理测算 是免费的吗?
是的,姓名五格数理测算 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
姓名五格数理测算 支持哪些平台?
姓名五格数理测算 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 姓名五格数理测算?
由 大佬的鼠DonRat(@azazlf09)开发并维护,当前版本 v2.7.0。
推荐 Skills