Skip to content

๐Ÿ“ฑ Human Interface Guidelines Agent โ€‹

Pro

Apple HIG compliance, platform-native UI patterns, and accessibility.

CLI Usage โ€‹

bash
luna run hig --context "your input here"

API Usage โ€‹

bash
curl -N -X POST https://api.lunaos.ai/agents/execute \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"agent": "hig", "context": "your input here"}'

Built with โค๏ธ for developers