Add Skill: text-concatenation-workflow

Extracted from: https://github.com/temiroff/Blacknode.git
Score: 1.0
This commit is contained in:
Hermes Pipeline
2026-08-08 23:06:53 +00:00
parent 271f79610d
commit 1da16b4e22
5 changed files with 115 additions and 0 deletions
@@ -0,0 +1,10 @@
# Examples: text-concatenation-workflow
## Usage Example
```python
# How to use this skill
# Inputs: text_a (string), text_b (string)
# Process: Create a Text node with value set to input text_a. → Create a second Text node with value set to input text_b. → Create a Concat node with inputs a and b.
# Outputs: concatenated_text (string)
```