tuya-miniapplog-reader
SKILL.md
Tuya MiniApp Log Reader
Overview
Inspect Tuya miniapp console logs (miniapplog) for troubleshooting, error discovery, and lifecycle/network/socket issue diagnosis.
When to Use
- Project root contains
project.tuya.json - Need to view, search, or filter miniapp runtime console logs
- Diagnosing lifecycle events (
onLaunch,onReady), network/socket issues, or framework crashes - Checking log health (stale, incomplete, missing)
When NOT to Use
- Not a Tuya miniapp project (no
project.tuya.json) - Analyzing build/compile logs (this skill handles runtime console logs only)
- Need real-time streaming logs (this skill scans files, not live streams)