Back to PacksAGENT PACK
Local AI Pack
Run AI workflows entirely on local hardware. Configure models, optimize performance, build RAG pipelines, and fine-tune — all without cloud dependencies.
For
Developers running AI models on consumer hardware, laptops, or private servers.
Outcome
An optimized local model deployment with benchmarks, a RAG pipeline, and fine-tuning validation.
Agents in this pack
1.ollama-claw2.rag-claw3.quantization-claw4.finetune-claw5.dataset-claw6.token-claw-ai
Ollama Claw
Set up and optimize Ollama with model selection, GPU config, and Modelfiles
RAG Claw
Design RAG systems with chunking, embedding, retrieval, and generation
Quantization Claw
Evaluate quantization strategies and select optimal GGUF/GPTQ/AWQ levels
FineTune Claw
Plan and execute fine-tuning runs with dataset prep and evaluation
Dataset Claw
Prepare, clean, augment, and validate datasets for training
Token Claw AI
Audit tokenizer behavior, design token budgets, and analyze costs
How to use this pack
1.
Install the CLI
npm install -g @flickclaw/cli@latest2.
Install each agent
npm exec --yes @flickclaw/cli@latest -- install ollama-claw --target cursor
npm exec --yes @flickclaw/cli@latest -- install rag-claw --target cursor
npm exec --yes @flickclaw/cli@latest -- install quantization-claw --target cursor
npm exec --yes @flickclaw/cli@latest -- install finetune-claw --target cursor
npm exec --yes @flickclaw/cli@latest -- install dataset-claw --target cursor
npm exec --yes @flickclaw/cli@latest -- install token-claw-ai --target cursor3.
Run each agent in sequence following the recommended workflow. Each agent produces structured output that feeds into the next.