← Back to list

filesystem
by isaacsight
⭐ 0🍴 0📅 Jan 23, 2026
SKILL.md
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
- Read File: Read the content of a specific file.
- 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.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon