# Get all logs
uloop get-logs
# Get only errors
uloop get-logs --log-type Error
# Search for specific text
uloop get-logs --search-text "NullReference"
# Regex search
uloop get-logs --search-text "Missing.*Component" --use-regex
Output
Returns JSON array of log entries with message, type, and optional stack trace.
1---2name: uloop-get-logs-33description: uloop get-logs4---56# uloop get-logs78Retrieve logs from Unity Console.910## Usage1112```bash13uloop get-logs [options]14```1516## Parameters1718| Parameter | Type | Default | Description |19|-----------|------|---------|-------------|20| `--log-type` | string | `All` | Log type filter: `Error`, `Warning`, `Log`, `All` |21| `--max-count` | integer | `100` | Maximum number of logs to retrieve |22| `--search-text` | string | - | Text to search within logs |23| `--include-stack-trace` | boolean | `true` | Include stack trace in output |24| `--use-regex` | boolean | `false` | Use regex for search |25| `--search-in-stack-trace` | boolean | `false` | Search within stack trace |2627## Examples2829```bash30# Get all logs31uloop get-logs3233# Get only errors34uloop get-logs --log-type Error3536# Search for specific text37uloop get-logs --search-text "NullReference"3839# Regex search40uloop get-logs --search-text "Missing.*Component" --use-regex41```4243## Output4445Returns JSON array of log entries with message, type, and optional stack trace.
Run npx skillmds@latest add hatayama/uloop-get-logs-3 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
uloop get-logs It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
hatayama (@hatayama) published this skill. Their other Agent Skills are listed on their SkillMD profile.