Master Slash Command & Skill Development
The /ops command was envisioned as a high-speed, LLM-free diagnostic tool for the entire VTS and OCC ecosystem. It allows for deterministic reporting of service health without incurring token costs or reasoning delays.
Error: commands.native: Invalid input
An attempt was made to patch the global commands.native flag in openclaw.json with an object containing custom command logic.
native only accepts true/false/"auto".commands.customCommands array.Decouple core logic from the LLM. Write standalone scripts in a skill's scripts/ folder for speed and reliability.
Always verify the openclaw.json structure via config.get before patching. Never assume object structures.
Report absolute truths (PIDs, Ports, Status) via system calls. Use the LLM only for summarizing when necessary.
Follow the SKILL.md + scripts/ + references/ anatomy for cross-agent compatibility.