← 返回目录
🎨

ai-guide

art-mediaJavaScriptremote🟢 活跃维护
11,783 stars
最后更新:2026/4/13
质量评分
良好71/100
0255075100
发现方式
github-search
最后更新
2026/4/13
首次收录
2026/4/12
状态
✓ 活跃

📝 简介

程序员鱼皮的 AI 资源大全 + Vibe Coding 零基础教程,分享 OpenClaw 保姆级教程、大模型玩法(DeepSeek / GPT / Gemini / Claude)、最新 AI 资讯、Prompt 提示词大全、AI 知识百科(Agent Skills / RAG / MCP /

🏷️ 标签

ai-guideaialgorithmartificial-intelligencechatgpt

🚀 安装与配置

🟢 一键安装
快速安装
npx -y ai-guide
复制
Claude Desktop 配置
添加到 ~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-guide": {
      "command": "npx",
      "args": [
        "-y",
        "ai-guide"
      ]
    }
  }
}
复制
Cursor 配置
在 Cursor Settings → MCP 中添加
{
  "mcpServers": {
    "ai-guide": {
      "command": "npx",
      "args": [
        "-y",
        "ai-guide"
      ]
    }
  }
}
复制
📋 环境要求: Node.js 18+
查看 GitHub 仓库