Skills.expanso.io string-reverse

name: string-reverse

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

name: string-reverse version: 1.0.0 description: Reverse a string character by character

inputs:

  • name: text type: string required: true description: Text to reverse

outputs:

  • name: reversed type: string description: Reversed text
  • name: original type: string description: Original text

backends:

  • name: local type: local description: Local string reversal (no API needed)

author: expanso license: MIT