-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy path.env.example
More file actions
54 lines (47 loc) · 1.79 KB
/
.env.example
File metadata and controls
54 lines (47 loc) · 1.79 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
43
44
45
46
47
48
49
50
51
52
53
54
# ============================================================
# Claude Code Toolkit — Environment Variables
# ============================================================
# Copy this file to ~/.env and fill in your values.
# The toolkit loads credentials from ~/.env (your home directory),
# NOT from the project root. This keeps secrets out of the repository.
# Only configure the services you use — everything is optional.
# File permissions should be 600: chmod 600 ~/.env
# ============================================================
# --- Reddit Moderation ---
# Get credentials: https://www.reddit.com/prefs/apps/ (create "script" type app)
# Required for: /reddit-moderate skill
REDDIT_CLIENT_ID=
REDDIT_CLIENT_SECRET=
REDDIT_USERNAME=
REDDIT_PASSWORD=
REDDIT_SUBREDDIT=
# --- WordPress ---
# Get app password: WordPress Admin > Users > Your Profile > Application Passwords
# Required for: /wordpress-uploader, /wordpress-live-validation skills
WORDPRESS_SITE=
WORDPRESS_USER=
WORDPRESS_APP_PASSWORD=
# --- Google Gemini ---
# Get API key: https://aistudio.google.com/apikey
# Required for: /gemini-image-generator skill
GEMINI_API_KEY=
# --- Cloudflare ---
# Get API token: https://dash.cloudflare.com/profile/api-tokens
# Required for: DNS management scripts
CLOUDFLARE_API_TOKEN=
# --- YouTube ---
# Get OAuth credentials: Google Cloud Console > APIs > YouTube Data API v3
# Required for: YouTube community post scripts
YOUTUBE_OAUTH_CLIENT=
YOUTUBE_TOKEN=
YOUTUBE_CHANNEL_ID=
# --- Search Engine Indexing ---
# Required for: IndexNow and Google Indexing API
INDEXNOW_KEY=
WEBSITE_HOST=
GOOGLE_INDEXING_CREDENTIALS=
# --- Multiple WordPress Instances ---
# For additional WordPress sites, add with a prefix:
# SCIENTIFICMOM_WORDPRESS_SITE=
# SCIENTIFICMOM_WORDPRESS_USER=
# SCIENTIFICMOM_WORDPRESS_APP_PASSWORD=