filesystem | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / filesystem

filesystem

maintained by isaacsight

star 0 account_tree 0 verified_user MIT License
bolt View GitHub

name: filesystem description: Read and list files in the allowed directories. Use when you need to read content from files or explore the project structure.

Filesystem Skills

You have access to safe filesystem operations.

Capabilities

  1. Read File: Read the content of a specific file.
  2. List Directory: List files and folders in a directory.

How to use

To use these skills, you must output a JSON object describing the action you want to take.

Read File

{
  "tool": "filesystem",
  "action": "read",
  "params": {
    "path": "/absolute/path/to/file.txt"
  }
}

List Directory

{
  "tool": "filesystem",
  "action": "list",
  "params": {
    "path": "/absolute/path/to/directory"
  }
}

Safety

  • Only read operations are allowed via this skill.
  • Paths must be absolute.

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 0
GitHub Forks 0
Created Jan 2026
Last Updated il y a 5 mois
tools tools automation tools

Related Skills

specs-gen
chevron_right
glm-coding-agent
chevron_right
feature-dev
chevron_right
creating-pr
chevron_right
reviewing-pr
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.