一键导入
file-organizer
Organizes, categorizes, and renames files in a directory based on user instructions. Uses bash commands to move, copy, or rename files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Organizes, categorizes, and renames files in a directory based on user instructions. Uses bash commands to move, copy, or rename files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
通过影刀 RPA MCP 执行桌面自动化流程,如打开应用、填表、批量操作等。使用前请确认已安装影刀 RPA 并配置 RPA_MODEL、SHADOWBOT_PATH 等环境变量。
使用文颜 MCP 将 Markdown 排版并发布至微信公众号、知乎、今日头条等;使用头条自动发布 MCP 发布内容。需配置 WECHAT_APP_ID、WECHAT_APP_SECRET 等环境变量。
使用影刀 RPA、文颜 MCP、头条自动发布等 MCP 工具,完成内容创作、排版与多平台发布。使用前请确认用户已配置对应环境变量。
Fetches top news, recent articles, or RSS feeds from the web using curl, wget or custom scripts to provide the user with the latest information on a given topic.
Reads the content of an article or webpage, extracts the main points, and provides a concise, structured summary.
Reads and analyzes source code files or project structures, identifies bugs, and suggests structural architectural or security improvements.
| name | file-organizer |
| description | Organizes, categorizes, and renames files in a directory based on user instructions. Uses bash commands to move, copy, or rename files. |
| allowed-tools | bash |
Use this skill when the user asks to organize, categorize, or rename files in a specific directory.
ls or find to list the files in the target directory to understand the current structure and file types.bash commands like mkdir, mv, cp, or rename.notify_user tool unless the user has already explicitly authorized it.ls -la and report back to the user.