#601

Global Rank · of 601 Skills

file-manager AI Agent Skill

View Source: openakita/openakita

Critical

Installation

npx skills add openakita/openakita --skill file-manager

64

Installs

File Manager

管理文件和目录的工具集。

When to Use

  • 创建、删除、移动、复制文件或目录
  • 读取或写入文件内容
  • 搜索文件
  • 列出目录内容
  • 获取文件信息(大小、修改时间等)

Instructions

列出目录

python scripts/file_ops.py list <path> [--recursive] [--pattern "*.py"]

读取文件

python scripts/file_ops.py read <file_path> [--encoding utf-8]

写入文件

python scripts/file_ops.py write <file_path> --content "内容" [--append]

复制文件

python scripts/file_ops.py copy <source> <destination>

移动/重命名

python scripts/file_ops.py move <source> <destination>

删除

python scripts/file_ops.py delete <path> [--recursive]

搜索文件

python scripts/file_ops.py search <directory> --pattern "*.py" [--content "search_text"]

获取文件信息

python scripts/file_ops.py info <path>

Output Format

所有操作返回 JSON 格式:

{
  "success": true,
  "operation": "list",
  "data": {
    "files": ["file1.py", "file2.py"],
    "directories": ["subdir"],
    "count": 3
  }
}

Safety Notes

  • 删除操作不可恢复,谨慎使用
  • 写入文件会覆盖原有内容(除非使用 --append)
  • 对于重要文件,建议先备份

Installs

Installs 64
Global Rank #601 of 601

Security Audit

ath High
socket Safe
Alerts: 0 Score: 90
snyk Low
EU EU-Hosted Inference API

Power your AI Agents with the best open-source models.

Drop-in OpenAI-compatible API. No data leaves Europe.

Explore Inference API

GLM

GLM 5

$1.00 / $3.20

per M tokens

Kimi

Kimi K2.5

$0.60 / $2.80

per M tokens

MiniMax

MiniMax M2.5

$0.30 / $1.20

per M tokens

Qwen

Qwen3.5 122B

$0.40 / $3.00

per M tokens

How to use this skill

1

Install file-manager by running npx skills add openakita/openakita --skill file-manager in your project directory. Run the install command above in your project directory. The skill file will be downloaded from GitHub and placed in your project.

2

No configuration needed. Your AI agent (Claude Code, Cursor, Windsurf, etc.) automatically detects installed skills and uses them as context when generating code.

3

The skill enhances your agent's understanding of file-manager, helping it follow established patterns, avoid common mistakes, and produce production-ready output.

What you get

Skills are plain-text instruction files — not executable code. They encode expert knowledge about frameworks, languages, or tools that your AI agent reads to improve its output. This means zero runtime overhead, no dependency conflicts, and full transparency: you can read and review every instruction before installing.

Compatibility

This skill works with any AI coding agent that supports the skills.sh format, including Claude Code (Anthropic), Cursor, Windsurf, Cline, Aider, and other tools that read project-level context files. Skills are framework-agnostic at the transport level — the content inside determines which language or framework it applies to.

Data sourced from the skills.sh registry and GitHub. Install counts and security audits are updated regularly.

EU Made in Europe

Chat with 100+ AI Models in one App.

Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.