curl --location --request POST 'https://api.302.ai/302/claude-code/skills/batch/download' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"skill_list": [
{
"name": "string",
"builtin": false
}
]
}'