Expanso-skills text-wrap

name: text-wrap

install
source · Clone the upstream repo
git clone https://github.com/expanso-io/skills.expanso.io
manifest: skills/transforms/text-wrap/skill.yaml
source content

name: text-wrap version: 1.0.0 description: Wrap text at specified width

inputs:

  • name: text type: string required: true description: Text to wrap
  • name: width type: integer default: 80 description: Maximum line width

outputs:

  • name: wrapped type: string description: Wrapped text

backends:

  • name: local type: local description: Local processing (no API required)

author: expanso license: MIT