← Back to Skills Marketplace
姓名五格数理测算
by
大佬的鼠DonRat
· GitHub ↗
· v2.7.0
· MIT-0
140
Downloads
0
Stars
0
Active Installs
11
Versions
Install in OpenClaw
/install name-wuge
Description
Automation skill for 姓名五格数理测算.
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install name-wuge - After installation, invoke the skill by name or use
/name-wuge - Provide required inputs per the skill's parameter spec and get structured output
Version History
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),修复重复字少算问题
Metadata
Frequently Asked Questions
What is 姓名五格数理测算?
Automation skill for 姓名五格数理测算. It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.
How do I install 姓名五格数理测算?
Run "/install name-wuge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 姓名五格数理测算 free?
Yes, 姓名五格数理测算 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 姓名五格数理测算 support?
姓名五格数理测算 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 姓名五格数理测算?
It is built and maintained by 大佬的鼠DonRat (@azazlf09); the current version is v2.7.0.
More Skills