-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
42 lines (36 loc) · 2.08 KB
/
Copy path.env.example
File metadata and controls
42 lines (36 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# rapidclaw bot .env — bot-init.sh writes this from your wizard answers.
# NEVER commit this file. It's gitignored.
# ---------- Bot identity ----------
BOT_SLUG=__SLUG__ # lowercase, dash-separated, ≤32 chars
OWNER=__OWNER__ # macOS user account (used in launchd labels)
OWNER_EMAIL=__OWNER_EMAIL__
# ---------- Slack ----------
SLACK_WORKSPACE=__SLACK_WORKSPACE__ # workspace subdomain, e.g. "shaper-studio"
SLACK_CHANNEL_ID=__SLACK_CHANNEL_ID__ # channel ID, e.g. "C0B1HNA5HUJ"
SLACK_CHANNEL_NAME=__SLACK_CHANNEL_NAME__ # for log readability
SLACK_USER_ID=__SLACK_USER_ID__ # the owner's Slack user id (Uxxx) — listener filters for this
BOT_USER_ID=__BOT_USER_ID__ # bot's Slack user id — listener filters these out
# (Tokens themselves live at ~/.config/claude/<slug>-slack-{bot,app}-token, mode 600.)
# ---------- Optional: OpenRouter routing ----------
# Flip USE_OPENROUTER=1 to route claude -p through OpenRouter (when Anthropic
# disables subscription -p automation, or to pick cheaper models per route).
# Default: USE_OPENROUTER unset → claude -p uses your subscription.
# USE_OPENROUTER=1
# OPENROUTER_API_KEY=
# LISTENER_MODEL=anthropic/claude-haiku-4-5
# DAILY_MODEL=z-ai/glm-4.7
# NOON_MODEL=z-ai/glm-4.7-flash
# FRIDAY_MODEL=anthropic/claude-haiku-4-5
# SUNDAY_MODEL=anthropic/claude-haiku-4-5
# ENGAGEMENT_MODEL=anthropic/claude-haiku-4-5
# ---------- Chrome profile mapping per platform ----------
# Which Chrome profile is signed in to each platform, for browser-use scans.
# Default profile is the user's personal Chrome. Run `browser-use providers list`
# or check ~/Library/Application\ Support/Google/Chrome/Local\ State for profile names.
CHROME_PROFILE_X=__CHROME_PROFILE_X__
CHROME_PROFILE_LINKEDIN=__CHROME_PROFILE_LINKEDIN__
CHROME_PROFILE_INSTAGRAM=__CHROME_PROFILE_INSTAGRAM__
CHROME_PROFILE_GITHUB=__CHROME_PROFILE_GITHUB__
CHROME_PROFILE_REDDIT=__CHROME_PROFILE_REDDIT__
# ---------- Optional: OpenRouter (used by gen-image.sh for OpenRouter image gen) ----------
# OPENROUTER_API_KEY=