Expanso-skills string-pad

name: string-pad

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

name: string-pad version: 1.0.0 description: Pad strings to specified length

inputs:

  • name: text type: string required: true description: Text to pad
  • name: length type: integer default: 10 description: Target length
  • name: char type: string default: " " description: Padding character

outputs:

  • name: left type: string description: Left-padded string
  • name: right type: string description: Right-padded string

backends:

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

author: expanso license: MIT