ollama
✓如果用戶想要連接到 Ollama 或在其項目中以任何形狀或形式利用 Ollama,請使用此選項。指導用戶將Ollama集成到他們的項目中以進行本地AI推理。涵蓋 Python 和 Node.js 的安裝、連接設置、模型管理和 API 使用。幫助文本生成、聊天界面、嵌入、流響應以及使用本地法學碩士構建人工智能驅動的應用程序。
SKILL.md
This skill helps users integrate Ollama into their projects for running large language models locally. The skill guides users through setup, connection validation, model management, and API integration for both Python and Node.js applications. Ollama provides a simple API for running models like Llama, Mistral, Gemma, and others locally without cloud dependencies.
IMPORTANT: Always ask users for their Ollama URL. Do not assume it's running locally.
If the user says they're running Ollama locally or doesn't know the URL, suggest trying http://localhost:11434.
如果用戶想要連接到 Ollama 或在其項目中以任何形狀或形式利用 Ollama,請使用此選項。指導用戶將Ollama集成到他們的項目中以進行本地AI推理。涵蓋 Python 和 Node.js 的安裝、連接設置、模型管理和 API 使用。幫助文本生成、聊天界面、嵌入、流響應以及使用本地法學碩士構建人工智能驅動的應用程序。 來源:balloob/llm-skills。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/balloob/llm-skills --skill ollama- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 ollama?
如果用戶想要連接到 Ollama 或在其項目中以任何形狀或形式利用 Ollama,請使用此選項。指導用戶將Ollama集成到他們的項目中以進行本地AI推理。涵蓋 Python 和 Node.js 的安裝、連接設置、模型管理和 API 使用。幫助文本生成、聊天界面、嵌入、流響應以及使用本地法學碩士構建人工智能驅動的應用程序。 來源:balloob/llm-skills。
如何安裝 ollama?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/balloob/llm-skills --skill ollama 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/balloob/llm-skills