Skills.expanso.io string-starts-with
name: string-starts-with
install
source · Clone the upstream repo
git clone https://github.com/expanso-io/skills.expanso.io
manifest:
docs/string-starts-with/skill.yamlsource content
name: string-starts-with version: 1.0.0 description: Check if string starts with prefix
inputs:
- name: text type: string required: true description: Text to check
- name: prefix type: string required: true description: Prefix to match
outputs:
- name: starts_with type: boolean description: Whether text starts with prefix
backends:
- name: local type: local description: Local processing (no API required)
author: expanso license: MIT