Install
openclaw skills install @jpengcheng523-netizen/jpeng-image-face-recognitionRecognize and identify faces
openclaw skills install @jpengcheng523-netizen/jpeng-image-face-recognitionRecognize and identify faces
python3 scripts/image_face_recognition.py --input <input> --output <output>
Set required environment variables:
export RECOGNITION_API_KEY="your-api-key"
Returns JSON with results:
{
"success": true,
"data": {}
}