一键导入
check-api
Check Teslamate API response format for a given endpoint. Use when you need to understand the JSON structure returned by the API.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check Teslamate API response format for a given endpoint. Use when you need to understand the JSON structure returned by the API.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Fix a GitHub issue following the standard workflow. Reads the issue, creates a branch/PR, applies the fix, runs tests, and merges when CI passes.
Add a new translatable string to all locale files (English, Italian, Spanish, Catalan, German, Chinese). Use when adding user-visible text to the app.
Start the Teslamate API mock server to test car image rendering with different vehicle configurations. Takes a description of the car to mock. Can also simulate charging sessions (AC/DC).
Create a new release. Bumps version, updates changelog, creates fastlane changelog, commits, tags, and pushes.
Implement a new feature following the standard workflow. Explores the codebase, creates a plan, implements the feature, runs tests, creates a PR, and installs on the connected device.
Scaffold a new Jetpack Compose screen following project patterns. Use when creating a new screen or view in the app.
| name | check-api |
| description | Check Teslamate API response format for a given endpoint. Use when you need to understand the JSON structure returned by the API. |
| allowed-tools | Read, WebFetch |
Query the Teslamate API to inspect JSON response format for endpoints.
The API URL should be set in a .env file at the project root (gitignored):
TESLAMATE_API_URL=https://your-teslamate-api.example.com
If no .env file exists, ask the user for their Teslamate API URL.
/api/v1/cars - List all cars/api/v1/cars/{id} - Car details with current state (battery, location, climate, etc.)/api/v1/cars/{id}/drives - Drive history (supports ?start_date= and ?end_date=)/api/v1/cars/{id}/charges - Charge history (supports ?start_date= and ?end_date=)/api/v1/cars/{id}/drives/{drive_id} - Single drive details with positions/api/v1/cars/{id}/charges/{charge_id} - Single charge details with charging curve.env file to get TESLAMATE_API_URLThe API's parseDateParam function only accepts:
2024-12-07T00:00:00Z2024-12-07 00:00:00