Graphsmith text.normalize.v1
id: text.normalize.v1
install
source · Clone the upstream repo
git clone https://github.com/jonaselgammal/Graphsmith
manifest:
examples/skills/text.normalize.v1/skill.yamlsource content
id: text.normalize.v1 name: Normalize Text version: 1.0.0 description: Lowercase and trim whitespace from text.
inputs:
- name: text type: string required: true
outputs:
- name: normalized type: string
effects:
- pure
tags:
- text
- cleanup
- normalization