Expanso-skills string-ends-with

name: string-ends-with

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

name: string-ends-with version: 1.0.0 description: Check if string ends with suffix

inputs:

  • name: text type: string required: true description: Text to check
  • name: suffix type: string required: true description: Suffix to match

outputs:

  • name: ends_with type: boolean description: Whether text ends with suffix

backends:

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

author: expanso license: MIT