.agents/skills/rest-api-caller/SKILL.md
Use this skill when the user wants data fetched from an HTTP API, especially a REST endpoint that returns JSON.
This skill is intended for:
Requirements:
execute_code.Workflow:
read_skill_file for references/examples.md.requests library if available in the environment.execute_code.Rules:
os.environ inside the script.Demo endpoint:
GET https://official-joke-api.appspot.com/random_jokeExpected behavior for the demo endpoint: