Add Skill: text-concatenation

Extracted from: https://github.com/temiroff/Blacknode.git
Score: 1.0
This commit is contained in:
Hermes Pipeline
2026-08-08 22:56:53 +00:00
parent 271f79610d
commit 536add1ef9
5 changed files with 118 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Examples: text-concatenation
## Usage Example
```python
# How to use this skill
# Inputs: text_a, text_b
# Process: Create a Blacknode Graph instance → Add a Text node with param value set to text_a → Add a second Text node with param value set to text_b
# Outputs: concatenated_text
```