blink-fetch
Installation
SKILL.md
Blink Fetch
Make HTTP requests to any URL via the Blink proxy using blink fetch.
No project key needed — uses your workspace key.
GET request
blink fetch "https://api.github.com/users/octocat"
POST request with JSON body
blink fetch "https://api.example.com/data" --method POST --body '{"name":"Alice","email":"alice@example.com"}'
Request with custom header
blink fetch "https://api.example.com/protected" --header "Authorization: Bearer sk-xxx"