#601

Globales Ranking · von 601 Skills

file-manager AI Agent Skill

Quellcode ansehen: openakita/openakita

Critical

Installation

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

64

Installationen

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)
  • 对于重要文件,建议先备份

Installationen

Installationen 64
Globales Ranking #601 von 601

Sicherheitsprüfung

ath High
socket Safe
Warnungen: 0 Bewertung: 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

So verwenden Sie diesen Skill

1

Install file-manager by running npx skills add openakita/openakita --skill file-manager in your project directory. Führen Sie den obigen Installationsbefehl in Ihrem Projektverzeichnis aus. Die Skill-Datei wird von GitHub heruntergeladen und in Ihrem Projekt platziert.

2

Keine Konfiguration erforderlich. Ihr KI-Agent (Claude Code, Cursor, Windsurf usw.) erkennt installierte Skills automatisch und nutzt sie als Kontext bei der Code-Generierung.

3

Der Skill verbessert das Verständnis Ihres Agenten für file-manager, und hilft ihm, etablierte Muster zu befolgen, häufige Fehler zu vermeiden und produktionsreifen Code zu erzeugen.

Was Sie erhalten

Skills sind Klartext-Anweisungsdateien — kein ausführbarer Code. Sie kodieren Expertenwissen über Frameworks, Sprachen oder Tools, das Ihr KI-Agent liest, um seine Ausgabe zu verbessern. Das bedeutet null Laufzeit-Overhead, keine Abhängigkeitskonflikte und volle Transparenz: Sie können jede Anweisung vor der Installation lesen und prüfen.

Kompatibilität

Dieser Skill funktioniert mit jedem KI-Coding-Agenten, der das skills.sh-Format unterstützt, einschließlich Claude Code (Anthropic), Cursor, Windsurf, Cline, Aider und anderen Tools, die projektbezogene Kontextdateien lesen. Skills sind auf Transportebene framework-agnostisch — der Inhalt bestimmt, für welche Sprache oder welches Framework er gilt.

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.