skills/skills.volces.com/file-manager-service

file-manager-service

SKILL.md

File Manager Service Skill

操作运行在 http://127.0.0.1:8888 的文件管理服务,管理用户家目录下的 ~/.openclaw/workspace/projects 目录。

目录结构

file-manager-service/
├── SKILL.md                      # Skill 定义
├── README.md                     # 使用说明
├── _meta.json                    # 元数据
├── .gitignore                    # Git 忽略文件
└── scripts/
    ├── file_manager.py           # 客户端脚本(含服务管理)
    ├── server.py                 # Flask 服务端
    ├── templates/
    │   └── index.html            # Web 界面模板
    ├── .service.pid              # 服务进程 ID(运行时生成)
    └── .service.log              # 服务日志(运行时生成)
Installs
7
First Seen
Apr 3, 2026