π¦ ClawHub
SecretClaw
by @apsntian
Securely input API keys and sensitive values into OpenClaw without typing them in chat. Uses a local HTTP server + Cloudflare Tunnel to serve an HTTPS form....
β‘ When to Use
π‘ Examples
python3 /scripts/secret_server.py \
--config-key "env.FAL_KEY" \
--label "FAL_KEY"
Parameters
--config-key: openclaw config path (dot notation)env.FAL_KEY, env.OPENAI_KEY, channels.discord.token
--label: Human-readable name displayed on the form--service: Service name recorded in TUNNELS.md (default: secret-input)π Tips & Best Practices
TERMINAL
clawhub install secretclaw