#Skill list and installation from telegram channel

1 messages · Page 1 of 1 (latest)

junior sun
#

I installed OpenClaw on a Proxmox server and then set up the Telegram integration. I’m unable to install skills via Telegram; when I request the skill list, it tells me that the gateway is not configured, even though it is definitely open and running.
How to resolve this ?

warm warrenBOT
thorn notchBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

warm warrenBOT
drowsy pebbleBOT
#

Running is not the same as configured here. This is usually one of 2 issues:

  1. Telegram access/pairing issue
    If the bot reply is literally OpenClaw: access not configured., approve the Telegram sender first:
openclaw pairing list telegram
openclaw pairing approve telegram <CODE>

Docs: https://docs.openclaw.ai/channels/pairing

  1. Gateway auth/remote config issue
    If the wording is gateway 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.password are client-side remote creds only
#
  • they do not enable local server auth by themselves
  • you still want gateway.auth.token or gateway.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