Agent Skills: text-analyzer

Compute text stats via text_stats tool.

UncategorizedID: aevatarAI/aevatar-agent-framework/text-analyzer

Install this agent skill to your local

pnpm dlx add-skill https://github.com/aevatarAI/aevatar-agent-framework/tree/HEAD/examples/SkillsMCPUnifiedDemo/agent_skills/text-analyzer

Skill Files

Browse the full folder contents for text-analyzer.

Download Skill

Loading file tree…

examples/SkillsMCPUnifiedDemo/agent_skills/text-analyzer/SKILL.md

Skill Metadata

Name
text-analyzer
Description
Compute text stats via text_stats tool.

When to use

  • User asks for quick stats: length, words, lines.

Procedure

  1. Call text_stats with the user's text.
  2. Report chars/words/lines succinctly.