Graphsmith text.filter_lines.v1
id: text.filter_lines.v1
install
source · Clone the upstream repo
git clone https://github.com/jonaselgammal/Graphsmith
manifest:
examples/skills/text.filter_lines.v1/skill.yamlsource content
id: text.filter_lines.v1 name: Filter Lines version: 1.0.0 description: Filter lines of text that contain a substring.
inputs:
- name: text type: string required: true
outputs:
- name: filtered type: string
effects:
- pure
tags:
- text
- filter