I'm building a system using OpenClaw with two separate Telegram bots as entry points:
Admin bot β should have full access (tools, skills, commands, etc.)
Public bot β should behave like a simple chatbot:
Only answer questions
No access to tools, skills, or commands
No ability to execute actions
I already have both Telegram bots working and connected to separate agents.
The problem is that the "restricted" agent still seems to have access to tools/skills, even when I try to disable them.