飞书多机器人多Agent配置
Analysis
This is a coherent Feishu multi-bot setup guide, but it includes an option to skip pairing with a wildcard allow-list that could expose agents to unapproved Feishu users.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
删除 Agent 时用 `openclaw agents delete <agentId>`,会清理对应的工作空间和会话
The documented CLI command can delete an agent's workspace and sessions. This is a normal administrative operation, but it is destructive if run against the wrong agent.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`appId` 和 `appSecret` 放在配置文件中,确保文件权限安全(`chmod 600`)
The skill instructs users to store Feishu app credentials in the OpenClaw configuration. This is expected for Feishu bot setup, and the guide does mention file permissions, but the credentials are sensitive.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
或直接配置 `dmPolicy: "open"` + `allowFrom: ["*"]` 跳过配对。
The guide presents a wildcard allow-list as a way to bypass first-contact pairing approval, which can broaden who may send messages into the Feishu-to-agent gateway.
每个 Agent 拥有:独立的工作空间...独立的会话存储...独立的 auth profiles...`MEMORY.md` - 长期记忆
The guide configures persistent per-agent state, including sessions, auth profiles, and long-term memory. This is aligned with the stated isolation goal, but persisted context can carry sensitive or incorrect information forward.
