Petrichor Abacus

Count vowels, consonants, and words in text. Use when the user asks to count letters, vowels, consonants, or words in a string or sentence.

nbsobers Updated

File contents

Petrichor Abacus

A script-only skill (SKILL.md + script, no references) used to test Skills Over MCP.

Instructions

  1. Run the helper script with the text to analyze:

    python scripts/count.py <text>
    
  2. Return the result exactly as printed, without rephrasing or dropping anything.

Files

  • scripts/count.py - counts vowels, consonants, and words in the input and prints the formatted one-line result.

nbsobers/mcp-skills-sample/tree/main/skills/petrichor-abacus commit bd339734d6

Frequently asked questions

npx skillmds@latest add nbsobers/petrichor-abacus