Ai Tools Installation banner
Xueheng-Li Xueheng-Li

Ai Tools Installation

AI community

Description

一键安装 macOS AI 开发环境的自动化工具,支持 Intel 和 Apple Silicon 架构。

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🤖 macOS AI 工具套装安装脚本

一键安装 macOS AI 开发环境的自动化工具,支持 Intel 和 Apple Silicon 架构。

✨ 特性

  • 🔄 智能架构检测:自动识别 Intel / Apple Silicon 并调用对应脚本
  • 📦 在线 + 离线安装:支持有网络和无网络环境
  • 幂等性设计:已安装的工具自动跳过,可重复运行
  • 🛠️ 完整工具链:从基础开发环境到 AI 编程助手一站式安装

🚀 快速开始

在线安装(推荐)

# 克隆仓库
git clone https://github.com/Xueheng-Li/ai-tools-installation.git
cd ai-tools-installation

# 运行安装脚本(自动检测架构)
./install_ai_tools.sh

安装选项

./install_ai_tools.sh                 # 标准安装
./install_ai_tools.sh --with-skills   # 包含额外 Skills
./install_ai_tools.sh --dry-run       # 预览模式(不实际安装)
./install_ai_tools.sh --skip-vscode   # 跳过 VSCode
./install_ai_tools.sh --skip-python   # 跳过 Python

📋 安装内容

类别 工具
基础环境 Xcode CLT, Homebrew, Git, Node.js, Python3
数据科学 Miniconda + Python 数据科学包
AI 编程 Claude Code, OpenCode, CC-Switch
开发工具 VSCode + 插件, uv
命令行工具 pandoc, wget, jq, tree, ffmpeg

🐍 Python 包(Miniconda base 环境)

包名 说明
pandas 数据分析
numpy 数值计算
matplotlib 数据可视化
scipy 科学计算
openpyxl Excel 读写 (.xlsx)
xlrd Excel 读取 (.xls)
jupyter Jupyter Notebook
markitdown 文件转 Markdown

🛠️ 命令行工具

工具 说明
pandoc 文档格式转换
wget 文件下载
jq JSON 处理
tree 目录树显示
ffmpeg 音视频处理
网络工具 Clash Verge Rev

🔌 VSCode 插件

Markdown 编辑与预览

插件 说明
shd101wyy.markdown-preview-enhanced 强大的 Markdown 预览,支持导出 PDF/HTML/PNG、数学公式、流程图
yzhang.markdown-all-in-one 全方位 Markdown 编辑支持:自动完成、列表编辑、表格格式化
yzane.markdown-pdf 将 Markdown 转换为 PDF
marp-team.marp-vscode Marp 幻灯片制作,用 Markdown 写演示文稿

文档与数据

插件 说明
cweijan.vscode-office 预览 Word (.docx)、Excel (.xlsx)、PDF 等 Office 文档
ms-toolsai.datawrangler 数据整理工具,可视化处理表格数据
James-Yu.latex-workshop LaTeX 编辑支持,论文写作必备

Git 工具

插件 说明
mhutchie.git-graph Git 图形化历史