hatayama

uloop-clear-console

@hatayama/uloop-clear-console
hatayama
113
10 forks
Updated 1/18/2026
View on GitHub

Clear Unity console logs via uloop CLI. Use when you need to: (1) Clear the console before running tests, (2) Start a fresh debugging session, (3) Clean up log output for better readability.

Installation

$skills install @hatayama/uloop-clear-console
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Path.claude/skills/uloop-clear-console/SKILL.md
Branchmain
Scoped Name@hatayama/uloop-clear-console

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: uloop-clear-console description: Clear Unity console logs via uloop CLI. Use when you need to: (1) Clear the console before running tests, (2) Start a fresh debugging session, (3) Clean up log output for better readability.

uloop clear-console

Clear Unity console logs.

Usage

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

Parameters

ParameterTypeDefaultDescription
--add-confirmation-messagebooleanfalseAdd confirmation message after clearing

Examples

# Clear console
uloop clear-console

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

Output

Returns JSON confirming the console was cleared.