vibe-action 0.0.7

Command router — execute shell commands and LLM prompts via simple YAML actions.
name: whois
about: Identify a person from a screenshot
clipboard: true
notify: true
args:
  - name: image
    short: 'f'
    expect: image
    help: Path to image (or use clipboard)
    default: '{system_clipboard_image}'
  - name: to
    short: 'l'
    expect: string
    help: Language for explanation
    default: Russian
actions:
  # Identify and analyze tech figures in the image
  - tag: tag_identity
    run: vision
    expect: string
    action: |
      [Task]
      Identify and analyze all public tech figures in this image from left to right.

      [Rules]
      - For every person found, output a concise summary using the exact structure from [Example].
      - Remove any metadata or inline hints.
      - No introduction, conclusion, or conversational fluff.
      - At the beginning, add a brief description of the historical photo or event.
      - Language: {to}.

      [Example]
      brief description of the photo or event

      1. **Full Name**
         Role: contribution
         Impact: one sentence about their impact