lovart

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name LOVART_ACCESS_KEY or zero doctor check-connector --url https://lgw.lovart.ai/v1/openapi/mode/query --method POST

Authentication

All requests use AK/SK HMAC-SHA256 signature authentication. Each request requires five signed headers:

Header Value
X-Access-Key $LOVART_ACCESS_KEY
X-Timestamp Current Unix timestamp
X-Signature HMAC-SHA256 of {METHOD}\n{PATH}\n{TIMESTAMP} using $LOVART_SECRET_KEY
X-Signed-Method HTTP method (e.g. POST)
X-Signed-Path Request path (e.g. /v1/openapi/chat)

Environment Variables

| Variable | Description |

Related skills
Installs
9
GitHub Stars
59
First Seen
Apr 24, 2026