Count words
Skill Tools: a standard for bundling executable tools with AI agent skills
npx -y skills add erf/skill-tools --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
- 1 stars1 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.
What its author says it does
Copied from the file, not written here
Count words in text using the count_words tool.
SKILL.md
0.4 KB, as published. Nobody here has run it
Count Words
A minimal example of a Skill Tool. This skill bundles a count_words tool that counts the number of words in a text string.
Usage
Call the count_words tool with a text parameter:
count_words({ text: "The quick brown fox jumps over the lazy dog" })
Returns:
{ "count": 9 }