Agent skill
word-count-checker
Automatically checks word counts of documents when the user mentions word count in relation to a file. Triggers on phrases like "Check the word count of X", "Stop when the word count is N", or similar references to document word counts. Use this skill proactively whenever word count is mentioned with a document reference.
Install this agent skill to your Project
npx add-skill https://github.com/rawveg/skillsforge-marketplace/tree/main/word-count-checker
SKILL.md
Word Count Checker
Overview
This skill enables automatic word count checking when word count is mentioned in relation to a document. Instead of requiring explicit requests, trigger this skill whenever the user references word count alongside a document.
When to Use This Skill
Trigger this skill whenever the user mentions word count in relation to a document, including phrases like:
- "Check the word count of [filename]"
- "What's the word count of [filename]"
- "Stop when the word count is [number]"
- "Keep the word count under [number]"
- "How many words are in [filename]"
- Any similar reference to word count with a document
How to Use
When word count is mentioned with a document reference:
-
Identify the target file from the user's message (e.g.,
article.md,chapter1.md) -
Run the word count command using Bash:
bashwc -w <filename> -
Interpret the context:
- Checking: If the user asks to check word count, report the current count
- Monitoring: If the user mentions a target word count (e.g., "stop when word count is 4500"), compare the current count to the target and inform the user whether the goal has been met
- Writing: If generating or editing content with a word count constraint, check periodically and adjust as needed
-
Report clearly: Present the word count information in a natural, contextual way based on the user's request
Examples
User: "Check the word count of article.md"
Action: Run wc -w article.md and report: "article.md has 3,245 words."
User: "Keep writing chapter1.md until it reaches 5000 words"
Action: Periodically run wc -w chapter1.md while writing, and stop when the count reaches or exceeds 5000 words.
User: "What's the word count of my draft.md?"
Action: Run wc -w draft.md and report the count naturally in response.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
replicate-cli
This skill provides comprehensive guidance for using the Replicate CLI to run AI models, create predictions, manage deployments, and fine-tune models. Use this skill when the user wants to interact with Replicate's AI model platform via command line, including running image generation models, language models, or any ML model hosted on Replicate. This skill should be used when users ask about running models on Replicate, creating predictions, managing deployments, fine-tuning models, or working with the Replicate API through the CLI.
haveibeenpwned
HaveIBeenPwned API Documentation - Check if email accounts or passwords have been compromised in data breaches
laravel-dusk
Laravel Dusk - Browser automation and testing API for Laravel applications. Use when writing browser tests, automating UI testing, testing JavaScript interactions, or implementing end-to-end tests in Laravel.
threads-api
Threads API Documentation
ds-continuity
Death & Sourdough series continuity checker. MANDATORY before writing or editing ANY prose chapter for the Death & Sourdough project. Ensures cross-referencing of established facts (character details, locations, timeline, objects, quoted text, relationship dynamics) against the Continuity Bible, and updates the bible after writing. Trigger whenever: (1) writing a new chapter, (2) revising or fleshing out an existing chapter, (3) adding new characters, locations, or named details to the prose.
laravel-cashier-paddle
Laravel Cashier (Paddle) - Subscription billing and payment processing
Didn't find tool you were looking for?