📋
QualityC#

Console Get Logs

by IvanMurzak

Console Get 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 Get Logs
Copy Console Get 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-get-logs ~/.claude/skills/console-get-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-get-logs/SKILL.md in IvanMurzak/Unity-MCP
Installs to
~/.claude/skills/console-get-logs
Collection
One of 25 skills cataloged from this repository
Category
Quality1354 skills

What Console Get Logs does

Console Get Logs retrieves logs from the Unity Editor via the MCP plugin's LogCollector, optionally filtered by log type or time window. Use it to debug and monitor Editor activity.

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

Documentation

README

Console / Get Logs

Retrieves Unity Editor logs. Useful for debugging and monitoring Unity Editor activity.

Inputs

  • maxEntries (default 100, minimum 1) — caps the size of the returned array.
  • logTypeFilter — Unity LogType filter; null returns all severities.
  • includeStackTrace (default false) — include stack-trace strings in each entry.
  • lastMinutes (default 0) — when non-zero, only logs from the last N minutes are returned.

How to Call

unity-mcp-cli run-tool console-get-logs --input '{
  "maxEntries": 0,
  "logTypeFilter": "string_value",
  "includeStackTrace": false,
  "lastMinutes": 0
}'

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

Commands Console Get 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 Get Logs

  • What else does IvanMurzak publish alongside Console Get Logs?

    Console Get 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 Get 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 Get Logs compare to other Quality skills?

    Console Get Logs ranks #354 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 Get Logs against them. Open each page to compare what they document and how they install.

More from IvanMurzak/Unity-MCP

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

See all 25 skills