用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/YangsonHung/awesome-agent-skills --skill mac-software-storage-cleanup-cn命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when automating LinkedIn from the command line - fetching profiles, searching people and companies, sending messages and connection requests, posting, reacting, commenting, and extracting people/company/post data via the linkedin CLI.
当需要通过命令行自动化操作 LinkedIn 时使用——获取主页、搜索人脉与公司、发送私信与连接请求、发布动态、点赞评论,并通过 linkedin 命令行工具提取人物、公司与动态数据。
Use when committing and pushing a work branch, then merging it into the primary branch and pushing both branches.
基于 SOC 职业分类
正在显示 SKILL.md
| name | mac-software-storage-cleanup-cn |
| description | 当用户需要审计 macOS 软件占用、清理优先缓存或获取可回收空间建议时使用。 |
审计 macOS 软件安装与磁盘占用,输出可执行的分级清理建议,并在用户确认后执行低风险清理。流程会区分应用清单、缓存、模拟器数据和中风险应用数据,避免在没有确认的情况下删除业务数据。
当用户有以下需求时使用本技能:
/Applications、~/Applications、Homebrew Formula、Homebrew Cask 安装了哪些软件~/Library/Caches、~/Library/Developer/CoreSimulator 等低风险目录以下场景不应使用本技能:
scripts/report_sizes.sh,盘点软件来源与主要占用目录。scripts/list_priority2_candidates.sh [目标目录] [TopN]。scripts/cleanup_priority1.sh 或等价清理动作。盘点安装来源与空间占用
-> 识别高价值可清理目录
-> 给出分级建议
-> 等待用户确认
-> 执行低风险清理
-> 复核释放结果
bash scripts/report_sizes.sh
bash scripts/list_priority2_candidates.sh ~/Library/Application\\ Support 20
bash scripts/cleanup_priority1.sh