Name Analyzer

v1.0.1

Analyze names for meaning, origin, cultural associations, and personality traits. Use when user wants to (1) understand the meaning of a name, (2) check name...

0· 312·0 current·0 all-time
byhaidong@harrylabsj·duplicate of @harrylabsj/study-reminder
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name Analyzer's name, description, SKILL.md, and the included Python script all align: they implement meaning/origin/numerology analyses. One minor mismatch: SKILL.md claims external data sources (Baidu, Xinhua) while the shipped script uses embedded/local dictionaries and does not call external APIs. This is likely an implementation detail rather than malicious.
Instruction Scope
Runtime instructions and examples are CLI-focused and limited to analyzing names. There are no instructions to read unrelated files, environment variables, or to transmit data to external endpoints.
Install Mechanism
No install spec is provided and there are no external downloads. The skill is instruction-plus-local-script only and lists no external dependencies.
Credentials
The skill requests no environment variables or credentials (proportional). Privacy note: it processes personally identifying data (names). Because it appears to run locally and contains no network calls, data is not exfiltrated by the shipped code, but users should avoid feeding sensitive identity data if they are uncertain about execution environment.
Persistence & Privilege
The skill does not request persistent privileges (always:false), does not modify other skills or system config, and contains no installation steps that would alter system state.
Assessment
This skill appears to be a local, entertainment-oriented name analyzer and does not ask for credentials or install external code. Before installing: (1) if you require authoritative data from external name databases, note the shipped script uses internal dictionaries rather than calling Baidu/Xinhua; (2) review the Python file if you want to be sure no network calls are added later; (3) avoid submitting sensitive personally identifiable information (full legal identifiers) if you are concerned about privacy; (4) minor code-quality issues (duplicate dictionary keys, simplified radical detection) exist but are not a security risk. Overall the skill is coherent and low-risk.

Like a lobster shell, security has layers — review code before you run it.

chinesevk972eb61fpcx1ma3hnezp0vq8s842b01latestvk972eb61fpcx1ma3hnezp0vq8s842b01name-analysisvk972eb61fpcx1ma3hnezp0vq8s842b01namesvk972eb61fpcx1ma3hnezp0vq8s842b01numerologyvk972eb61fpcx1ma3hnezp0vq8s842b01

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments