obliteratus

Removes LLM refusal directions via mechanistic interpretability-guided weight projection.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/thisismynewfmail-ui/Monika-agent --skill obliteratus-thisismynewfmail-ui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obliteratus
Source: https://github.com/thisismynewfmail-ui/Monika-agent/tree/main/skills/mlops/inference/obliteratus
Command: npx skills add https://github.com/thisismynewfmail-ui/Monika-agent --skill obliteratus-thisismynewfmail-ui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires obliteratus, torch, transformers, bitsandbytes, accelerate, safetensors, and includes references (resource) components.

What problem does it solve?

Removes guardrails from open-weight LLMs using mechanistic interpretability techniques to surgically excise refusal directions without retraining.

Core Features & Use Cases

  • CLI-driven abliteration: perform structured weight-projection-based removal of refusal directions with audit-ready metrics.
  • Analysis toolkit: pre-emptively identify refusal geometry using alignment imprint, concept geometry, and causal tracing to guide safe intervention.
  • Extensive method coverage: supports 9 CLI methods (basic, advanced, aggressive, spectral_cascade, informed, surgical, optimized, inverted, nuclear) plus 4-bit quantization and MoE-aware workflows.

Quick Start

Run an initial abliteration on a target model using the default advanced method and review the results with built-in diagnostics.

Frequently Asked Questions about obliteratus

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

FAQPage Schema
How do I remove guardrails from an open-weight LLM without retraining?

You can remove guardrails from an open-weight LLM by applying mechanistic interpretability techniques to surgically excise refusal directions while preserving the model's reasoning capabilities. This process modifies weights directly without requiring retraining.

What is abliteration and how does it work on Mixture of Experts models?

Abliteration is a weight-projection-based removal of refusal directions. It supports MoE-aware workflows, allowing you to target and excise guardrails across expert networks while maintaining the underlying model architecture and reasoning outputs.

Can I perform abliteration on a 4-bit quantized model using transformers and torch?

Yes, abliteration supports 4-bit quantization options. You can process quantized models using required dependencies including torch, transformers, bitsandbytes, accelerate, and safetensors to ensure compatible weight modifications.

What is the best way to identify refusal directions before modifying model weights?

The best way to identify refusal directions is using analysis toolkits that examine alignment imprint, concept geometry, and causal tracing. These pre-emptive diagnostics guide safe surgical intervention by mapping the refusal geometry.

What methods are available for surgical refusal direction removal in LLMs?

Available methods for refusal direction removal include basic, advanced, aggressive, spectral_cascade, informed, surgical, optimized, inverted, and nuclear. These CLI methods offer varying levels of intervention to excise guardrails.

How do I verify that abliteration preserved my model's reasoning capabilities?

You can verify preserved reasoning capabilities using built-in diagnostics and telemetry-enabled results. The abliteration process provides audit-ready verification metrics to confirm that the surgical excision maintained functional performance.