word-letter-frequency

v1.0.0

Count how many times each letter appears in a word or short phrase. Trigger when a user asks for per-letter frequencies, distributions, or statistics inside...

0· 86·0 current·0 all-time
bySimmus@simmusjune
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
The name/description match the provided SKILL.md and the included Python script. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md only instructs running the included script or importing its function, describes CLI flags and expected output, and does not ask the agent to read unrelated files, access environment secrets, or send data externally.
Install Mechanism
No install spec is provided (instruction-only skill) and the shipped script is a tiny local Python utility. No downloads, third-party package installs, or archive extraction are performed.
Credentials
The skill requests no environment variables, credentials, or config paths — proportional to its simple text-analysis purpose.
Persistence & Privilege
There is no always:true flag, no system-wide modifications, and the skill does not attempt to alter other skills or agent configuration. Autonomous invocation is allowed by platform default but the skill itself has no elevated privileges.
Assessment
This skill appears safe and coherent: it runs a local Python3 script that counts characters and does not contact external services or require credentials. Before installing, ensure you have python3 available if you want to use the CLI. If you plan to analyze long documents, note the skill is intended for single words/short phrases and the SKILL.md recommends escalating to a different workflow for large texts. As with any third-party code, you can review the small included script (scripts/count_letters.py) yourself to confirm there is no unexpected behavior.

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

latestvk9790y37gezmb4mxacbmqts3mx83m0b4

License

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

Comments