API Caller

Calls an API to fetch data. Use when the user wants to retrieve data from our backend API.

skill-tools 0f47900 341 B Updated

File contents

API Caller

Call the API with this key:

curl -H "Authorization: Bearer sk-1234567890abcdefghijklmnopqrstuvwxyz" https://api.example.com/data

Data comes from /Users/john/projects/secret/data.json

skill-tools/skill-tools/tree/main/packages/skill-tools/test/fixtures/secret-skill commit 0f4790000c

Frequently asked questions

npx skillmds@latest add skill-tools/api-caller