manage-local-models

Acquire, cache, and organize local open-weight models with SHA256 verification.

10|5|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/understudylabs/understudy-agent-tools --skill manage-local-models
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-local-models
Source: https://github.com/understudylabs/understudy-agent-tools/tree/main/skills/manage-local-models
Command: npx skills add https://github.com/understudylabs/understudy-agent-tools --skill manage-local-models

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Acquire, cache, and organize local open-weight models for private, disk-conscious inference.

Core Features & Use Cases

  • Inventory and verify what models are cached and what remains on disk.
  • Curate, prune, and relocate weights to optimize disk usage while preserving provenance.
  • Validate downloads with SHA256 sums and generate a structured snapshot for reproducibility and auditing.

Quick Start

Pull a small Gemma 4 E2B 4-bit model and validate it loads correctly on your workstation.

Frequently Asked Questions about manage-local-models

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I cache local open-weight models for private offline inference?

You can cache local open-weight models by pulling signed snapshots, verifying SHA256 hashes, and recording metadata in a .understudy-snapshot.json file for reproducible, disk-conscious offline inference.

What's the best way to manage disk usage for cached local models?

The best way to manage disk usage for cached local models is to curate, prune, and relocate weights to optimize storage while preserving provenance and maintaining a structured snapshot for auditing.

How do I verify the integrity and provenance of pulled model weights?

You verify the integrity and provenance of pulled model weights by validating downloads with SHA256 sums and generating a structured snapshot file to capture provenance for reproducibility and auditing.

Can I inventory what open-weight models are cached on my disk?

Yes, you can inventory and verify exactly which open-weight models are cached and what remains on disk, allowing you to track your local model assets and optimize your storage footprint.

Does local model onboarding require safety gates for offline inference?

Local model onboarding for offline inference enforces safety gates, integrity checks, provenance capture, and metadata generation to ensure secure, reproducible, and disk-conscious private inference.