Prompt Producer Creation Skill
This skill helps you create the necessary files to define a prompt producer. Prompt producers are used generally in the first stage of a Renku blueprint (workflow definition for generating videos). They create the required prompts, narrative texts etc. for the downstream media generators using an LLM of user's choice automatically based on the user requirements provided as inputs.
Prerequisites
Before creating blueprints, ensure Renku is initialized:
- Check if
~/.config/renku/cli-config.jsonexists - If not, run
renku init --root=~/renku-workspace - The config file contains the
catalogpath where blueprints and producers are installed
Read ~/.config/renku/cli-config.json to find the catalog path, you will be using this to locate the producers and models for the blueprint.
cat ~/.config/renku/cli-config.json