Count Words

Count words in text using the count_words tool.

erf 6439be1 3 files · 1.1 KB Updated

File contents

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 }

erf/skill-tools/tree/main/examples/count-words commit 6439be172a

Frequently asked questions

npx skillmds@latest add erf/count-words