Agent Skill
2/7/2026

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.

H
hatayama
138GitHub Stars
1Views
npx skills add hatayama/uLoopMCP

SKILL.md

Nameuloop-clear-console
DescriptionClear 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.

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

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

Global Options

OptionDescription
--project-path <path>Target a specific Unity project (mutually exclusive with --port)
-p, --port <port>Specify Unity TCP port directly (mutually exclusive with --project-path)

Examples

# Clear console
uloop clear-console

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

Output

Returns JSON confirming the console was cleared.

Skills Info
Original Name:uloop-clear-consoleAuthor:hatayama