Install
openclaw skills install @jpengcheng523-netizen/jpeng-file-compareopenclaw skills install @jpengcheng523-netizen/jpeng-file-compareCompare two files
python3 scripts/file_compare.py --input <input> --output <output>
Set required environment variables:
export COMPARE_API_KEY="your-api-key"
Returns JSON with results:
{
"success": true,
"data": {}
}