← 返回 Skills 市场
shun-dong

Multi User Workspace

作者 shun-dong · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
810
总下载
2
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install multi-user-workspace
功能描述
Multi-user workspace management with sandbox permissions, user profiles, and relationship networks.
安全使用建议
This skill is internally consistent, but review a few operational details before enabling it: - Verify openclaw.json bindings and sandbox settings carefully. Docker bind mounts like "~/.openclaw/workspace/guests/bob:/workspace:rw" give the container access to the host path; ensure binds only expose the intended directories. - Limit the number of administrator-role users and audit who can be assigned the administrator Role in USER.md. - Review FRIENDS/RELATIONS files for any sensitive data before putting real user data into the workspace; those files are read by the assistant and by configured agents. - Be cautious with allowed tools in agent config (e.g., allowing "exec" or "process" permits running processes inside the sandbox). If you want stricter isolation, deny exec/process or enforce tighter sandboxing. - Ensure session keys (used to derive userId) come from a trusted source and cannot be spoofed; malformed or attacker-controlled session keys could cause misattribution. - Test the setup with non-sensitive accounts first and monitor logs to confirm access boundaries behave as expected. If you want a deeper review, provide your openclaw.json and an example of your USER.md / FRIENDS/RELATIONS files so I can point out any policy or content concerns specific to your configuration.
功能分析
Type: OpenClaw Skill Name: multi-user-workspace Version: 1.0.0 The `SKILL.md` file contains instructions for the AI agent that introduce a significant path traversal vulnerability. Specifically, the agent is instructed to extract a `userId` from the session key and then use this `userId` directly in file paths (e.g., `FRIENDS/{userId}.md`, `RELATIONS/*{userId}*.md`). If an attacker can control the `userId` portion of the session key (e.g., via a crafted session ID like `agent:main:../../etc/passwd`), the agent would be instructed to read arbitrary files on the host system, leading to potential information disclosure.
能力评估
Purpose & Capability
The SKILL.md explains managing per-user session keys, reading per-user FRIENDS/{userId}.md files, RELATIONS/*{userId}*.md, and configuring sandboxing via openclaw.json. These requirements align with a multi-user workspace manager and there are no unexplained environment variables, binaries, or external services requested.
Instruction Scope
Instructions are specific and limited to session identification, reading registry/profile/relationship files from the workspace, and configuring sandbox and routing in openclaw.json. They do not instruct the agent to read unrelated system files, exfiltrate data, or call external endpoints. Minor caution: the skill relies on extracting userId from session keys (session_status) — ensure session keys are trusted and well-formed to avoid accidental impersonation or misattribution.
Install Mechanism
This is instruction-only with no install spec and no code files, so nothing is written to disk by the skill installer. That is the lowest-risk install model and is coherent with the described functionality.
Credentials
No environment variables, credentials, or config paths are requested. The only configuration referenced is openclaw.json and workspace subdirectories under the user's home (e.g., ~/.openclaw/workspace). These are proportional to configuring per-user sandboxes and access controls.
Persistence & Privilege
The skill does not request always:true or elevated platform privileges. It does describe configuring agents/sandboxes via openclaw.json (normal for a workspace manager) but does not instruct modifying other skills or system-wide settings outside its own workspace scope.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install multi-user-workspace
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /multi-user-workspace 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of multi-user-workspace with configurable user isolation and relationship-aware features. - Introduces per-user sessions with optional Docker sandboxing based on user role. - Defines FRIENDS/ for user profiles and RELATIONS/ for managing user relationships. - Provides flexible workspace structure supporting administrators and guests with different permissions. - Includes clear instructions for configuring permissions and workspace isolation in openclaw.json. - Ensures information flows between users only when explicitly permitted in RELATIONS/.
元数据
Slug multi-user-workspace
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Multi User Workspace 是什么?

Multi-user workspace management with sandbox permissions, user profiles, and relationship networks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 810 次。

如何安装 Multi User Workspace?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install multi-user-workspace」即可一键安装,无需额外配置。

Multi User Workspace 是免费的吗?

是的,Multi User Workspace 完全免费(开源免费),可自由下载、安装和使用。

Multi User Workspace 支持哪些平台?

Multi User Workspace 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Multi User Workspace?

由 shun-dong(@shun-dong)开发并维护,当前版本 v1.0.0。

💬 留言讨论