๐Ÿงน
QualityC#

Console Clear Logs

by IvanMurzak

Console Clear Logs is a Quality skill for Claude Code, published by IvanMurzak in Unity-MCP.

3.9K stars355 forkson IvanMurzak/Unity-MCPAdded 2026/08/16Repository updated 2026/08/16
aiai-integrationanthropicclaudeclaude-codeclaude-desktopclicopilotcursorgame-developmentgamedevgeminillmmcpmcp-servermodel-context-protocolopenaiunitywindsurf
Install in seconds
Install Console Clear Logs
Copy Console Clear Logs into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/IvanMurzak/Unity-MCP/tree/main/Unity-MCP-Plugin/.claude/skills/console-clear-logs ~/.claude/skills/console-clear-logs

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/IvanMurzak/Unity-MCP.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
Unity-MCP-Plugin/.claude/skills/console-clear-logs/SKILL.md in IvanMurzak/Unity-MCP
Installs to
~/.claude/skills/console-clear-logs
Collection
One of 25 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What Console Clear Logs does

Console Clear Logs clears the MCP log cache and the Unity Editor Console window, so subsequent log reads only show new entries. Use it before running a specific action to isolate errors or messages from that action.

Console Clear Logs is cataloged under Quality on DirSkills. Console Clear Logs comes from a repository tagged ai, ai-integration, anthropic, claude and claude-code.

Documentation

README

Console / Clear Logs

Clears the MCP log cache (used by console-get-logs) and the Unity Editor Console window. Useful for isolating errors related to a specific action by clearing logs before performing the action.

Behavior

Calls Debug.ClearDeveloperConsole() to wipe the Editor Console, then clears the MCP-side LogCollector cache so subsequent 'console-get-logs' calls only see new entries.

This is the opening of the README. Read the full README on GitHub.

Commands Console Clear Logs provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /unity-initial-setup

Frequently asked about Console Clear Logs

  • What else does IvanMurzak publish alongside Console Clear Logs?

    Console Clear Logs is one of 25 skills that DirSkills catalogs from IvanMurzak/Unity-MCP, the repository it ships in. Its siblings there include Asset Data Reader, Asset Finder and Asset Modification. Each one is a separate skill with its own page in this directory, installs the same way Console Clear Logs does, and is maintained by IvanMurzak in that same repository. The rest of the collection is listed on the IvanMurzak/Unity-MCP page.

  • How does Console Clear Logs compare to other Quality skills?

    Console Clear Logs ranks #353 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Console Clear Logs against them. Open each page to compare what they document and how they install.

More from IvanMurzak/Unity-MCP

Console Clear Logs is one of 25 skills cataloged on DirSkills from IvanMurzak/Unity-MCP.

See all 25 skills โ†’
๐Ÿ“ฆ
2w ago

Asset Data Reader

Asset Data Reader retrieves serializable fields and properties from a Unity asset file. Use it when an agent needs to inspect a Material, ScriptableObject, Prefab, or other asset in a Unity project.
AI Engineering
3.9K355
๐Ÿ”
2w ago

Asset Finder

Asset Finder queries the Unity asset database using filters for name, type, label, asset bundle, area, and glob patterns. Use it to locate assets in a Unity project before modifying or referencing them.
AI Engineering
3.9K355
๐Ÿ› ๏ธ
2w ago

Asset Modification

Asset Modification edits a Unity asset file in place using full content replacement, path-scoped patches, or JSON Merge Patch. Use it after assets-get-data to inspect structure; modifications to Packages/ are not allowed.
Automation
3.9K355
๐Ÿ“
2w ago

Assets Copy

Assets Copy copies assets at given paths and stores them at new paths, refreshing the AssetDatabase afterwards. Use it after locating source assets with assets-find.
Automation
3.9K355
๐Ÿ“
2w ago

Assets Create Folder

Assets Create Folder creates a new folder under a specified parent inside Unity's Assets directory, validates paths, refreshes the AssetDatabase, and returns created folder GUIDs. Use it when an AI agent needs to organize scripts or assets in a Unity project.
Automation
3.9K355
๐Ÿ—‘๏ธ
2w ago

Assets Delete

Assets Delete removes assets at the given project paths in Unity and refreshes the AssetDatabase. Use it after finding assets with assets-find to delete files from disk.
Automation
3.9K355