多窗口模式

v1.0.3

多窗口工作台,管理多个独立工作窗口,切换时可自动保存和恢复工作进度

1· 264·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (多窗口模式 — manage windows and save/restore progress) align with required files and behavior: scripts create/list/switch/archive/complete windows and read/write window metadata and transcripts in ~/.openclaw/workspace/memory/tasks and session files under ~/.openclaw/agents/main/sessions.
Instruction Scope
SKILL.md and scripts instruct the agent to read and write local workspace and session files (index tasks.json, current.json, meta.json, transcript.jsonl). This is consistent with 'save/restore conversation' functionality. Note: the skill reads the agent's session directory (~/.openclaw/agents/main/sessions) to find the latest .jsonl session file — this means it can access other locally stored session transcripts, which is expected for the feature but worth knowing.
Install Mechanism
No install spec; this is an instruction+script bundle (no downloads, no external installers). The code is included as scripts, so nothing is fetched from remote during install.
Credentials
No environment variables, credentials, or external config paths are requested. The scripts only access repository-defined local paths under the user's home (~/.openclaw/...). The requested access is proportional to the stated functionality.
Persistence & Privilege
Flags: always=false and agent autonomous invocation defaults unchanged. The skill writes and updates files within its own workspace directories (tasks, current, archived). It does not modify other skills or system-wide agent configuration outside ~/.openclaw/workspace/memory/tasks and writes a current.json there — behaviour is within expected scope.
Assessment
This skill operates on local OpenClaw workspace and session files (paths under ~/.openclaw). Before installing, be aware it will read your agent session transcripts (latest .jsonl in ~/.openclaw/agents/main/sessions) and write metadata and transcript/summary files under ~/.openclaw/workspace/memory/tasks. That behavior is necessary for saving/restoring windows but means the skill can access your conversation history stored locally. If you are comfortable with that, the code is coherent and there are no network calls or external credential requirements. If you have sensitive transcripts you do not want consolidated, do not install or relocate/secure your session directory; alternatively review the scripts locally and modify paths/permissions as needed.

Like a lobster shell, security has layers — review code before you run it.

latestvk97e1bsfsc96ky0ja1b5awgefs83jy3e

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments