agent-right-brain
Installation
SKILL.md
Agent Right Brain
Use rawgenai <provider> <action> to give agents creative abilities. Always read the chosen provider's reference file before running commands.
Prerequisites
brew install WHQ25/tap/rawgenai
Before using a provider, read its setup guide at references/setup/ to configure credentials.
Input Sources (All Capabilities)
- Positional argument:
rawgenai <provider> <action> "text" [flags] - File:
rawgenai <provider> <action> --file input.txt [flags] - Stdin:
echo "text" | rawgenai <provider> <action> [flags]