Skills.expanso.io text-indent
name: text-indent
install
source · Clone the upstream repo
git clone https://github.com/expanso-io/skills.expanso.io
manifest:
skills/transforms/text-indent/skill.yamlsource content
name: text-indent version: 1.0.0 description: Indent text blocks
inputs:
- name: text type: string required: true description: Text to indent
- name: spaces type: integer default: 2 description: Number of spaces
outputs:
- name: indented type: string description: Indented text
backends:
- name: local type: local description: Local processing (no API required)
author: expanso license: MIT