— No reviews yet
0 installs
13 views
0.0% view→install
Install
$ agentstack add skill-g1joshi-agent-skills-ollama ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Are you the author of Ollama? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Ollama
Ollama makes running LLMs locally as easy as docker run. 2025 updates include Windows/AMD support, Multimodal input, and Tool Calling.
When to Use
- Local Development: Coding without wifi or API costs.
- Privacy: Processing sensitive documents on-device.
- Integration: Works with LangChain, LlamaIndex, and Obsidian natively.
Core Concepts
Modelfile
Docker-like file to define a custom model (System prompt + Base model).
FROM llama3
SYSTEM You are Mario from Super Mario Bros.
API
Ollama runs a local server (localhost:11434) compatible with OpenAI SDK.
Best Practices (2025)
Do:
- Use high-speed RAM: Local LLM speed depends on memory bandwidth.
- Use Quantized Models:
q4_k_mis the sweet spot for speed/quality balance. - Unload:
ollama stopwhen done to free VRAM for games/rendering.
Don't:
- Don't expect GPT-4 level: Smaller local models (8B) are smart but lack deep reasoning.
References
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: G1Joshi
- Source: G1Joshi/Agent-Skills
- License: MIT
- Homepage: https://skills.sh/g1joshi/agent-skills
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.