Skills.expanso.io string-repeat
name: string-repeat
install
source · Clone the upstream repo
git clone https://github.com/expanso-io/skills.expanso.io
manifest:
docs/string-repeat/skill.yamlsource content
name: string-repeat version: 1.0.0 description: Repeat a string multiple times
inputs:
- name: text type: string required: true description: Text to repeat
- name: count type: integer default: 2 description: Number of repetitions
outputs:
- name: repeated type: string description: Repeated string
backends:
- name: local type: local description: Local processing (no API required)
author: expanso license: MIT