Skills.expanso.io text-stats
name: text-stats
install
source · Clone the upstream repo
git clone https://github.com/expanso-io/skills.expanso.io
manifest:
skills/transforms/text-stats/skill.yamlsource content
name: text-stats version: 1.0.0 description: Calculate detailed text statistics
inputs:
- name: text type: string required: true description: Text to analyze
outputs:
- name: chars type: integer description: Character count
- name: words type: integer description: Word count
- name: lines type: integer description: Line count
backends:
- name: local type: local description: Local processing (no API required)
author: expanso license: MIT