#how to activate /goal command
1 messages Β· Page 1 of 1 (latest)
I checked the current command docs/source: there isnβt a built-in /goal slash command to activate.
For Discord, native slash commands are normally registered automatically when the gateway starts:
{
commands: {
native: "auto",
nativeSkills: "auto",
text: true
}
}
If slash commands are missing, first check your version and health:
openclaw --version
openclaw status --all
openclaw logs --follow
Then try /commands in the Discord channel/thread; that shows what your gateway actually exposes. If you meant βgoalsβ as background/task goals, the built-in command I see is /tasks, not /goal.
Docs: https://docs.openclaw.ai/tools/slash-commands and https://docs.openclaw.ai/start/faq