local-sensitive

Route security-sensitive tasks to a local LLM for on-device analysis.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ziwon/homelab --skill local-sensitive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-sensitive
Source: https://github.com/ziwon/homelab/tree/main/.claude/skills/local-sensitive
Command: npx skills add https://github.com/ziwon/homelab --skill local-sensitive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Routes security-sensitive tasks to local LLM to prevent data exfiltration and keep secrets on the device.

Core Features & Use Cases

  • Local processing: Analyze data without sending it to external services.
  • Secure secret updates: Use local LLM for parsing sensitive configs before updating Infisical.

Quick Start

  • Local LLM usage: .claude/scripts/local-llm.sh qwen3-coder "Review this code for secrets: <code>"
  • General analysis: .claude/scripts/local-llm.sh gpt-oss "Analyze security of this config"