Add Skill: unifai-workflow-execution

Extracted from: https://github.com/redhat-community-ai-tools/UnifAI.git
Score: 1.0
This commit is contained in:
Hermes Pipeline
2026-08-05 15:14:35 +00:00
parent dc40d4c0db
commit d40819cd93
5 changed files with 151 additions and 0 deletions
@@ -0,0 +1,10 @@
# Examples: unifai-workflow-execution
## Usage Example
```python
# How to use this skill
# Inputs: blueprint_id or blueprint_name, user_shortcut, user_question
# Process: Step 1: Resolve the blueprint ID from either direct ID or name lookup (resolve_blueprint_id method) → Step 2: Create a new session from the blueprint (create_session method) → Step 3: Submit the session for background execution with the user prompt (submit_session method)
# Outputs: session_id, workflow_id
```