{"files":{"SKILL.md":"---\nname: calorieninjas\ndescription: \"CalorieNinjas API skill. Use when working with CalorieNinjas for nutrition. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# CalorieNinjas\nAPI version: 1.0.0\n\n## Auth\nApiKey api_key in header\n\n## Base URL\napi.calorieninjas.com\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /v1/nutrition -- get nutrition text for an input string containing food and beverage words.\n3. Explore available endpoints below\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Nutrition\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/nutrition | Get nutrition text for an input string containing food and beverage words. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Search nutrition?\" -> GET /v1/nutrition\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api CalorieNinjas\n@base api.calorieninjas.com\n@version 1.0.0\n@auth ApiKey api_key in header\n@endpoints 1\n@toc nutrition(1)\n\n@endpoint GET /v1/nutrition\n@desc Get nutrition text for an input string containing food and beverage words.\n@required {query: str # Input query containing food and/or beverage words.}\n\n@end\n"}}