Add Skill: blacknode-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:12:12 +00:00
parent 271f79610d
commit 85e9337a8c
5 changed files with 125 additions and 0 deletions
@@ -0,0 +1,10 @@
# Examples: blacknode-text-concatenation-workflow
## Usage Example
```python
# How to use this skill
# Inputs: text_a: string, text_b: string
# Process: Initialize a Blacknode Graph object. → Add a Text node with parameter value set to text_a. → Add a second Text node with parameter value set to text_b.
# Outputs: concatenated_text: string
```