← Back to Skills Marketplace
227
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install sandbox-simulator
Description
沙盘推演系统:模拟多人物社交对话互动。基于 sessions_spawn 能力实现并行推演, 支持10+人物、5个并行session、分批调度。用户可作为干预者暂停、修改状态、注入事件。 所有数据以 Markdown 文件存储,支持命令和自然语言双模式交互。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sandbox-simulator - After installation, invoke the skill by name or use
/sandbox-simulator - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is sandbox simulator?
沙盘推演系统:模拟多人物社交对话互动。基于 sessions_spawn 能力实现并行推演, 支持10+人物、5个并行session、分批调度。用户可作为干预者暂停、修改状态、注入事件。 所有数据以 Markdown 文件存储,支持命令和自然语言双模式交互。 It is an AI Agent Skill for Claude Code / OpenClaw, with 227 downloads so far.
How do I install sandbox simulator?
Run "/install sandbox-simulator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is sandbox simulator free?
Yes, sandbox simulator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does sandbox simulator support?
sandbox simulator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created sandbox simulator?
It is built and maintained by jasonhu (@jasonhu); the current version is v1.0.0.
More Skills