console-clear-logs

Clears the MCP log cache and Unity Editor Console window.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/Fermisloth/Project-Aegis-Adaptive-Outbreak-Containment --skill console-clear-logs-fermisloth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: console-clear-logs
Source: https://github.com/Fermisloth/Project-Aegis-Adaptive-Outbreak-Containment/tree/main/.agent/skills/console-clear-logs
Command: npx skills add https://github.com/Fermisloth/Project-Aegis-Adaptive-Outbreak-Containment --skill console-clear-logs-fermisloth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires unity-mcp-cli.

What problem does it solve? When debugging Unity projects through the MCP toolchain, accumulated log noise makes it hard to isolate errors tied to a specific action. This Skill clears both the MCP log cache (used by console-get-logs) and the Unity Editor Console window so you can capture only the logs generated by your next action. ## Core Features & Use Cases - Clear MCP Log Cache: Empties the cached log buffer that console-get-logs reads from. - Clear Unity Editor Console: Wipes the visible Console window inside the Unity Editor. - Use Case: Before reproducing a bug, clear all logs, perform the failing action, then retrieve only the fresh errors related to that action without sifting through older noise. ## Quick Start Ask the AI to clear the Unity console and MCP log cache before running the action you want to debug.

Frequently Asked Questions about console-clear-logs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clear the Unity Editor Console from the command line?

Run unity-mcp-cli run-tool console-clear-logs with an empty or minimal JSON input. This clears both the Unity Editor Console window and the MCP log cache in one call.

How do I isolate Unity errors for a specific action?

Clear the logs first with console-clear-logs, then perform the action you want to test, and finally read the results with console-get-logs. This ensures only errors from that action appear in the output.

What should I do if unity-mcp-cli is not found?

Install it globally with npm install -g unity-mcp-cli, or prefix commands with npx unity-mcp-cli. The unity-initial-setup skill covers detailed installation steps.

Does console-clear-logs return any output data?

No, this tool does not return structured output. It performs the clearing action only; use console-get-logs afterward to retrieve any newly generated log entries.

What input parameters does console-clear-logs require?

No parameters are required. The input schema defines a single optional string field named nothing, so an empty JSON object is sufficient to invoke the tool.