Skip to content

fix: pass email via --email flag in kalibr prompt --openclaw, remove ask-user step#148

Merged
devonakelley merged 1 commit intomainfrom
fix/openclaw-prompt-email
Apr 3, 2026
Merged

fix: pass email via --email flag in kalibr prompt --openclaw, remove ask-user step#148
devonakelley merged 1 commit intomainfrom
fix/openclaw-prompt-email

Conversation

@devonakelley
Copy link
Copy Markdown
Contributor

Problem

Step 2 of OPENCLAW_PROMPT_TEXT told the agent to ask the user for their email. The onboarding flow already has the email — the agent should never ask.

Fix

  • Added --email option to kalibr prompt --openclaw
  • When --email is provided, step 2 uses the email directly: kalibr auth --agent --email user@example.com
  • When no --email is provided, step 2 shows a clean placeholder: kalibr auth --agent --email <YOUR_EMAIL>
  • Removed all 'Ask the user' language from OPENCLAW_PROMPT_TEXT
  • Updated README to show both usage patterns

Usage

# Website-driven (email pre-filled, zero human steps):
kalibr prompt --openclaw --email user@example.com

# Manual (user fills in email themselves):
kalibr prompt --openclaw

@devonakelley devonakelley merged commit d3e6bbc into main Apr 3, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant