{"files":{"SKILL.md":"---\nname: furkot-trips\ndescription: \"Furkot Trips API skill. Use when working with Furkot Trips for trip. Covers 3 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Furkot Trips\nAPI version: 1.0.0\n\n## Auth\nOAuth2 | OAuth2\n\n## Base URL\nhttps://trips.furkot.com/pub/api\n\n## Setup\n1. Configure auth: OAuth2 | OAuth2\n2. GET /trip -- list user's trips\n3. Explore available endpoints below\n\n## Endpoints\n3 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Trip\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /trip | list user's trips |\n| GET | /trip/{trip_id}/stop | list stops for a trip identified by {trip_id} |\n| GET | /trip/{trip_id}/skipped | list of skipped stops for a trip identified by {trip_id} |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all trip?\" -> GET /trip\n- \"List all stop?\" -> GET /trip/{trip_id}/stop\n- \"List all skipped?\" -> GET /trip/{trip_id}/skipped\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 Furkot Trips\n@base https://trips.furkot.com/pub/api\n@version 1.0.0\n@auth OAuth2 | OAuth2\n@endpoints 3\n@toc trip(3)\n\n@endpoint GET /trip\n@desc list user's trips\n@returns(200) Successful response\n\n@endpoint GET /trip/{trip_id}/stop\n@desc list stops for a trip identified by {trip_id}\n@required {trip_id: str # id of the trip}\n@returns(200) Successful response\n\n@endpoint GET /trip/{trip_id}/skipped\n@desc list of skipped stops for a trip identified by {trip_id}\n@required {trip_id: str # id of the trip}\n@returns(200) Successful response\n\n@end\n"}}