AgentSkillsCN

read_file

读取本地文件系统中的文件内容。

SKILL.md
--- frontmatter
name: read_file
description: Read the content of a file from the local filesystem.
metadata:
  mcp_server: terminal
  tool_name: read_file
  parameters:
    path:
      type: string
      description: Absolute path to the file to read.

Read File

Reads the text content of a file.

Usage

Use this skill when you need to inspect the contents of a file on the server's filesystem.

Parameters

  • path: The absolute path to the file.