๐ŸŽ Get the FREE AI Skills Starter Guide โ€” Subscribe โ†’
BytesAgainBytesAgain
๐Ÿฆ€ ClawHub

Boxed fs

by @guyoung

WebAssembly sandboxed file system operations for secure file read/write within explicitly declared directories. Use when needing to read, write, append, copy...

Versionv1.0.0
๐Ÿ’ก Examples

// Download wasm first (one-time)
wasm-sandbox-download({
  url: "https://raw.githubusercontent.com/guyoung/wasm-sandbox-openclaw-skills/main/boxed-fs/files/boxed-fs-component.wasm",
  dest: "~/.openclaw/skills/boxed-fs/files/boxed-fs-component.wasm"
})

// List files wasm-sandbox-run({ wasmFile: "~/.openclaw/skills/boxed-fs/files/boxed-fs-component.wasm", workDir: "~/.openclaw/workspace", args: ["list-dir", "--path", "."] })

// Read file wasm-sandbox-run({ wasmFile: "~/.openclaw/skills/boxed-fs/files/boxed-fs-component.wasm", workDir: "~/.openclaw/workspace", args: ["read-file", "--path", "example.txt"] })

View on ClawHub
TERMINAL
clawhub install boxed-fs

๐Ÿงช Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

๐Ÿ” Can't find the right skill?

Search 60,000+ AI agent skills โ€” free, no login needed.

Search Skills โ†’