Agent skill
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.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/uloop-clear-console
SKILL.md
uloop clear-console
Clear Unity console logs.
Usage
bash
uloop clear-console [--add-confirmation-message]
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
--add-confirmation-message |
boolean | false |
Add confirmation message after clearing |
Examples
bash
# Clear console
uloop clear-console
# Clear with confirmation
uloop clear-console --add-confirmation-message
Output
Returns JSON confirming the console was cleared.
Didn't find tool you were looking for?