exec_call
System command execution
Line 1179Snippets
const child = spawn('node', [soulflowPath, 'run', workflow, task], {fs_write
Filesystem write access
Filesystem write access
Line 1305Snippets
fsMod.default.writeFileSync(soulPath, WORKER_SOUL); fs.writeFileSync(filePath, JSON.stringify(state, null, 2), 'utf8'); fs.writeFileSync(filePath, JSON.stringify(workflow, null, 2));fs_read
Filesystem read access
Filesystem read access
Line 818Snippets
const content = fs.readFileSync(configPath, 'utf8'); return JSON.parse(fs.readFileSync(workflowPath, 'utf8')); return fs.readdirSync(workflowsDir) const wf = JSON.parse(fs.readFileSync(path.join(workflowsDir, f), 'utf8')); const content = fs.readFileSync(filePath, 'utf8');env_access
Environment variable access
Environment variable access
Line 1181Snippets
env: process.env, const homeDir = process.env.HOME || '/home/openclaw';websocket
WebSocket connection
WebSocket connection
Line 850Snippets
this.ws = new WebSocket(wsUrl);Trust Score
Updated há 2 semanas
Analisado
31 de mar. de 2026, 15:56
+ 2 previous scans
Compatível com
Skill details
Updated há 2 semanas
Analisado 31 de mar. de 2026, 15:56
Descricao
General-purpose AI workflow framework for OpenClaw. Build custom multi-step workflows for any task — dev, ops, research, content, or automation. Ships with dev workflow examples.
Scans recentes
31 de mar. de 2026, 15:56
Latest analysis
31 de mar. de 2026, 15:11
Run 2
27 de mar. de 2026, 15:43
Run 1