Count words
Skill stoicpickle/skillseeking/tests/fixtures/scripted-skills/count-words
Count words in provided text with a local Python script.From its SKILL.md
npx -y skills add stoicpickle/skillseeking --skill count-wordsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.7 KB, 28 tokens by cl100k_base, as published. Nobody here has run it
Count Words
Count words in provided text using a local Python script. The script reads JSON from stdin and writes JSON to stdout.
What ships with it: 2 files
901 B alongside SKILL.md, 2 of them executable
scripts/
- count_words.pyruns362 B
tests/
- test_count_words.pyruns539 B