feat: ensure OpenClaw skills directory exists and add a clear button to the marketplace search input (#65)

This commit is contained in:
Felix
2026-02-12 16:54:56 +08:00
committed by GitHub
Unverified
parent 582287c74c
commit 541a85a5b0
3 changed files with 43 additions and 24 deletions

View File

@@ -98,7 +98,10 @@ export class ClawHubService {
const child = spawn(this.cliPath, commandArgs, {
cwd: this.workDir,
shell: isWin && !this.useNodeRunner,
env,
env: {
...env,
CLAWHUB_WORKDIR: this.workDir,
},
});
let stdout = '';