← 返回 Skills 市场
227
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sandbox-simulator
功能描述
沙盘推演系统:模拟多人物社交对话互动。基于 sessions_spawn 能力实现并行推演, 支持10+人物、5个并行session、分批调度。用户可作为干预者暂停、修改状态、注入事件。 所有数据以 Markdown 文件存储,支持命令和自然语言双模式交互。
安全使用建议
This skill is instruction-only and appears coherent with its stated purpose. Before installing, confirm that your platform's sessions_spawn behavior and the spawned child agents are appropriately sandboxed: child sessions will be responsible for reading/writing the Markdown files and performing I/O, so verify who can view stored scenario/history files and how long they are retained. Also ensure you are comfortable with the agent platform's permissions model (what spawned sessions may access) and do not supply any sensitive credentials—this skill does not need them. If you need stricter isolation, test with non-sensitive scenarios first.
功能分析
Type: OpenClaw Skill
Name: sandbox-simulator
Version: 1.0.0
The sandbox-simulator skill bundle is a framework for multi-character social simulations using OpenClaw's parallel session capabilities. The instructions in SKILL.md define a 'Dispatcher' role that manages character states and world history through Markdown files, delegating roleplay tasks to sub-agents via sessions_spawn. The code and instructions are well-documented, lack any indicators of data exfiltration or malicious execution, and explicitly restrict the agent from using high-risk tools like exec or direct file I/O outside the simulation's scope.
能力评估
Purpose & Capability
Name/description (multi-character sandbox simulation) align with the provided SKILL.md and sample templates; no unrelated environment variables, binaries, or installs are requested. The use of Claw's sessions_spawn to spawn per-character agents is coherent with the stated parallel scheduling purpose.
Instruction Scope
SKILL.md defines a scheduler role and explicitly forbids the dispatcher from doing exec/file reads/writes itself, requiring delegation of file operations to spawned sessions. The instructions reference only scenario files (included templates/examples) and the platform's sessions_spawn capability; they do not direct access to unrelated system paths, credentials, or external endpoints.
Install Mechanism
No install spec or code is included (instruction-only). Nothing will be downloaded or written to disk by an installer as part of this skill package.
Credentials
The skill declares no required env vars, credentials, or config paths. The operational needs described (persisting Markdown files, spawning sessions) do not require secrets from the user.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent/privileged presence or modify other skills. It delegates file writes to child sessions rather than doing system-level modifications itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sandbox-simulator - 安装完成后,直接呼叫该 Skill 的名称或使用
/sandbox-simulator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
sandbox-simulation 1.0.0
- Initial release of a multi-character social sandbox simulation system.
- Supports 10+ characters, 5 parallel session execution, and batch scheduling.
- Allows user intervention: pause, modify status, inject events at any time.
- All data stored as Markdown files; dual interaction modes: command and natural language.
- Comprehensive command set for management, character control, and scenario configuration.
元数据
常见问题
sandbox simulator 是什么?
沙盘推演系统:模拟多人物社交对话互动。基于 sessions_spawn 能力实现并行推演, 支持10+人物、5个并行session、分批调度。用户可作为干预者暂停、修改状态、注入事件。 所有数据以 Markdown 文件存储,支持命令和自然语言双模式交互。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 227 次。
如何安装 sandbox simulator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sandbox-simulator」即可一键安装,无需额外配置。
sandbox simulator 是免费的吗?
是的,sandbox simulator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
sandbox simulator 支持哪些平台?
sandbox simulator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 sandbox simulator?
由 jasonhu(@jasonhu)开发并维护,当前版本 v1.0.0。
推荐 Skills