read-temp-file

Official

Read ignored temp files safely.

Authorblockscout
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill provides a secure way to read files located in the project's temporary directory (temp/), which are typically excluded from version control and standard file reading tools.

Core Features & Use Cases

  • Secure Access: Safely read files within the temp/ directory without risking exposure of ignored or sensitive temporary data.
  • Bypass Git Ignore: Access files that would normally be inaccessible due to .gitignore rules.
  • Use Case: After a script generates a detailed error log in temp/logs/error.log, this skill can be used to read that log to understand the failure.

Quick Start

Use the run_shell_command tool to execute python3 .gemini/skills/read-temp-file/scripts/read_temp_file.py temp/my_generated_file.txt.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: read-temp-file
Download link: https://github.com/blockscout/mcp-server/archive/main.zip#read-temp-file

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.