agentsclimarketplace

Count words

Skill erf/skill-tools/examples/count-words

Skill Tools: a standard for bundling executable tools with AI agent skills

Install
npx -y skills add erf/skill-tools --skill count-words

Assembled 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 }

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.