Graphsmith text.word_count.v1
id: text.word_count.v1
install
source · Clone the upstream repo
git clone https://github.com/jonaselgammal/Graphsmith
manifest:
examples/skills/text.word_count.v1/skill.yamlsource content
id: text.word_count.v1 name: Word Count version: 1.0.0 description: Count the number of words in text.
inputs:
- name: text type: string required: true
outputs:
- name: count type: string
effects:
- pure
tags:
- text
- analysis
- count