#Skill list and installation from telegram channel
1 messages · Page 1 of 1 (latest)
Running is not the same as configured here. This is usually one of 2 issues:
- Telegram access/pairing issue
If the bot reply is literallyOpenClaw: access not configured., approve the Telegram sender first:
openclaw pairing list telegram
openclaw pairing approve telegram <CODE>
Docs: https://docs.openclaw.ai/channels/pairing
- Gateway auth/remote config issue
If the wording isgateway not configured/gateway is not configured, the usual cause is that the gateway has no usable auth/remote surface for the client doing the skills call.
Important gotcha:
gateway.remote.token/gateway.remote.passwordare client-side remote creds only
- they do not enable local server auth by themselves
- you still want
gateway.auth.tokenorgateway.auth.password
Good first checks:
openclaw --version
openclaw status --all
openclaw gateway status
If no gateway token/password is configured yet:
openclaw doctor --generate-gateway-token
Then restart the gateway.
If this is a remote/mobile flow, also make sure you have a reachable remote URL configured:
gateway.remote.url- or Tailscale Serve/Funnel
- for public/mobile routes, prefer
wss://
Relevant docs:
- FAQ: https://docs.openclaw.ai/start/faq
- Remote gateway: https://docs.openclaw.ai/gateway/remote
- Skills: https://docs.openclaw.ai/cli/skills
If you paste:
openclaw --versionopenclaw status --all- the exact error text you see