不喜欢长篇大论,只喜欢简简单单的干货,关注我,获取更多AI技巧






你的飞书用户 ID 格式为 ou_ 开头,例如:ou_xxxxxxxxopenclaw config set 'channels.feishu.allowFrom' '["ou_你的用户ID"]'
systemctl --user restart openclaw-gatewayopenclaw config set 'channels.feishu.allowFrom' '["ou_用户ID1", "ou_用户ID2"]'openclaw config get channels.feishu.allowFromopenclaw config set 'channels.feishu.allowFrom' '["*"]'





先确保 allowFrom 只包含你自己(保护 gateway 等工具)
openclaw config set 'channels.feishu.allowFrom' '["ou_你的用户ID"]'
修改源码
sed -i 's/ownerOnly: true/ownerOnly: false/' \
/path/to/openclaw/src/agents/tools/cron-tool.ts
重新构建
cd /path/to/openclaw && pnpm build
重启
systemctl --user restart openclaw-gateway

openclaw config set 'channels.feishu.allowFrom' '["ou_你的用户ID"]'

夜雨聆风