text-analyzer

Compute character, word, and line counts for user-provided text.

1|2|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/eanzhao/aevatar-agent-framework --skill text-analyzer-eanzhao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: text-analyzer
Source: https://github.com/eanzhao/aevatar-agent-framework/tree/main/examples/SkillsMCPUnifiedDemo/agent_skills/text-analyzer
Command: npx skills add https://github.com/eanzhao/aevatar-agent-framework --skill text-analyzer-eanzhao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill computes quick text statistics such as characters, words, and lines to summarize user-provided text.

Core Features & Use Cases

  • Stats extraction: chars, words, lines.
  • Quick insights: Deliver concise text metrics.
  • Use Case: Provide a brief summary of a paragraph or document.

Quick Start

Call text_stats with the user's text and report chars/words/lines succinctly.