openclaw - 💡(How to fix) Fix [Feature]: Add eNSP to kc.exe application whitelist [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#70929Fetched 2026-04-24 10:37:45
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Author
Participants
Timeline (top)
subscribed ×2labeled ×1unsubscribed ×1

Add Huawei eNSP (Enterprise Network Simulation Platform) to kc.exe application whitelist so OpenClaw can control eNSP GUI devices.

Root Cause

Add Huawei eNSP (Enterprise Network Simulation Platform) to kc.exe application whitelist so OpenClaw can control eNSP GUI devices.

Fix Action

Fix / Workaround

Tried modifying config.toml window_whitelist - no effect. Searched registry/hosts/firewall rules - whitelist is hardcoded in binary. No workaround available.

RAW_BUFFERClick to expand / collapse

Summary

Add Huawei eNSP (Enterprise Network Simulation Platform) to kc.exe application whitelist so OpenClaw can control eNSP GUI devices.

Problem to solve

The kc-gui skill's SKILL.md declares eNSP as supported, but eNSP_Client.exe and eNSP_VBoxServer.exe are not in the kc.exe binary whitelist. The whitelist appears to be hardcoded and not configurable via config.toml. Users cannot use OpenClaw to automate eNSP network device operations.

Proposed solution

Add eNSP_Client.exe and eNSP_VBoxServer.exe to the kc.exe binary whitelist so the kc-gui skill can control eNSP GUI devices.

Alternatives considered

Tried modifying config.toml window_whitelist - no effect. Searched registry/hosts/firewall rules - whitelist is hardcoded in binary. No workaround available.

Impact

Affected: Network engineering students and professionals using eNSP with OpenClaw Severity: High (blocks workflow completely) Frequency: Always Consequence: Cannot automate eNSP device configuration via OpenClaw

Evidence/examples

kc-gui SKILL.md lists eNSP as supported: https://github.com/openclaw/openclaw/blob/main/config/skills/kc-gui/SKILL.md eNSP processes: eNSP_Client.exe, eNSP_VBoxServer.exe

Additional information

Environment: Windows 11 (x64), eNSP V100R003C00SPC100, OpenClaw v2026.4.5 kc.exe path: E:\Qclaw\resources\openclaw\config\skills\kc-gui\kc.exe

extent analysis

TL;DR

Add eNSP_Client.exe and eNSP_VBoxServer.exe to the kc.exe binary whitelist to enable OpenClaw control over eNSP GUI devices.

Guidance

  • Verify the hardcoded whitelist in the kc.exe binary to confirm that eNSP_Client.exe and eNSP_VBoxServer.exe are not included.
  • Attempt to modify the kc.exe binary or its configuration to add the required executables to the whitelist, if possible.
  • Consider reaching out to the OpenClaw or kc.exe development teams to request an update that includes the necessary whitelist additions.
  • Test the proposed solution by adding the executables to the whitelist and attempting to automate eNSP device configuration via OpenClaw.

Example

No code snippet is provided as the issue does not imply a specific code change.

Notes

The solution may require modifications to the kc.exe binary, which could be complex and may require assistance from the development team. Additionally, the hardcoded nature of the whitelist may limit the ability to implement a workaround.

Recommendation

Apply workaround: Modify the kc.exe binary or configuration to add eNSP_Client.exe and eNSP_VBoxServer.exe to the whitelist, as this is the most direct solution to enable OpenClaw control over eNSP GUI devices.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING