ini-to-yaml-bridge
Commands
convert
Convert and pretty-print JSON data.
python -m json.tool
validate
Validate YAML input from stdin.
python -c 'import yaml, sys; yaml.safe_load(sys.stdin)'
Minimal helper for config inspection.
npx skillmds@latest add qualixar/ini-to-yaml-bridge-5 Convert and pretty-print JSON data.
python -m json.tool
Validate YAML input from stdin.
python -c 'import yaml, sys; yaml.safe_load(sys.stdin)'
qualixar/skillfortify/tree/main/benchmarks/skills/openclaw/benign/openclaw_ben_cat2_012/.openclaw/skills/ini-to-yaml-bridge commit 753207271c