Character Count

v0.1.0

Count string length deterministically for text with hard limits. Use this skill when a post, reply, caption, commit message, or other text must stay within a...

2· 54·0 current·0 all-time
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/description match the included script and README: the skill deterministically counts characters using Python's len(). Required binary is only python3, which is appropriate and minimal.
Instruction Scope
SKILL.md restricts behavior to counting provided text via stdin or --text and describes output formats; it does not instruct reading unrelated files, environment variables, or sending data externally.
Install Mechanism
No install spec (instruction-only with a bundled script) — nothing is downloaded or written to disk during install beyond the packaged files.
Credentials
The skill requests no environment variables or credentials. The single required binary (python3) is proportional to the task.
Persistence & Privilege
always is false and the skill is user-invocable. agents/openai.yaml allows implicit invocation (normal for skills); this is expected and not excessive by itself.
Assessment
This skill appears to do exactly what it claims: run the bundled Python script locally to compute Python string length. Before installing, note that Python's len() counts code points, not grapheme clusters or platform-specific token weighting (e.g., Twitter/X counts URLs/emojis differently), so the result is a deterministic local gate but may not match every platform's rules. The skill requests no secrets and performs no network I/O. If you need platform-accurate counts (or Unicode grapheme-aware counts), request or implement a specialized validator instead.

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

latestvk979ep5ph18j4wktk9bstx8wfd83h5jq

License

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

Runtime requirements

Binspython3

Comments