install
source · Clone the upstream repo
git clone https://github.com/expanso-io/skills.expanso.io
manifest:
skills/transforms/string-trim/skill.yamlsource content
name: string-trim version: 1.0.0 description: Trim whitespace from strings
inputs:
- name: text type: string required: true description: Text to trim
outputs:
- name: trimmed type: string description: Trimmed text
backends:
- name: local type: local description: Local processing (no API required)
author: expanso license: MIT