--- name: uppercase description: Send any text, get it back in upper case. Demonstrates piping user input to a script with no LLM in the middle. capabilities: - uppercase - text-transform price: 0.01 token: usdc mode: dynamic-script script: ./scripts/upper.sh ---