Agent Skills: uloop clear-console

Clear Unity console logs. Use when: clearing console before tests, starting fresh debugging session, or when user asks to clear logs. Removes all log entries from Unity Console.

UncategorizedID: hatayama/uLoopMCP/uloop-clear-console

Install this agent skill to your local

pnpm dlx add-skill https://github.com/hatayama/uLoopMCP/tree/HEAD/.claude/skills/uloop-clear-console

Skill Files

Browse the full folder contents for uloop-clear-console.

Download Skill

Loading file tree…

.claude/skills/uloop-clear-console/SKILL.md

Skill Metadata

Name
uloop-clear-console
Description
"Clear all Unity Console log entries. Use when you need to: (1) Clear console before running tests or compilation, (2) Start a fresh debugging session, (3) Remove noisy logs to isolate specific output."

uloop clear-console

Clear Unity console logs.

Usage

uloop clear-console [--add-confirmation-message]

Parameters

| Parameter | Type | Default | Description | |-----------|------|---------|-------------| | --add-confirmation-message | boolean | false | Add confirmation message after clearing |

Global Options

| Option | Description | |--------|-------------| | --project-path <path> | Target a specific Unity project |

Examples

# Clear console
uloop clear-console

# Clear with confirmation
uloop clear-console --add-confirmation-message

Output

Returns JSON confirming the console was cleared.