skills/file_explorer/SKILL.md
高效的项目文件浏览器。当需要列出整个项目结构、模糊搜索文件或安全地读取(支持大文件分块)本地代码库内容时使用。
npx skillsauth add arcaneorion/alice-single file_explorerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
此技能专为 Alice 探索复杂项目而设计,提供比原生 ls/cat 更安全、更高效的手段。
--tree): 快速展示项目目录结构,支持忽略忽略文件。--search): 像 fzf 一样根据文件名快速定位。--read): 自动检测文件大小。如果文件过大,提供分块读取建议,防止上下文溢出。在终端运行:
# 查看项目树状结构 (深度默认为 2)
python skills/file_explorer/explorer.py --tree --depth 3
# 模糊搜索包含 "config" 的文件
python skills/file_explorer/explorer.py --search "config"
# 安全读取文件内容
python skills/file_explorer/explorer.py --read "agent.py"
Alice 已被权限锁定。此技能仅能访问项目根目录下的文件。严禁尝试访问路径外的内容。
对于 10KB 以上的文件,请优先使用 --read 以获取安全分段。
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
development
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
tools
获取微博热搜榜实时数据。当需要查看微博热点、热门话题、实时舆情时使用该技能。
development
直接从专业天气API获取实时天气数据和历史天气信息。当需要查询任意城市的当前天气、未来预报、空气质量等精准气象数据时使用该技能。