Graphsmith math.add.v1
id: math.add.v1
install
source · Clone the upstream repo
git clone https://github.com/jonaselgammal/Graphsmith
manifest:
examples/skills/math.add.v1/skill.yamlsource content
id: math.add.v1 name: Add Numbers version: 1.0.0 description: Add two numbers.
inputs:
- name: a type: string required: true
- name: b type: string required: true
outputs:
- name: result type: string
effects:
- pure
tags:
- math
- arithmetic