What problem does it solve? This Skill modifies open-weight language models to remove refusal and guardrail behaviors without retraining or fine-tuning, using mechanistic interpretability techniques to identify and excise refusal directions from model weights while preserving reasoning capabilities. ## Core Features & Use Cases - Nine CLI abliteration methods: Choose from basic, advanced, aggressive, surgical, nuclear, and other methods matched to model architecture (dense, MoE, reasoning models) and quality/speed tradeoffs. - 28 analysis modules: Fingerprint alignment training methods (DPO/RLHF/CAI/SFT), map refusal cone geometry, trace causal components, and detect self-repair tendencies before modifying weights. - Hardware-aware workflow: Check GPU VRAM, browse 116 model presets across 5 compute tiers, and get telemetry-driven method recommendations. - Use Case: A researcher wants to study how refusal is encoded in Llama 3.1 8B. They run analysis modules to locate the refusal direction, apply the advanced method with 4-bit quantization, then verify the refusal rate dropped below 5% while perplexity increased less than 10%. ## Quick Start Ask the agent to check GPU availability, install OBLITERATUS, and run the advanced abliteration method on a chosen HuggingFace model with 4-bit quantization.