figma
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name FIGMA_TOKEN or zero doctor check-connector --url https://api.figma.com/v1/me --method GET
How to Use
All examples assume FIGMA_TOKEN is set.
Base URL: https://api.figma.com/v1
1. Get Current User
Get information about the authenticated user (no parameters needed):
curl -s "https://api.figma.com/v1/me" --header "Authorization: Bearer $FIGMA_TOKEN" | jq '{id, email, handle, img_url}'